summaryrefslogtreecommitdiff
path: root/vpx_dsp
AgeCommit message (Expand)Author
2017-08-30inv_txfm_vsx: fix loads in high-bitdepthJames Zern
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-23Merge "quantize avx: copy implementation to intrinsics"Johann Koenig
2017-08-23Merge "vpx_dsp: get32x32var_avx2() cleanup"Scott LaVarnway
2017-08-23Merge "quantize neon: round dqcoeff towards zero"Johann Koenig
2017-08-23quantize avx: copy implementation to intrinsicsJohann
2017-08-23quantize neon: round dqcoeff towards zeroJohann
2017-08-23vpx_dsp:loongson optimize vpx_mseWxH_c(case 16x16,16X8,8X16,8X8) with mmi.Shiyou Yin
2017-08-22quantize ssse3: copy style from sse2Johann
2017-08-22quantize sse2: copy opts from ssse3Johann
2017-08-22Merge changes Icfb70687,I9a963e99,Ie8ac00ef,I1272917cJohann Koenig
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-21quantize: ignore skip_block in armJohann
2017-08-21quantize: ignore skip_block in x86Johann
2017-08-21Remove skip_block from quantizeJohann
2017-08-18vpx_dsp: get32x32var_avx2() cleanupScott LaVarnway
2017-08-18Merge "vpx_dsp: vpx_get16x16var_avx2() cleanup"Scott LaVarnway
2017-08-18vpx_dsp: vpx_get16x16var_avx2() cleanupScott LaVarnway
2017-08-18Merge "quantize: normalize intermediate types"Johann Koenig
2017-08-18vpx_dsp:loongson optimize vpx_subtract_block_c (case 4x4,8x8,16x16) with mmi.Shiyou Yin
2017-08-17highbd_idct32x32*,idct32_34_4x32_quarter_1_2: fix typoJames Zern
2017-08-17quantize: normalize intermediate typesJohann
2017-08-16inv_txfm_sse2.h: correct idct*/iadst* prototypesJames Zern
2017-08-16Merge changes I08b562b6,Ia275940a,I51106e90Linfeng Zhang
2017-08-15Merge "Clean up writing YUV files for debug purpose."Jerome Jiang
2017-08-15Clean up writing YUV files for debug purpose.Jerome Jiang
2017-08-15quantize: silence unsigned overflow warningJohann
2017-08-14Add vpx_highbd_idct32x32_{34, 135, 1024}_add_{sse2, sse4_1}Linfeng Zhang
2017-08-14Update highbd idct x86 optimizations.Linfeng Zhang
2017-08-14Update 32x32 idct sse2 and ssse3 optimizations.Linfeng Zhang
2017-08-10Merge "Clean highbd idct x86 code with inline functions"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-08Clean highbd idct x86 code with inline functionsLinfeng Zhang
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-04Rename highbd_multiplication_and_add_xx() to highbd_butterfly_xx()Linfeng Zhang
2017-08-04Replace multiplication_and_add() with butterfly() in idct x86 codeLinfeng Zhang
2017-08-04Update butterfly() in idct x86 optimizations.Linfeng Zhang