summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevcdsp_template.c
Commit message (Expand)AuthorAgeFilesLines
* hevc: rename hevc.[ch] to hevcdec.[ch]Anton Khirnov2016-10-161-1/+1
* hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-291-18/+18
* hevc: Add coefficient limiting to speed up IDCTMickaël Raulet2016-07-181-13/+25
* hevc: Add DC IDCTMickaël Raulet2016-07-181-0/+19
* hevcdsp_template: Templatize IDCTMickaël Raulet2016-07-181-78/+30
* hevc: Separate adding residual to prediction from IDCTAlexandra Hájková2016-07-181-61/+28
* hevcdsp: add x86 SIMD for MCAnton Khirnov2015-12-051-4/+4
* hevc: change the stride of the MC buffer to be in bytes instead of elementsAnton Khirnov2015-12-051-0/+12
* hevcdsp: split the pred functions by widthAnton Khirnov2015-12-051-18/+63
* hevcdsp: split the epel functions by widthAnton Khirnov2015-12-051-16/+59
* hevcdsp: split the qpel functions by width instead of by the subpixel fractionAnton Khirnov2015-12-051-3/+79
* hevcdsp: fix a function nameAnton Khirnov2015-08-211-4/+4
* hevcdsp_template: templatize transquant_bypassAnton Khirnov2014-11-171-40/+13
* hevcdsp: remove an unneeded variable in the loop filterAnton Khirnov2014-07-261-4/+5
* hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato2014-02-231-1/+1
* hevc: Remove useless clipGuillaume Martres2014-01-211-1/+1
* hevc: clip pixels when transquant bypass is usedGuillaume Martres2014-01-211-4/+4
* Add HEVC decoderGuillaume Martres2013-10-311-0/+1340
OpenPOWER on IntegriCloud