summaryrefslogtreecommitdiff
path: root/libavcodec/x86/vp9intrapred_16bpp.asm
Commit message (Expand)AuthorAgeFilesLines
* avcodec/vp9: ipred_hd_16x16_16 avx2 implementationSemen Belozerov2022-05-311-0/+54
* avcodec/vp9: ipred_vl_16x16_16 avx2 implementationSemen Belozerov2022-05-121-0/+51
* avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-271-1/+102
* vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2.Ronald S. Bultje2017-06-141-2/+0
* avcodec/vp9: ipred_dr_16x16_16 avx2 implementationIlia Valiakhmetov2017-06-121-0/+56
* libavcodec/vp9: ipred_dl_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-061-0/+63
* avcodec/vp9: avx2 implementation of ipred_dl_16x16_16Ilia2017-03-201-0/+39
* vp9: don't keep a stack pointer if we don't need it.Ronald S. Bultje2015-10-071-15/+5
* vp9: fix msvc build by using 6 GPRs on 32bit if stack!=aligned.Ronald S. Bultje2015-10-051-0/+10
* vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.Ronald S. Bultje2015-10-031-0/+1520
* vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje2015-10-031-0/+615