aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/hpeldsp.asm
Commit message (Expand)AuthorAgeFilesLines
* x86: Make function prototype comments in assembly code consistentDiego Biurrun2014-03-131-11/+11
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-131-1/+1
* x86: hpeldsp: Use PAVGB instruction macro where necessaryMikulas Patocka2013-11-041-13/+13
* x86: qpel: Move fullpel and l2 functions to a separate fileRonald S. Bultje2013-04-081-41/+0
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-26/+13
* x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldspDiego Biurrun2013-01-311-0/+43
* x86: hpeldsp: Fix a typo, use the right registerMichael Niedermayer2013-01-281-1/+1
* dsputil: Fix error by not using redzone and register nameDaniel Kang2013-01-281-3/+3
* dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasmDaniel Kang2013-01-271-0/+465