summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.pl
AgeCommit message (Expand)Author
2018-03-13Add vp9_highbd_iht16x16_256_add_neon()Linfeng Zhang
2018-03-13Fix a bug in vp9_highbd_iht8x8_64_add_neonLinfeng Zhang
2018-03-13Fix a bug in vp9_highbd_iht4x4_16_add_neon()Linfeng Zhang
2018-03-05Fix a bug in vp9_iht16x16_256_add_neon()Linfeng Zhang
2018-03-05Fix a bug in vp9_iht8x8_64_add_neon()Linfeng Zhang
2018-03-03disable vp9_highbd_iht{4x4_16,8x8_64}_add_neonJames Zern
2018-03-03disable vp9_iht8x8_64_add_neonJames Zern
2018-03-03disable vp9_iht16x16_256_add_neonJames Zern
2018-02-27Add vp9_iht16x16_256_add_neon()Linfeng Zhang
2018-02-20Add vp9_highbd_iht8x8_16_add_neon()Linfeng Zhang
2018-02-05Add vp9_highbd_iht4x4_16_add_neon()Linfeng Zhang
2018-01-29Update vp9_iht4x4_16_add_neon()Linfeng Zhang
2018-01-24Merge "vp9_quantize_fp_avx2()"Scott LaVarnway
2018-01-23Add vp9_highbd_iht16x16_256_add_sse4_1()Linfeng Zhang
2018-01-18Add vp9_highbd_iht8x8_64_add_sse4_1()Linfeng Zhang
2018-01-18vp9_quantize_fp_avx2()Scott LaVarnway
2018-01-08Add vp9_highbd_iht4x4_16_add_sse4_1()Linfeng Zhang
2017-12-14add copyright to rtcd filesJohann
2017-11-10Merge "vpx: [x86] add vp9_block_error_fp_avx2()"Scott LaVarnway
2017-11-09vpx: [x86] add vp9_block_error_fp_avx2()Scott LaVarnway
2017-11-03Support building AVX-512 and implement sadx4 for AVX-512Kyle Siefring
2017-09-13cosmetics: vp9_rtcd_defs.plLinfeng Zhang
2017-09-07Add 2 to 1 scaling NEON optimizationLinfeng Zhang
2017-08-23quantize fp: neon implementationJohann
2017-08-14vp9: strip temporal filter codeScott LaVarnway
2017-07-10remove vp9_full_sad_searchJohann
2017-05-10vp9: Use INTERP_FILTER for filter_type in vp9_rtcd_defs.plMarco
2017-05-09vp9: SVC: Add option to set downsampling filter type.Marco
2017-05-08Merge changes I0cfe4117,I3581d80d,Ida62c941Linfeng Zhang
2017-05-06Merge "vp9: Neon optimization for denoiser. Add unit tests."Jerome Jiang
2017-05-05vp9: Neon optimization for denoiser. Add unit tests.Jerome Jiang
2017-05-03Update highbd idct functions arguments to use uint16_t dstLinfeng Zhang
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-03-22vp9 temporal filter: add const to function prototypeJohann
2017-02-24Merge "Make vp9_scale_and_extend_frame_ssse3 work for hbd when bitdepth = 8."Jerome Jiang
2017-02-24consolidate block_error functionsJohann
2017-02-24Merge "block error sse2: use tran_low_t"Johann Koenig
2017-02-23Make vp9_scale_and_extend_frame_ssse3 work for hbd when bitdepth = 8.Jerome Jiang
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_32x32 highbd ssse3: enable existing functionJohann
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-14vp9 fdct higbd neon: connect existing highbd callsJohann
2017-02-14quantize_fp highbd neon: use tran_low_t for coeffJohann