/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
csystemdependent.c | 44 void (*short_walsh4x4)(short *input, short *output, int pitch); variable 130 short_walsh4x4 = vp8_short_walsh4x4_c;
|
/external/libvpx/libvpx/vp8/encoder/ |
block.h | 163 void (*short_walsh4x4)(short *input, short *output, int pitch); member in struct:macroblock
|
encodemb.c | 96 x->short_walsh4x4(&x->block[24].src_diff[0], 124 x->short_walsh4x4(&x->block[24].src_diff[0], 144 x->short_walsh4x4(&x->block[24].src_diff[0],
|
ethreading.c | 349 z->short_walsh4x4 = x->short_walsh4x4;
|
rdopt.c | 600 mb->short_walsh4x4(mb_y2->src_diff, mb_y2->coeff, 8); [all...] |
onyx_if.c | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
block.h | 160 void (*short_walsh4x4)(short *input, short *output, int pitch); member in struct:macroblock
|
encodemb.c | 144 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],
|
ethreading.c | 332 z->short_walsh4x4 = x->short_walsh4x4;
|
rdopt.c | 599 mb->short_walsh4x4(mb_y2->src_diff, mb_y2->coeff, 8); [all...] |
onyx_if.c | [all...] |