Searched refs:vp8_short_idct4x4llm_c (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/decoder/ |
D | dequantize.c | 18 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch) ; 49 vp8_short_idct4x4llm_c(input, output, 4 << 1); in vp8_dequant_idct_add_c() 91 vp8_short_idct4x4llm_c(input, output, 4 << 1); in vp8_dequant_dc_idct_add_c()
|
/external/libvpx/vp8/common/ |
D | idct.h | 40 #define vp8_idct_idct16 vp8_short_idct4x4llm_c
|
D | idctllm.c | 28 void vp8_short_idct4x4llm_c(short *input, short *output, int pitch) in vp8_short_idct4x4llm_c() function
|
/external/libvpx/vp8/common/arm/neon/ |
D | shortidct4x4llm_neon.asm | 20 ;void vp8_short_idct4x4llm_c(short *input, short *output, int pitch)
|
/external/libvpx/vp8/common/generic/ |
D | systemdependent.c | 35 rtcd->idct.idct16 = vp8_short_idct4x4llm_c; in vp8_machine_specific_config()
|
/external/libvpx/vp8/common/ppc/ |
D | systemdependent.c | 91 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
|