Searched refs:vp8_short_idct4x4llm_c (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | dequantize.c | 34 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 | 129 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *… 130 #define vp8_short_idct4x4llm vp8_short_idct4x4llm_c
|
/external/libvpx/libvpx/test/ |
D | idct_test.cc | 158 INSTANTIATE_TEST_CASE_P(C, IDCTTest, ::testing::Values(vp8_short_idct4x4llm_c));
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 154 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *…
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 154 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *…
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 186 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *…
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 186 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred_ptr, int pred_stride, unsigned char *…
|