Searched refs:vp8_short_idct4x4llm_c (Results 1 – 13 of 13) 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 | 29 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, in vp8_short_idct4x4llm_c() function
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 128 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d… 129 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 128 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d… 129 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 128 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d… 129 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/libvpx/test/ |
D | idct_test.cc | 112 INSTANTIATE_TEST_CASE_P(C, IDCTTest, ::testing::Values(vp8_short_idct4x4llm_c));
|
/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/config/mips32-dspr2/ |
D | vp8_rtcd.h | 139 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 152 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 150 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 174 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 225 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 225 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int d…
|