/external/libvpx/libvpx/vp8/common/ |
dequantize.c | 39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride);
|
idctllm.c | 28 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, function
|
/external/libvpx/libvpx/test/ |
idctllm_test.cc | 120 ::testing::Values(vp8_short_idct4x4llm_c));
|
/external/libvpx/libvpx/vp8/common/ppc/ |
systemdependent.c | 90 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
|
/external/libvpx/generic/ |
vpx_rtcd.h | 59 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 60 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
shortidct4x4llm_neon.asm | 20 ;void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch,
|
/external/libvpx/mips/ |
vpx_rtcd.h | 59 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 60 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
idct_v6.asm | 17 ; void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch,
|
/external/libvpx/armv7a/ |
vpx_rtcd.h | 71 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
|
/external/libvpx/mips-dspr2/ |
vpx_rtcd.h | 66 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
|
/external/libvpx/armv7a-neon/ |
vpx_rtcd.h | 83 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); [all...] |