Searched refs:vp8_short_idct4x4llm_c (Results 1 - 6 of 6) sorted by relevance
/external/libvpx/vp8/decoder/ |
H A 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); 91 vp8_short_idct4x4llm_c(input, output, 4 << 1);
|
/external/libvpx/vp8/common/ |
H A D | idct.h | 40 #define vp8_idct_idct16 vp8_short_idct4x4llm_c
|
H A D | idctllm.c | 28 void vp8_short_idct4x4llm_c(short *input, short *output, int pitch) function
|
/external/libvpx/vp8/common/generic/ |
H A D | systemdependent.c | 35 rtcd->idct.idct16 = vp8_short_idct4x4llm_c;
|
/external/libvpx/vp8/common/ppc/ |
H A D | systemdependent.c | 91 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
|
/external/libvpx/vp8/common/arm/neon/ |
H A D | shortidct4x4llm_neon.asm | 20 ;void vp8_short_idct4x4llm_c(short *input, short *output, int pitch)
|
Completed in 94 milliseconds