1032 Commits (dbfe60caca2e8323efa7aba6762dce7be2eba390)

Author SHA1 Message Date
Diego Biurrun 0a35f128f3 cabac: x86: Give optimizations header a more meaningful name 8 years ago
Diego Biurrun 0361e4dcb4 h264_qpel: x86: Move function with only one instance out of template macro 8 years ago
Diego Biurrun 3cba09e522 x86: Drop stray semicolons after function definitions 8 years ago
Martin Storsjö 2e55e26b40 vp9: Flip the order of arguments in MC functions 8 years ago
Pierre Edouard Lepere 6d5636ad9a hevc: x86: Add add_residual() SIMD optimizations 8 years ago
Diego Biurrun 788544ff0e audiodsp: x86: Remove pointless header file 8 years ago
Diego Biurrun b89804da9b x86: videodsp: Add parentheses to expression to work around warning 8 years ago
Diego Biurrun 6be7944ee2 x86: Add missing colons after assembly labels 8 years ago
Alexandra Hájková 112cee0241 hevc: Add SSE2 and AVX IDCT 8 years ago
Anton Khirnov e4128c08d7 Revert "hevc: x86: Refactor IDCT macro declarations" 8 years ago
Diego Biurrun 5801f9ed24 h264_intrapred: x86: Update comments left behind in 95c89da36e 8 years ago
Diego Biurrun d9dccc0389 hevc: x86: Refactor IDCT macro declarations 8 years ago
Ronald S. Bultje 715f139c9b vp9lpf/x86: make filter_16_h work on 32-bit. 8 years ago
Ronald S. Bultje 8915320db9 vp9lpf/x86: make filter_48/84/88_h work on 32-bit. 8 years ago
Ronald S. Bultje 725a216481 vp9lpf/x86: make filter_44_h work on 32-bit. 8 years ago
Ronald S. Bultje 5bfa96c4b3 vp9lpf/x86: make filter_16_v work on 32-bit. 8 years ago
Ronald S. Bultje b905e8d2fe vp9lpf/x86: make filter_48/84_v work on 32-bit. 8 years ago
Ronald S. Bultje 37637e6590 vp9lpf/x86: make filter_88_v work on 32-bit. 8 years ago
Ronald S. Bultje be10834bd9 vp9lpf/x86: make filter_44_v work on 32-bit. 8 years ago
Ronald S. Bultje 7c62891efe vp9lpf/x86: save one register in SIGN_ADD/SUB. 8 years ago
Ronald S. Bultje c6375a83d1 vp9lpf/x86: store unpacked intermediates for filter6/14 on stack. 8 years ago
Ronald S. Bultje 4ce8ba72f9 vp9lpf/x86: move variable assigned inside macro branch. 8 years ago
Ronald S. Bultje e4961035b2 vp9lpf/x86: simplify ABSSUM_CMP by inverting the comparison meaning. 8 years ago
Ronald S. Bultje 683da2788e vp9lpf/x86: remove unused register from ABSSUB_CMP macro. 8 years ago
Ronald S. Bultje 6e74e9636b vp9lpf/x86: slightly simplify 44/48/84/88 h stores. 8 years ago
Ronald S. Bultje 6411c328a2 vp9lpf/x86: make cglobal statement more conservative in register allocation. 8 years ago
Ronald S. Bultje a6e288d624 vp9lpf/x86: save one register in loopfilter surface coverage. 8 years ago
Clément Bœsch 0ed21bdc9e vp9lpf/x86: add ff_vp9_loop_filter_[vh]_44_16_{sse2,ssse3,avx}. 8 years ago
Clément Bœsch f2e3d706a1 vp9lpf/x86: add ff_vp9_loop_filter_h_{48,84}_16_{sse2,ssse3,avx}(). 8 years ago
James Almer 92d47550ea vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16 8 years ago
Clément Bœsch 6bea478158 vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}. 8 years ago
James Almer 1f451eed60 vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2(). 8 years ago
Clément Bœsch a692724c58 vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16. 8 years ago
Justin Ruggles b57e38f52c ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asm 8 years ago
Justin Ruggles 43717469f9 ac3dsp: Reverse matrix in/out order in downmix() 8 years ago
Hendrik Leppkes 8d1267932c x86/h264_weight: use appropriate register size for weight parameters 8 years ago
Diego Biurrun 2caa93b813 mpegaudiodsp: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun e4a94d8b36 h264chroma: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 2ec9fa5ec6 idct: Change type of array stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 009adfd4fb x86: fpel: Remove unnecessary sign extend 8 years ago
Anton Khirnov de2ae3c1fa lavc: add clobber tests for the new encoding/decoding API 8 years ago
Anton Khirnov 12004a9a7f audiodsp/x86: yasmify vector_clipf_sse 8 years ago
Anton Khirnov 683da86aab audiodsp: reorder arguments for vector_clipf 8 years ago
Anton Khirnov eea9857bfd blockdsp: drop the high_bit_depth parameter 8 years ago
Anton Khirnov 75d98e30af audiodsp/x86: clear the high bits of the order parameter on 64bit 8 years ago
Anton Khirnov 1d6c76e11f audiodsp/x86: fix ff_vector_clip_int32_sse2 8 years ago
Diego Biurrun de452e5037 pixblockdsp: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun 721d57e608 vp56: Separate VP5 and VP6 dsp initialization 8 years ago
Diego Biurrun 3fd22538bc prores: Change type of stride parameters to ptrdiff_t 8 years ago
Diego Biurrun f81be06cf6 cavs: Change type of stride parameters to ptrdiff_t 8 years ago