aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/vp9dsp_init_16bpp.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/vp9dsp_init_16bpp: Fix linking to missing ff_vp9_ipred_dr_32x32_1...Michael Niedermayer2017-06-281-0/+2
* avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-271-2/+4
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-211-4/+4
* avcodec/vp9: ipred_dr_16x16_16 avx2 implementationIlia Valiakhmetov2017-06-121-0/+2
* libavcodec/vp9: ipred_dl_32x32_16 avx2 implementationIlia Valiakhmetov2017-06-061-0/+2
* vp9: re-split the decoder/format/dsp interface header files.Ronald S. Bultje2017-03-281-1/+1
* lavc/vp9: split into vp9{block,data,mvs}Clément Bœsch2017-03-271-1/+1
* avcodec/vp9: avx2 implementation of ipred_dl_16x16_16Ilia2017-03-201-0/+2
* x86: use the new helper macros where usefulJames Almer2016-02-141-1/+1
* vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction.Ronald S. Bultje2015-10-031-0/+33
* vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions.Ronald S. Bultje2015-10-031-0/+15
* vp9: add subpel MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-161-1/+1
* vp9: add fullpel (avg) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-161-16/+42
* vp9: add fullpel (put) MC SIMD for 10/12bpp.Ronald S. Bultje2015-09-161-0/+65