summaryrefslogtreecommitdiff
path: root/libavfilter/x86/vf_v360_init.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_v360: add mitchell interpolationPaul B Mahol2020-10-041-1/+2
* avfilter/x86/vf_v360_init: add missing casesPaul B Mahol2020-04-021-1/+3
* avfilter/vf_v360: add SIMD for lagrange9 interpolationPaul B Mahol2020-04-021-0/+6
* avfilter/vf_v360: change remaps to int16_t typePaul B Mahol2020-01-191-5/+5
* avfilter/x86/vf_360: add most of >8 depth asmPaul B Mahol2019-09-161-0/+12
* x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32James Almer2019-09-061-1/+1
* avfilter/vf_v360: x86 SIMD for interpolationsPaul B Mahol2019-09-061-0/+50