| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/vp9dsp: fix clobbering of xmm6 on IDCT sse2 functions | James Almer | 2015-02-08 | 1 | -0/+3 |
* | vp9/x86: save one register on 32bit idct32x32. | Ronald S. Bultje | 2014-12-16 | 1 | -3/+48 |
* | vp9/x86: 32bit and sse2 support for vp9 inverse transform assembly | Ronald S. Bultje | 2014-12-15 | 1 | -691/+1690 |
* | x86: vpx/h264/hevc/mpeg2: share constants | Christophe Gisquet | 2014-08-06 | 1 | -4/+5 |
* | vp9/x86: use explicit register for relative stack references. | Ronald S. Bultje | 2014-01-24 | 1 | -222/+218 |
* | vp9/x86: iwht4x4 (lossless) mmx. | Ronald S. Bultje | 2014-01-24 | 1 | -0/+41 |
* | vp9/x86: 4x4 iadst SIMD (ssse3) variants. | Ronald S. Bultje | 2014-01-24 | 1 | -0/+69 |
* | vp9/x86: 8x8 iadst SIMD (ssse3/avx) variants. | Ronald S. Bultje | 2014-01-24 | 1 | -44/+113 |
* | vp9/x86: 16x16 iadst_idct, idct_iadst and iadst_iadst (ssse3+avx). | Ronald S. Bultje | 2014-01-16 | 1 | -5/+267 |
* | vp9/x86: add AVX for itxfm and lpf. | Clément Bœsch | 2014-01-15 | 1 | -3/+18 |
* | vp9/x86: factor out some code in VP9_UNPACK_MULSUB_2W_4X. | Clément Bœsch | 2014-01-12 | 1 | -8/+9 |
* | vp9/x86: remove reg redundancy in VP9_MULSUB_2W_2X. | Clément Bœsch | 2014-01-12 | 1 | -9/+9 |
* | vp9/x86: merge IDCT coef macros. | Clément Bœsch | 2014-01-12 | 1 | -23/+19 |
* | vp9/x86: make STORE_2X2 macro local. | Ronald S. Bultje | 2014-01-08 | 1 | -9/+9 |
* | vp9/x86: idct_32x32_add_ssse3 sub-8x8-idct. | Ronald S. Bultje | 2014-01-07 | 1 | -2/+107 |
* | vp9/x86: idct_32x32_add_ssse3 sub-16x16-idct. | Ronald S. Bultje | 2014-01-07 | 1 | -1/+56 |
* | vp9/x86: idct_32x32_add_ssse3. | Ronald S. Bultje | 2014-01-07 | 1 | -28/+422 |
* | vp9/x86: 16x16 sub-IDCT for top-left 8x8 subblock (eob <= 38). | Ronald S. Bultje | 2013-12-26 | 1 | -15/+63 |
* | vp9/x86: idct_add_16x16_ssse3. | Ronald S. Bultje | 2013-12-14 | 1 | -8/+271 |
* | vp9: implement top/left half (4x4) sub-8x8-IDCT. | Ronald S. Bultje | 2013-12-07 | 1 | -2/+41 |
* | vp9: split pre-load of 11585x2 out of 1d idct macro. | Ronald S. Bultje | 2013-12-07 | 1 | -3/+3 |
* | vp9: minor refactorings in idct ssse3 assembly. | Ronald S. Bultje | 2013-12-07 | 1 | -40/+38 |
* | vp9: split x86 assembly in two files. | Ronald S. Bultje | 2013-12-07 | 1 | -0/+318 |