aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/takdsp.asm
Commit message (Collapse)AuthorAgeFilesLines
* x86/takdsp: use arithmetic shift instructionsJames Almer2015-10-091-4/+4
| | | | | | | p1 and p2 are int32_t. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/takdec: add x86 SIMD for rest of decorrelation modesPaul B Mahol2015-10-091-0/+116
Signed-off-by: Paul B Mahol <onemda@gmail.com>