aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/h264_qpel.c
Commit message (Expand)AuthorAgeFilesLines
* x86: h264_qpel: Simplify an #if conditionalDiego Biurrun2014-04-041-1/+1
* x86: h264_qpel: Fix typo in CALL_2X_PIXELS macro invocationDiego Biurrun2014-03-261-1/+1
* x86: dsputil: Move fpel declarations to a separate headerDiego Biurrun2014-03-221-1/+1
* dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-2/+3
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-6/+6
* x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.hDiego Biurrun2013-05-121-1/+1
* x86: dsputil: Refactor pixels16 wrapper functions with a macroDiego Biurrun2013-05-121-12/+3
* x86: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-2/+7
* x86: Remove unused inline asm instruction definesMartin Storsjö2013-04-201-3/+0
* x86: dsputil: Refactor some ff_{avg|put}_pixels function declarationsDiego Biurrun2013-04-121-6/+0
* x86: h264qpel: int --> ptrdiff_t for some line_size parametersDiego Biurrun2013-04-121-5/+8
* x86: Change a missed occurrance of int to ptrdiff_t for stridesMartin Storsjö2013-03-241-1/+1
* dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-19/+39
* x86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out of dsputil_mmx.cDiego Biurrun2013-02-261-1/+0
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* x86: Simplify some arch conditionalsDiego Biurrun2013-01-291-1/+1
* x86: h264qpel: Move stray comment to the right spot and clarify itDiego Biurrun2013-01-261-0/+4
* x86: h264qpel: add cpu flag checks for init functionJanne Grunau2013-01-241-72/+75
* dsputil: Separate h264 qpelMans Rullgard2013-01-241-0/+126
* x86: h264: Convert 8-bit QPEL inline assembly to YASMDaniel Kang2012-11-251-968/+173
* x86: h264: Remove 3dnow QPEL codeDaniel Kang2012-11-251-4/+0
* x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is enabledDiego Biurrun2012-11-051-1/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-311-27/+27
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-6/+6
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-311-2/+2
* x86: avcodec: Drop silly "_mmx" suffixes from filenamesDiego Biurrun2012-08-281-0/+1291