summaryrefslogtreecommitdiff
path: root/libavcodec/x86/h264chroma_init.c
Commit message (Collapse)AuthorAge
* x86: Drop some unnecessary YASM ifdefsDiego Biurrun2014-04-04
| | | | Dead code elimination is enough to avoid undefined references in these cases.
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-18
|
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
|
* h264chroma: Remove duplicate 9/10 bit functionsRonald S. Bultje2013-02-19
| | | | | | | These functions do the same thing in 16 bit space and don't need any depth specific clipping. Signed-off-by: Martin Storsjö <martin@martin.st>
* h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-06
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* dsputil: Separate h264chromaDiego Biurrun2013-02-06