Searched refs:vp8_short_idct4x4llm_c (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/vp8/decoder/
H A Ddequantize.c18 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 Didct.h40 #define vp8_idct_idct16 vp8_short_idct4x4llm_c
H A Didctllm.c28 void vp8_short_idct4x4llm_c(short *input, short *output, int pitch) function
/external/libvpx/vp8/common/generic/
H A Dsystemdependent.c35 rtcd->idct.idct16 = vp8_short_idct4x4llm_c;
/external/libvpx/vp8/common/ppc/
H A Dsystemdependent.c91 extern void vp8_short_idct4x4llm_c(short *input, short *output, int pitch);
/external/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm20 ;void vp8_short_idct4x4llm_c(short *input, short *output, int pitch)

Completed in 94 milliseconds