summaryrefslogtreecommitdiff
path: root/vpx_dsp
AgeCommit message (Expand)Author
2016-04-21vpx_minmax_8x8_neon and testJohann
2016-04-21hadamard 8x8 testJohann
2016-04-15Merge "Enable vpx_idct32x32_1024_add_neon for neon as well, not only for neon...Johann Koenig
2016-04-15Enable vpx_idct32x32_1024_add_neon for neon as well, not only for neon_asmMartin Storsjo
2016-04-14Apply 'const' to data not pointerJohann
2016-04-06Merge changes I7a1c0cba,Ie02b5caf,I2cbd85d7,I644f35b0James Zern
2016-04-04vpx_fdct16x16_1_sse2: improve load patternJames Zern
2016-04-04vpx_fdct16x16_1_c/msa: fix accumulator overflowJames Zern
2016-04-04vpx_fdctNxN_1_sse2: reduce store sizeJames Zern
2016-04-02vpx_fdct32x32_1_msa: fix accumulator overflowJames Zern
2016-04-01vpx_fdctNxN_1_c: remove unnecessary storeJames Zern
2016-03-30vpx_fdct32x32_1_c: fix accumulator overflowJames Zern
2016-03-08VPX: loopfilter_mmx.asm using x86inc 2Scott LaVarnway
2016-03-04Revert "VPX: loopfilter_mmx.asm using x86inc"James Zern
2016-02-27VPX: Remove pmin/pmax from subpixel functions.Scott LaVarnway
2016-02-27Merge "VPX: vpx_filter_block1d16_(v8, v8_avg)"Scott LaVarnway
2016-02-25x86/convolve.h: remove redundant check in FUN_CONV_2DJames Zern
2016-02-25x86/convolve.h: replace while w/if for w < 16James Zern
2016-02-25VPX: vpx_filter_block1d16_(v8, v8_avg)Scott LaVarnway
2016-02-24x86/convolve.h: change filter[] || chains to |James Zern
2016-02-23BUG FIX: vpx_filter_block1d(8,4)_(v8, v8_avg)Scott LaVarnway
2016-02-18VPX: loopfilter_mmx.asm using x86incScott LaVarnway
2016-02-16split vpx_highbd_lpf_horizontal_16 in twoJames Zern
2016-02-16split vpx_lpf_horizontal_16 in twoJames Zern
2016-02-16vpx_highbd_lpf_horizontal_4: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_horizontal_8: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_vertical_4: remove unused count paramJames Zern
2016-02-16vpx_highbd_lpf_vertical_8: remove unused count paramJames Zern
2016-02-16vpx_lpf_horizontal_4: remove unused count paramJames Zern
2016-02-16vpx_lpf_horizontal_8: remove unused count paramJames Zern
2016-02-16vpx_lpf_vertical_4: remove unused count paramJames Zern
2016-02-16vpx_lpf_vertical_8: remove unused count paramJames Zern
2016-02-11vpx_ve_predictor_4x4_c: quiet unused param warningJames Zern
2016-02-05intrapred/d135: flatten border results before storingJames Zern
2016-02-02intrapred: protect functions w/CONFIG check x2James Zern
2016-01-31Merge "Enable sse2 version of inverse wht for hbd build"Yaowu Xu
2016-01-30Merge changes If13946e4,I61a1814d,I2ca9aa3c,I44d91eaaJames Zern
2016-01-29Enable sse2 version of inverse wht for hbd buildYaowu Xu
2016-01-29SSSE3 idct8x8 functions for highbitdpeth buildYaowu Xu
2016-01-29Enable hbd_build to use SSSE3optimized functionsYaowu Xu
2016-01-26intrapred: protect functions w/CONFIG checkJames Zern
2016-01-25Merge "Code clean of sad4xNx4D_sse"James Zern
2016-01-13Revert "Merge "Change highbd variance rounding to prevent negative variance.""Alex Converse
2016-01-13Merge "Change highbd variance rounding to prevent negative variance."Alex Converse
2015-12-22Code clean of highbd_tm_predictor_32x32Jian Zhou
2015-12-22Code clean of highbd_tm_predictor_16x16Jian Zhou
2015-12-22Code clean of highbd_dc_predictor_32x32Jian Zhou
2015-12-22Merge "Code clean of highbd_tm_predictor_4x4"James Zern
2015-12-22Merge "Code clean of highbd_dc_predictor_4x4"James Zern
2015-12-21Merge "Code clean of highbd_v_predictor_4x4"Jian Zhou