Searched refs:vp8_short_idct4x4llm_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | dequantize.c | 39 vp8_short_idct4x4llm_c(input, dest, stride, dest, stride); in vp8_dequant_idct_add_c()
|
D | idctllm.c | 28 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, in vp8_short_idct4x4llm_c() function
|
/external/libvpx/libvpx/test/ |
D | idct_test.cc | 111 INSTANTIATE_TEST_CASE_P(C, IDCTTest, ::testing::Values(vp8_short_idct4x4llm_c));
|
/external/libvpx/generic/ |
D | vp8_rtcd.h | 221 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d… 222 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/mips/ |
D | vp8_rtcd.h | 221 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d… 222 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 85 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | idct_v6.asm | 17 ; void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch,
|
/external/libvpx/mips-dspr2/ |
D | vp8_rtcd.h | 232 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/armv7a/ |
D | vp8_rtcd.h | 247 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/armv7a-neon/ |
D | vp8_rtcd.h | 282 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/x86/ |
D | vp8_rtcd.h | 328 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|