Searched refs:vp8_short_fdct8x4_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | dct.c | 58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch) in vp8_short_fdct8x4_c() function
|
/external/libvpx/generic/ |
D | vp8_rtcd.h | 218 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 219 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
|
/external/libvpx/mips/ |
D | vp8_rtcd.h | 218 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 219 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
|
/external/libvpx/mips-dspr2/ |
D | vp8_rtcd.h | 229 void vp8_short_fdct8x4_c(short *input, short *output, int pitch); 230 #define vp8_short_fdct8x4 vp8_short_fdct8x4_c
|
/external/libvpx/libvpx/vp8/encoder/arm/neon/ |
D | shortfdct_neon.asm | 111 ;void vp8_short_fdct8x4_c(short *input, short *output, int pitch)
|
/external/libvpx/armv7a/ |
D | vp8_rtcd.h | 243 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
|
/external/libvpx/armv7a-neon/ |
D | vp8_rtcd.h | 277 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
|
/external/libvpx/x86/ |
D | vp8_rtcd.h | 323 void vp8_short_fdct8x4_c(short *input, short *output, int pitch);
|