summaryrefslogtreecommitdiff
path: root/vpx_dsp
AgeCommit message (Expand)Author
2015-08-17Turn on dspr2 loop filter functions in vpx_dspJingning Han
2015-08-14Merge changes I2fe52bfb,I5e5084ebJames Zern
2015-08-14Merge "VPX: removed step checks from neon convolve code"James Zern
2015-08-14vpx_highbd_ssim_parms_8x8: make parameter types consistentYaowu Xu
2015-08-13VPX: removed filter == 128 checks from mips convolve codeScott LaVarnway
2015-08-13VPX: removed step checks from mips convolve codeScott LaVarnway
2015-08-12VPX: removed step checks from neon convolve codeScott LaVarnway
2015-08-12Merge "VPX: remove step == 16 and filter[3] != 128 checks"Scott LaVarnway
2015-08-12Merge "fix build w/only mmx+sse enabled"James Zern
2015-08-11Fork VP9 and VP10 codebaseJingning Han
2015-08-11fix build w/only mmx+sse enabledJames Zern
2015-08-11Merge "VPX: remove scaled calls from FUN_CONV_1D"Scott LaVarnway
2015-08-11Merge "VPX: Add rtcd support for scaling."Scott LaVarnway
2015-08-11Merge "Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.h"Aℓex Converse
2015-08-10Move vp9_systemdependent.h to vpx_ports bitops.h and system_state.hAlex Converse
2015-08-10Merge changes from topic 'x86inc'James Zern
2015-08-10VPX: remove step == 16 and filter[3] != 128 checksScott LaVarnway
2015-08-10fastssim: Add some missing constsAlex Converse
2015-08-07Use newer x86inc.asmJohann
2015-08-07ssim: Add missing statics and constsAlex Converse
2015-08-07psnrhvs: Add missing consts and static consts.Alex Converse
2015-08-07ssim: Replace unsigned long with uint32_t.Alex Converse
2015-08-07fastssim: Add stdlib.h for malloc/freeAlex Converse
2015-08-06Move VP9 SSIM metrics to vpx_dsp.Alex Converse
2015-08-06Merge "Narrow a load in iwht4x4_16_add."Aℓex Converse
2015-08-05Narrow a load in iwht4x4_16_add.Alex Converse
2015-08-05VPX: remove scaled calls from FUN_CONV_1DScott LaVarnway
2015-08-04Revert "VP9_COPY_CONVOLVE_SSE2 optimization"James Zern
2015-08-04Change vp9_quantize to vpx_quantizeJingning Han
2015-08-04Merge "Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names"Jingning Han
2015-08-04Replace vp9_ prefix with vpx_ prefix in vpx_dsp function namesJingning Han
2015-08-04Exclude inv_txfm dspr2 files from make file when highbd is onJingning Han
2015-08-04Merge "mips msa vpx convolve optimzation"Parag Salasakar
2015-08-04Merge "mips msa vpx subpel variance optimization"Parag Salasakar
2015-08-03Move inverse transfrom dspr2 functions from vp9 to vpx_dspJingning Han
2015-08-03Add common_dspr2.c file to vpx_dsp/mipsJingning Han
2015-08-03Remove vpx_ prefix from the dspr2 file name in vpx_dsp/mipsJingning Han
2015-08-03VPX: Add rtcd support for scaling.Scott LaVarnway
2015-08-03Merge "Add vpx_dsp_rtcd.h to inv_txfm_sse2.c"Jingning Han
2015-08-03Merge "Remove vp9_common.h from idct16x16_neon.c"Jingning Han
2015-08-03mips msa vpx convolve optimzationParag Salasakar
2015-08-03mips msa vpx subpel variance optimizationParag Salasakar
2015-08-03Merge "Factor out mips/msa inverse transform implementations"Jingning Han
2015-08-02Merge "Add x86inc flag guard to inv_txfm_sse2.asm"Jingning Han
2015-08-02Remove vp9_common.h from idct16x16_neon.cJingning Han
2015-08-02Add x86inc flag guard to inv_txfm_sse2.asmJingning Han
2015-08-02Add vpx_dsp_rtcd.h to inv_txfm_sse2.cJingning Han
2015-08-01vpx_convolve_copy_sse2: fix win64James Zern
2015-08-01Factor out mips/msa inverse transform implementationsJingning Han
2015-08-01Merge "Factor inverse transform functions into vpx_dsp"Jingning Han