summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86
AgeCommit message (Expand)Author
2016-07-28Resolve -Wshorten-64-to-32 in variance.Alex Converse
2016-07-27vpx_dsp/x86/quantize_sse2.c: apply clang-formatclang-format
2016-07-25vpx_dsp: apply clang-formatclang-format
2016-07-25Fix compilation error under Clang 4.0.Ivan Krasin
2016-07-15postproc : fix function parameters for noise functions.Jim Bankoski
2016-07-12deblock filter : moved from vp8 code branchJim Bankoski
2016-07-07Merge "Support measure distortion in the pixel domain"Jingning Han
2016-07-06Support measure distortion in the pixel domainJingning Han
2016-07-02Merge "improve vpx_filter_block1d* based on replace paddsw+psrlw to pmulhrsw"James Zern
2016-07-02Merge "Update vpx subpixel 1d filter ssse3 asm"James Zern
2016-06-29vpx_dsp: remove x86inc.asm distinctionJohann
2016-06-29Merge changes I9433d858,Iafd05637,If08ce6caJames Zern
2016-06-29Update vpx subpixel 1d filter ssse3 asmLinfeng Zhang
2016-06-29Prevent negative varianceYaowu Xu
2016-06-28remove visual studio < 2010 workaroundsJames Zern
2016-06-27*.asm: normalize label formatJames Zern
2016-06-27improve vpx_filter_block1d* based on replace paddsw+psrlw to pmulhrswMin Chen
2016-06-25Revert "Update vpx subpixel 1d filter ssse3 asm"James Zern
2016-06-23Merge "Update vpx subpixel 1d filter ssse3 asm"Linfeng Zhang
2016-06-22vpx_lpf_horizontal_4_sse2: Remove dead load.Alex Converse
2016-06-22Update vpx subpixel 1d filter ssse3 asmLinfeng Zhang
2016-06-20Make type conversion explicitYaowu Xu
2016-06-04Merge changes If31d36c8,I10b947e7James Zern
2016-06-03Merge "Slow pshufb removal in 3 intra prediction functions."Linfeng Zhang
2016-06-02vpx_dsp,add_noise: remove mmx implementationJames Zern
2016-06-02vpx_dsp: remove mmx variance implementationsJames Zern
2016-06-02Slow pshufb removal in 3 intra prediction functions.Linfeng Zhang
2016-05-31variance_avx2.c: UBSAN/IOC fixYaowu Xu
2016-05-27Merge "Upgrade vpx_lpf_{vertical,horizontal}_4 mmx to sse2"Linfeng Zhang
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-18Clarify integer value rangesYaowu Xu
2016-05-18Code clean of sub_pixel_variance4xhScott LaVarnway
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-09VPX: refactor vpx_idct16x16_1_add_sse2()Scott LaVarnway
2016-05-06The subfunctions are only defined for sse2Johann
2016-05-06Unlike non-hbd variance, opt2 is never usedJohann
2016-05-04vpx_dsp/*.[hc]: add missing vpx_dsp_rtcd.h includeJames 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