Home
last modified time | relevance | path

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/
Dcsystemdependent.c61 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/
Ddct.c64 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/
Dvp8_rtcd.h235 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/
Dvp8_rtcd.h235 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/
Dvp8_rtcd.h253 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/
Dvp8_rtcd.h273 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h317 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h364 void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
742 vp8_short_walsh4x4 = vp8_short_walsh4x4_c; in setup_rtcd_internal()