summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
AgeCommit message (Expand)Author
2018-11-27rename quantize_x86.hJohann
2018-10-30clang-tidy: fix vp9/encoder parametersJohann
2018-08-08Simplify temporal filter strength calculationJingning Han
2018-02-05Update tx_type switch code in idctLinfeng Zhang
2018-01-18vp9_quantize_fp_avx2()Scott LaVarnway
2017-12-21vp9_quantize_ssse3_x86_64: fix out of bounds writeJames Zern
2017-12-14fix typo in boilerplateJohann
2017-11-29Remove unnecessary includes of emmintrin_compat.hKyle Siefring
2017-11-09vpx: [x86] add vp9_block_error_fp_avx2()Scott LaVarnway
2017-10-16Add 4 to 3 scaling SSSE3 optimizationLinfeng Zhang
2017-10-10Add 4 to 1 scaling x86 optimizationLinfeng Zhang
2017-10-04Generalize 2:1 vp9_scale_and_extend_frame_ssse3()Linfeng Zhang
2017-10-04Update vp9_scale_and_extend_frame_ssse3()Linfeng Zhang
2017-09-20Remove the unnecessary cast of (int16_t)cospi_{1...31}_64Linfeng Zhang
2017-09-06Add ScaleFrameTestLinfeng Zhang
2017-08-21quantize fp: ignore skip_block in x86Johann
2017-06-21vp[89],vpx_dsp: add missing includesJames Zern
2017-06-13Clean array_transpose_{4X8,16x16,16x16_2) in x86Linfeng Zhang
2017-06-13Remove array_transpose_8x8() in x86Linfeng Zhang
2017-05-09vp9: SVC: Add option to set downsampling filter type.Marco
2017-05-02Merge "block error sse2: sum in 32 bits when possible"Johann Koenig
2017-05-01block error avx2: rename variablesJohann
2017-05-01block error avx2: sum in 32 bits when possibleKyle Siefring
2017-05-01block error sse2: sum in 32 bits when possibleKyle Siefring
2017-05-01move vp9_error_intrin_avx2.cJohann
2017-04-28Use uint32_t for accumulatorJohann
2017-04-26vp9 temporal filter: sse4 implementationJohann
2017-04-18vp9: Add phase to get averaging filter for 1:2 downsampling.Marco
2017-02-24consolidate block_error functionsJohann
2017-02-24Merge "block error sse2: use tran_low_t"Johann Koenig
2017-02-24block error sse2: use tran_low_tJohann
2017-02-21Merge "Drop zbin_ptr and quant_shift_ptr"Johann Koenig
2017-02-16Merge "block error avx2: use tran_low_t"Johann Koenig
2017-02-16Drop zbin_ptr and quant_shift_ptrJohann
2017-02-16block error avx2: use tran_low_tJohann
2017-02-16quantize_fp highbd ssse3: use tran_low_t for coeffJohann
2017-02-16quantize_fp highbd sse2: use tran_low_t for coeffJohann
2017-02-16bitdepth conversion: really use num elementsJohann
2017-02-07block_error_fp highbd sse2: use tran_low_t for coeffJohann
2017-02-06highbd x86: consolidate tran_low_t conversionsJohann
2016-11-05Update vp9_fdct8x8_quant_ssse3 for highbitdepthJohann
2016-08-08Refactor mv limits.Alex Converse
2016-08-02vp9/encoder: apply clang-formatclang-format
2016-06-28remove visual studio < 2010 workaroundsJames Zern
2016-06-17remove vp10James Zern
2016-06-10vp9_diamond_search_sad_avx cosmeticsScott LaVarnway
2016-06-07Revert "remove vp9_diamond_search_sad_avx.c"Scott LaVarnway
2016-05-27Merge "Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10."Linfeng Zhang
2016-05-27Upgrade fwht4x4_mmx() to fwht4x4_sse2() for vp9 and vp10.Linfeng Zhang
2016-05-24remove vp9_diamond_search_sad_avx.cJames Zern