summaryrefslogtreecommitdiff
path: root/vp9/encoder/x86
AgeCommit message (Expand)Author
2019-09-30namespace ARCH_* definesJames Zern
2019-09-10vp9_quantize_sse2: quiet clang-7 integer sanitizer warningJames Zern
2019-04-30cast ambiguous _mm_set1_epiNN() constantsJohann
2019-03-29update .clang-format for version clang-7.0.1 update.Hien Ho
2019-03-25Remove deprecated code for vp9_fdct8x8_quant()Jingning Han
2019-03-07Optimize SSE4_1 lowbd temporal filter implementationchiyotsai
2019-03-04Add SSE4_1 highbd version of temporal filterchiyotsai
2019-02-04Fix an inline varible declaration in temporal filterchiyotsai
2019-02-04Some cosmetic fixes to temporal filterchiyotsai
2019-02-01Remove old version of temporal_filter_applychiyotsai
2019-01-28Fix mismatch between SIMD/C version of vp9_apply_temporal_filterchiyotsai
2019-01-24Add SSE4 version of new apply_temporal_filterchiyotsai
2019-01-07fix vp9 fdct_quantJohann
2018-12-21vp9_highbd_block_error_sse2: resolve missing declarationsJohann
2018-12-21fdct_quant: resolve missing declarationsJohann
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