Searched refs:vp8_short_fdct8x4_c (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | dct.c | 58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) in vp8_short_fdct8x4_c() function
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 232 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 233 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 232 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 233 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 250 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 251 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | shortfdct_neon.asm | 111 ;void vp8_short_fdct8x4_c(short *input, short *output, int pitch)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 269 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 312 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 347 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 730 vp8_short_fdct8x4 = vp8_short_fdct8x4_c; in setup_rtcd_internal()
|