| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/vp9: add 64-bit ipred_dr_32x32_16 avx2 implementation | Ilia Valiakhmetov | 2017-06-27 | 1 | -1/+102 |
* | vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2. | Ronald S. Bultje | 2017-06-14 | 1 | -2/+0 |
* | avcodec/vp9: ipred_dr_16x16_16 avx2 implementation | Ilia Valiakhmetov | 2017-06-12 | 1 | -0/+56 |
* | libavcodec/vp9: ipred_dl_32x32_16 avx2 implementation | Ilia Valiakhmetov | 2017-06-06 | 1 | -0/+63 |
* | avcodec/vp9: avx2 implementation of ipred_dl_16x16_16 | Ilia | 2017-03-20 | 1 | -0/+39 |
* | vp9: don't keep a stack pointer if we don't need it. | Ronald S. Bultje | 2015-10-07 | 1 | -15/+5 |
* | vp9: fix msvc build by using 6 GPRs on 32bit if stack!=aligned. | Ronald S. Bultje | 2015-10-05 | 1 | -0/+10 |
* | vp9: 10/12bpp SIMD (sse2/ssse3/avx) for directional intra prediction. | Ronald S. Bultje | 2015-10-03 | 1 | -0/+1520 |
* | vp9: 16bpp tm/dc/h/v intra pred simd (mostly sse2) functions. | Ronald S. Bultje | 2015-10-03 | 1 | -0/+615 |