| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/lpc: remove HAVE_AVX2_EXTERNAL checks | Lynne | 2024-10-06 | 1 | -2/+0 |
* | x86/lpc: use fused negative multiply-add instructions where useful | James Almer | 2022-09-22 | 1 | -2/+15 |
* | avcodec/lpc: zero the middle odd sample in the output | James Almer | 2022-09-22 | 1 | -3/+7 |
* | avcodec/lpc: use ptrdiff_t for length parameters | James Almer | 2022-09-22 | 1 | -1/+0 |
* | x86/lpc: Fix parameter sign extension, unbreaking checkasm-lpc on x86_64 windows | Martin Storsjö | 2022-09-22 | 1 | -0/+1 |
* | x86/lpc: fix even scalar loop overreads/writes | Lynne | 2022-09-22 | 1 | -13/+19 |
* | x86/lpc: fix odd scalar loop overreads/writes | Lynne | 2022-09-22 | 1 | -5/+4 |
* | x86/lpc: implement a new Welch windowing function | Lynne | 2022-09-21 | 1 | -0/+241 |