Searched refs:vp8_short_walsh4x4_c (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | csystemdependent.c | 61 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 130 short_walsh4x4 = vp8_short_walsh4x4_c; in vp8_cmachine_specific_config()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | dct.c | 64 void vp8_short_walsh4x4_c(short *input, short *output, int pitch) in vp8_short_walsh4x4_c() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 235 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 236 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 235 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 236 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 253 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 254 #define vp8_short_walsh4x4 vp8_short_walsh4x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 273 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 317 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 364 void vp8_short_walsh4x4_c(short *input, short *output, int pitch); 742 vp8_short_walsh4x4 = vp8_short_walsh4x4_c; in setup_rtcd_internal()
|