Searched refs:short_walsh4x4 (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c44 void (*short_walsh4x4)(short *input, short *output, int pitch); variable
130 short_walsh4x4 = vp8_short_walsh4x4_c;
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c44 void (*short_walsh4x4)(short *input, short *output, int pitch); variable
130 short_walsh4x4 = vp8_short_walsh4x4_c;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h161 void (*short_walsh4x4)(short *input, short *output, int pitch); member in struct:macroblock
H A Dencodemb.c144 x->short_walsh4x4(&x->block[24].src_diff[0],
172 x->short_walsh4x4(&x->block[24].src_diff[0],
192 x->short_walsh4x4(&x->block[24].src_diff[0],
H A Dethreading.c347 z->short_walsh4x4 = x->short_walsh4x4;
H A Drdopt.c598 mb->short_walsh4x4(mb_y2->src_diff, mb_y2->coeff, 8);
H A Donyx_if.c1081 cpi->mb.short_walsh4x4 = vp8_short_walsh4x4;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h160 void (*short_walsh4x4)(short *input, short *output, int pitch); member in struct:macroblock
H A Dencodemb.c144 x->short_walsh4x4(&x->block[24].src_diff[0],
172 x->short_walsh4x4(&x->block[24].src_diff[0],
192 x->short_walsh4x4(&x->block[24].src_diff[0],
H A Dethreading.c332 z->short_walsh4x4 = x->short_walsh4x4;
H A Drdopt.c599 mb->short_walsh4x4(mb_y2->src_diff, mb_y2->coeff, 8);
H A Donyx_if.c1058 cpi->mb.short_walsh4x4 = vp8_short_walsh4x4;

Completed in 821 milliseconds