summaryrefslogtreecommitdiff
path: root/vpx_dsp
AgeCommit message (Expand)Author
2016-07-25vpx_dsp: apply clang-formatclang-format
2016-07-25Fix compilation error under Clang 4.0.Ivan Krasin
2016-07-22Add VPX_SWAP macroYury Gitman
2016-07-16vpx_plane_add_noise_c: normalize int typesJames Zern
2016-07-15postproc : fix function parameters for noise functions.Jim Bankoski
2016-07-13Merge "postproc: noise style fixes."James Bankoski
2016-07-13Merge "Fix encoder crashes for odd size input"Yaowu Xu
2016-07-13postproc: noise style fixes.Jim Bankoski
2016-07-13Merge "postproc - move filling of noise buffer to vpx_dsp."James Bankoski
2016-07-13postproc - move filling of noise buffer to vpx_dsp.Jim Bankoski
2016-07-13deblock: missing const on extern const.Jim Bankoski
2016-07-12vp9_postproc.c missing extern.Jim Bankoski
2016-07-12Fix encoder crashes for odd size inputYaowu Xu
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-28Merge "*.asm: normalize label format"James Zern
2016-06-28psnr.c: use int64_t for sum of differencesYaowu Xu
2016-06-27*.asm: normalize label formatJames Zern
2016-06-27Merge "Port metric computation changes from nextgenv2"Yaowu Xu
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-24Port metric computation changes from nextgenv2Yaowu Xu
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-22Merge "remove vp10"James Zern
2016-06-22Update vpx subpixel 1d filter ssse3 asmLinfeng Zhang
2016-06-22Prevent negative varianceYaowu Xu
2016-06-20Make type conversion explicitYaowu Xu
2016-06-17remove vp10James Zern
2016-06-16vpx_dsp/quantize.c: fix ubsan warningsYaowu Xu
2016-06-16vpx_dsp/variance.c: change to use correct typeYaowu Xu
2016-06-14neon hadamard 16x16Johann
2016-06-09Add a couple of missing WRAPLOW checksDebargha Mukherjee
2016-06-06Merge "Move range checks into WRAPLOW"Debargha Mukherjee
2016-06-04Merge changes If31d36c8,I10b947e7James Zern
2016-06-03Move range checks into WRAPLOWDebargha Mukherjee
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