summaryrefslogtreecommitdiff
path: root/libavcodec/bit_depth_template.c
Commit message (Collapse)AuthorAge
* bit_depth_template: don't depend on dsputil.h.Ronald S. Bultje2013-02-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'Michael Niedermayer2013-02-09
|\ | | | | | | | | | | | | * 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-08
| |
* | h264: Fix some mixed declarations and code.Michael Niedermayer2012-03-13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | bit_depth_template: use av_clip_uint8 over crop_tab.Michael Niedermayer2012-03-05
|/ | | | | | | | | | 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-10
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* 9/10-bit: simplify clipping macrosMans Rullgard2011-07-10
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.cDiego Biurrun2011-07-05
This naming scheme is used elsewhere, so it's sensible to be consistent.