summaryrefslogtreecommitdiff
path: root/vpx_dsp
AgeCommit message (Expand)Author
2016-05-26Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2Linfeng Zhang
2016-05-26Merge "Code clean of sub_pixel_variance4xh -- 2"Scott LaVarnway
2016-05-24Code clean of sub_pixel_variance4xh -- 2Scott LaVarnway
2016-05-19Revert "Code clean of sub_pixel_variance4xh"James Zern
2016-05-18Merge "Clarify integer value ranges"Yaowu Xu
2016-05-18Merge "Code clean of sub_pixel_variance4xh"James Zern
2016-05-18Merge "neon hadamard 8x8"Johann Koenig
2016-05-18Clarify integer value rangesYaowu Xu
2016-05-18Code clean of sub_pixel_variance4xhScott LaVarnway
2016-05-16neon hadamard 8x8Johann
2016-05-13Merge "Change to use correct check for halfpel"Yaowu Xu
2016-05-11Merge "remove mmx variance functions"Linfeng Zhang
2016-05-11Change to use correct check for halfpelYaowu Xu
2016-05-11remove mmx variance functionsLinfeng Zhang
2016-05-11remove mmx sad functionsLinfeng Zhang
2016-05-10vpx_dsp: Rename postproc.c add_noise.Jim Bankoski
2016-05-09Merge "VPX: refactor vpx_idct16x16_1_add_sse2()"Scott LaVarnway
2016-05-09Merge "libvpx: vpx_add_plane_noise make c match assembly"James Bankoski
2016-05-09Merge changes Id13b97f4,I1d342725Johann Koenig
2016-05-09VPX: refactor vpx_idct16x16_1_add_sse2()Scott LaVarnway
2016-05-07libvpx: vpx_add_plane_noise make c match assemblyJim Bankoski
2016-05-06Use canonical avg_pred functionsJohann
2016-05-06The subfunctions are only defined for sse2Johann
2016-05-06Unlike non-hbd variance, opt2 is never usedJohann
2016-05-06Merge changes from topic 'missing-proto'James Zern
2016-05-04vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h includeJames Zern
2016-05-04vpx_dsp_common.h: remove circular includeJames Zern
2016-05-04vpx_dsp_common.h: fix include guardJames Zern
2016-05-04Merge "libvpx: add a unit test for plane_add_noise."James Bankoski
2016-05-03libvpx: add a unit test for plane_add_noise.Jim Bankoski
2016-05-03Merge "Move vpx_add_plane from codec to vpx_dsp and dedup."James Bankoski
2016-05-02Move vpx_add_plane from codec to vpx_dsp and dedup.Jim Bankoski
2016-04-28Merge "bitreader: remove an unsigned overflow."Alex Converse
2016-04-27Tweak casts on vpx_sub_pixel_variance to avoid implicit overflow.Alex Converse
2016-04-27bitreader: remove an unsigned overflow.Alex Converse
2016-04-27Be explicit about overflow in vpx_variance16x16_sse2.Alex Converse
2016-04-27Remove casts on < 16x16 variance.Alex Converse
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