aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/lpc.asm
Commit message (Expand)AuthorAgeFilesLines
* x86/lpc: remove HAVE_AVX2_EXTERNAL checksLynne2024-10-061-2/+0
* x86/lpc: use fused negative multiply-add instructions where usefulJames Almer2022-09-221-2/+15
* avcodec/lpc: zero the middle odd sample in the outputJames Almer2022-09-221-3/+7
* avcodec/lpc: use ptrdiff_t for length parametersJames Almer2022-09-221-1/+0
* x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on x86_64 windowsMartin Storsjö2022-09-221-0/+1
* x86/lpc: fix even scalar loop overreads/writesLynne2022-09-221-13/+19
* x86/lpc: fix odd scalar loop overreads/writesLynne2022-09-221-5/+4
* x86/lpc: implement a new Welch windowing functionLynne2022-09-211-0/+241