2304 Commits (3d4039f964e4814070e0f813d8e56d397bd70436)

Author SHA1 Message Date
Ronald S. Bultje 8915320db9 vp9lpf/x86: make filter_48/84/88_h work on 32-bit. 9 years ago
Ronald S. Bultje 725a216481 vp9lpf/x86: make filter_44_h work on 32-bit. 9 years ago
Ronald S. Bultje 5bfa96c4b3 vp9lpf/x86: make filter_16_v work on 32-bit. 9 years ago
Ronald S. Bultje b905e8d2fe vp9lpf/x86: make filter_48/84_v work on 32-bit. 9 years ago
Ronald S. Bultje 37637e6590 vp9lpf/x86: make filter_88_v work on 32-bit. 9 years ago
Ronald S. Bultje be10834bd9 vp9lpf/x86: make filter_44_v work on 32-bit. 9 years ago
Ronald S. Bultje 7c62891efe vp9lpf/x86: save one register in SIGN_ADD/SUB. 9 years ago
Ronald S. Bultje c6375a83d1 vp9lpf/x86: store unpacked intermediates for filter6/14 on stack. 9 years ago
Ronald S. Bultje 4ce8ba72f9 vp9lpf/x86: move variable assigned inside macro branch. 9 years ago
Ronald S. Bultje e4961035b2 vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning. 9 years ago
Ronald S. Bultje 683da2788e vp9lpf/x86: remove unused register from ABSSUB_CMP macro. 9 years ago
Ronald S. Bultje 6e74e9636b vp9lpf/x86: slightly simplify 44/48/84/88 h stores. 9 years ago
Ronald S. Bultje 6411c328a2 vp9lpf/x86: make cglobal statement more conservative in register allocation. 9 years ago
Ronald S. Bultje a6e288d624 vp9lpf/x86: save one register in loopfilter surface coverage. 9 years ago
Clément Bœsch 0ed21bdc9e vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}. 9 years ago
Clément Bœsch f2e3d706a1 vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). 9 years ago
James Almer 92d47550ea vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16 9 years ago
Clément Bœsch 6bea478158 vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. 9 years ago
James Almer 1f451eed60 vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). 9 years ago
Clément Bœsch a692724c58 vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16. 9 years ago
James Almer 42111e8543 avcodec: fix arguments on xmm/neon clobber test wrappers 9 years ago
James Almer 449f263f9f avcodec: add missing xmm/neon clobber test wrappers for the new encode API 9 years ago
Justin Ruggles b57e38f52c ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm 9 years ago
Justin Ruggles 43717469f9 ac3dsp: Reverse matrix in/out order in downmix() 9 years ago
Hendrik Leppkes 8d1267932c x86/h264_weight: use appropriate register size for weight parameters 9 years ago
Diego Biurrun 2caa93b813 mpegaudiodsp: Change type of array stride parameters to ptrdiff_t 9 years ago
Diego Biurrun e4a94d8b36 h264chroma: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 009adfd4fb x86: fpel: Remove unnecessary sign extend 9 years ago
Anton Khirnov de2ae3c1fa lavc: add clobber tests for the new encoding/decoding API 9 years ago
Hendrik Leppkes 5ae0ad001a x86/h264_weight: use appropriate register size for weight parameters 9 years ago
Michael Niedermayer bc26fe8927 avcodec/h264: Use ptrdiff_t for (bi)weight functions 9 years ago
Anton Khirnov 12004a9a7f audiodsp/x86: yasmify vector_clipf_sse 9 years ago
Anton Khirnov eea9857bfd blockdsp: drop the high_bit_depth parameter 9 years ago
Anton Khirnov 683da86aab audiodsp: reorder arguments for vector_clipf 9 years ago
Anton Khirnov 75d98e30af audiodsp/x86: clear the high bits of the order parameter on 64bit 9 years ago
Anton Khirnov 1d6c76e11f audiodsp/x86: fix ff_vector_clip_int32_sse2 9 years ago
Diego Biurrun de452e5037 pixblockdsp: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 721d57e608 vp56: Separate VP5 and VP6 dsp initialization 9 years ago
Diego Biurrun 3fd22538bc prores: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun f81be06cf6 cavs: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 802727b538 vp8: Update some assembly comments left unchanged in bd66f073fe 9 years ago
Diego Biurrun d9d26a3674 vp56: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun 6892df9294 vp3: Change type of stride parameters to ptrdiff_t 9 years ago
Diego Biurrun e2b9993558 simple_idct: x86: Drop disabled IDCT implementation 9 years ago
James Almer d950279cbf avcodec/ttadsp: cosmetics 9 years ago
Ronald S. Bultje 9790b44a89 vp9mc/x86: sse2 MC assembly. 9 years ago
James Almer 67922b4ee4 vp9mc/x86: add AVX and AVX2 MC 9 years ago
Clément Bœsch 3cda179f18 vp9mc/x86: rename ff_* to ff_vp9_* 9 years ago
James Almer 8be8444d01 vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext 9 years ago