summaryrefslogtreecommitdiffstats
path: root/libavcodec/bit_depth_template.c
Commit message (Collapse)AuthorAgeFilesLines
* simple_idct: Template functions to support an input bitdepth parameterKieran Kunhya2018-04-021-1/+16
|
* Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-221-0/+1
|\ | | | | | | | | | | | | | | | | | | * commit 'f9279ee74936b4990fc46287c27816ef828cc06c': dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.h Conflicts: libavcodec/imgconvert.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-0/+1
| |
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-1/+1
| | | | | | | | Also switch from "tbl" to "tab" name suffixes.
* | Merge commit 'ba42c852477e87f6e47a5587e8f7829c46c52032'Michael Niedermayer2014-02-201-2/+2
|\ \ | |/ | | | | | | | | | | * commit 'ba42c852477e87f6e47a5587e8f7829c46c52032': bit_depth_template: Use file name as multiple inclusion guard Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * bit_depth_template: Use file name as multiple inclusion guardDiego Biurrun2014-02-201-2/+2
| |
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-1/+1
| | | | | | | | | | | | There's no point in these pointers not being const. Signed-off-by: Martin Storsjö <martin@martin.st>
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
| |
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
| |
* | bit_depth_template: don't depend on dsputil.h.Ronald S. Bultje2013-02-111-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/ | | | | | | | | | | * commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf': dsputil: Move rnd_avg inline functions to a separate header Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Move rnd_avg inline functions to a separate headerDiego Biurrun2013-02-081-0/+1
| |
* | h264: Fix some mixed declarations and code.Michael Niedermayer2012-03-131-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | bit_depth_template: use av_clip_uint8 over crop_tab.Michael Niedermayer2012-03-051-2/+2
|/ | | | | | | | | | This fixes some global out of array reads and wrong cliping. No speed difference meassurable under clang on i5 also all important code paths on all important platforms should use SIMD. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* bitdepth: simplify FUNC/FUNCC macrosMans Rullgard2011-07-101-10/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 9/10-bit: simplify clipping macrosMans Rullgard2011-07-101-15/+6
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-051-0/+106
This naming scheme is used elsewhere, so it's sensible to be consistent.
OpenPOWER on IntegriCloud