summaryrefslogtreecommitdiff
path: root/vpx_dsp/x86
AgeCommit message (Collapse)Author
2015-05-26Move variance functions to vpx_dspJohann
subpel functions will be moved in another patch. Change-Id: Idb2e049bad0b9b32ac42cc7731cd6903de2826ce
2015-05-14sad*_avx2.c: sync function signaturesJames Zern
+ include vpx_dsp_rtcd.h silences missing prototype warnings Change-Id: Ifa1780bcf72b1fa2b153025d0d78d91ad38774c3
2015-05-06Move shared SAD code to vpx_dspJohann
Create a new component, vpx_dsp, for code that can be shared between codecs. Move the SAD code into the component. This reduces the size of vpxenc/dec by 36k on x86_64 builds. Change-Id: I73f837ddaecac6b350bf757af0cfe19c4ab9327a