summaryrefslogtreecommitdiff
path: root/vpx_dsp/vpx_dsp_rtcd_defs.pl
AgeCommit message (Expand)Author
2018-01-08Update dct_test.ccLinfeng Zhang
2017-12-14add copyright to rtcd filesJohann
2017-11-29mips msa optimize vpx_scaled_2d functionKaustubh Raste
2017-11-10vpx: [x86] add vpx_satd_avx2()Scott LaVarnway
2017-11-03Support building AVX-512 and implement sadx4 for AVX-512Kyle Siefring
2017-10-26vpx: hadamard: use ptrdiff_t instead of int for strideScott LaVarnway
2017-10-18vpx: [x86] add vpx_hadamard_16x16_avx2()Scott LaVarnway
2017-10-09Extend 16 wide AVX2 convolve8 code to support averaging.Kyle Siefring
2017-10-07Add AVX2 version of vpx_convolve8_avg.Kyle Siefring
2017-10-07Merge "ppc: Add vpx_idct32x32_1024_add_vsx"James Zern
2017-09-30ppc: Add vpx_idct32x32_1024_add_vsxAlexandra Hájková
2017-09-29vpxdsp: [x86] add highbd_d135_predictor functionsScott LaVarnway
2017-09-28vpxdsp: [x86] add highbd_d117_predictor functionsScott LaVarnway
2017-09-27vpxdsp: [x86] add highbd_d153_predictor functionsScott LaVarnway
2017-09-26Add vpx_scaled_2d_neon()Linfeng Zhang
2017-09-22vpxdsp: [x86] add highbd_d45_predictor functionsScott LaVarnway
2017-09-20Merge "vpxdsp: [x86] add highbd_d63_predictor functions"Scott LaVarnway
2017-09-19vpxdsp: [x86] add highbd_d63_predictor functionsScott LaVarnway
2017-09-13cosmetics: vp9_rtcd_defs.plLinfeng Zhang
2017-09-12Revert "Revert "quantize avx: copy 32x32 implementation""Johann
2017-09-11vpxdsp: [x86] add highbd_d207_predictor functionsScott LaVarnway
2017-09-08Merge "vpxdsp: [loongson] optimize sad functions with mmi"Shiyou Yin
2017-09-06Merge "Remove get_filter_base() and get_filter_offset() in convolve"Linfeng Zhang
2017-09-05Remove get_filter_base() and get_filter_offset() in convolveLinfeng Zhang
2017-09-05vpxdsp: [x86] add highbd_dc_128_predictor functionsScott LaVarnway
2017-09-02vpxdsp: [loongson] optimize sad functions with mmiShiyou Yin
2017-08-30vpxdsp: [x86] add highbd_dc_left_predictor functionsScott LaVarnway
2017-08-29vpxdsp: [x86] add highbd_dc_top_predictor functionsScott LaVarnway
2017-08-28vpxdsp: [x86] add highbd_h_predictor functionsScott LaVarnway
2017-08-25Merge "Revert "quantize avx: copy 32x32 implementation""Marco Paniconi
2017-08-25Revert "quantize avx: copy 32x32 implementation"Marco Paniconi
2017-08-25Merge "vpx_dsp:loongson optimize vpx_varianceWxH_c,vpx_sub_pixel_varianceWxH_...Shiyou Yin
2017-08-25vpx_dsp:loongson optimize vpx_varianceWxH_c,vpx_sub_pixel_varianceWxH_c and v...Shiyou Yin
2017-08-24quantize avx: copy 32x32 implementationJohann
2017-08-24quantize ssse3: copy implementation to intrinsicsJohann
2017-08-24Merge "vpx_dsp:loongson optimize vpx_mseWxH_c(case 16x16,16X8,8X16,8X8) with ...Shiyou Yin
2017-08-23quantize avx: copy implementation to intrinsicsJohann
2017-08-23vpx_dsp:loongson optimize vpx_mseWxH_c(case 16x16,16X8,8X16,8X8) with mmi.Shiyou Yin
2017-08-22Merge "ppc: Add vpx_idct16x16_256_add_vsx"James Zern
2017-08-22Merge "vpx_dsp:loongson optimize vpx_subtract_block_c (case 4x4,8x8,16x16) wi...Shiyou Yin
2017-08-18vpx_dsp:loongson optimize vpx_subtract_block_c (case 4x4,8x8,16x16) with mmi.Shiyou Yin
2017-08-14Add vpx_highbd_idct32x32_{34, 135, 1024}_add_{sse2, sse4_1}Linfeng Zhang
2017-08-10Merge "neon: vpx_quantize_b_32x32"Johann Koenig
2017-08-10Merge "quantize: copy ssse3 optimizations to intrinsics"Johann Koenig
2017-08-08neon: vpx_quantize_b_32x32Johann
2017-08-08quantize: copy ssse3 optimizations to intrinsicsJohann
2017-08-07Update 32x32 idct sse2 funcs, add partial case 135Linfeng Zhang
2017-08-04Add vpx_highbd_idct16x16_{10, 38, 256}_add_sse4_1Linfeng Zhang
2017-08-03Rewrite vpx_idct16x16_{10,256}_add_sse2() and add case 38 functionLinfeng Zhang
2017-08-01Merge "neon: vpx_quantize_b"Johann Koenig