summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86
AgeCommit message (Expand)Author
2017-10-07Add AVX2 version of vpx_convolve8_avg.Kyle Siefring
2017-10-04Merge changes Id6a8c549,Ib1e0650b,Ic369dd86Linfeng Zhang
2017-10-03Merge "vpx: fix nasm build errors"James Zern
2017-10-03vpx: fix nasm build errorsScott LaVarnway
2017-10-03Refactor x86/vpx_subpixel_8t_intrin_ssse3.cLinfeng Zhang
2017-10-03Add vpx_dsp/x86/mem_sse2.hLinfeng Zhang
2017-10-03Add transpose_8bit_{4x4,8x8}() x86 optimizationLinfeng Zhang
2017-09-29vpxdsp: [x86] add highbd_d135_predictor functionsScott LaVarnway
2017-09-28vpxdsp: [x86] add highbd_d117_predictor functionsScott LaVarnway
2017-09-27Merge "vpxdsp: [x86] add highbd_d153_predictor functions"Scott LaVarnway
2017-09-27fix signed integer overflow of idctLinfeng Zhang
2017-09-27vpxdsp: [x86] add highbd_d153_predictor functionsScott LaVarnway
2017-09-26Merge changes Ib9105462,Idfac00ed,If8d8a0e2Linfeng Zhang
2017-09-25Merge "vpxdsp: [x86] add highbd_d45_predictor functions"Scott LaVarnway
2017-09-22vpxdsp: [x86] add highbd_d45_predictor functionsScott LaVarnway
2017-09-20Remove the unnecessary cast of (int16_t)cospi_{1...31}_64Linfeng Zhang
2017-09-20Remove the unnecessary upcasts of (int)cospi_{1...31}_64Linfeng Zhang
2017-09-20Change cospi_{1...31}_64 from tran_high_t to tran_coef_tLinfeng Zhang
2017-09-20Merge "vpxdsp: [x86] add highbd_d63_predictor functions"Scott LaVarnway
2017-09-19Refactor convolve codeLinfeng Zhang
2017-09-19vpxdsp: [x86] add highbd_d63_predictor functionsScott LaVarnway
2017-09-12Revert "Revert "quantize avx: copy 32x32 implementation""Johann
2017-09-11vpxdsp: [x86] add highbd_d207_predictor functionsScott LaVarnway
2017-09-07Update convolve functions' assertionsLinfeng Zhang
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-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-25Revert "quantize avx: copy 32x32 implementation"Marco Paniconi
2017-08-24quantize avx: copy 32x32 implementationJohann
2017-08-24quantize ssse3: copy implementation to intrinsicsJohann
2017-08-23Merge "quantize avx: copy implementation to intrinsics"Johann Koenig
2017-08-23Merge "vpx_dsp: get32x32var_avx2() cleanup"Scott LaVarnway
2017-08-23quantize avx: copy implementation to intrinsicsJohann
2017-08-22quantize ssse3: copy style from sse2Johann
2017-08-22quantize sse2: copy opts from ssse3Johann
2017-08-21quantize: ignore skip_block in x86Johann
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-17highbd_idct32x32*,idct32_34_4x32_quarter_1_2: fix typoJames Zern
2017-08-16inv_txfm_sse2.h: correct idct*/iadst* prototypesJames Zern
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 "quantize: copy ssse3 optimizations to intrinsics"Johann Koenig
2017-08-08Clean highbd idct x86 code with inline functionsLinfeng Zhang