Home
last modified time | relevance | path

Searched refs:vp8_short_idct4x4llm_1_c (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/common/ppc/
Dsystemdependent.c90 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
148 vp8_short_idct4x4_1 = vp8_short_idct4x4llm_1_c; in vp8_machine_specific_config()
/external/libvpx/vp8/common/
Didct.h35 #define vp8_idct_idct1 vp8_short_idct4x4llm_1_c
Didctllm.c89 void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch) in vp8_short_idct4x4llm_1_c() function
/external/libvpx/vp8/decoder/
Ddequantize.c19 extern void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
/external/libvpx/vp8/common/arm/neon/
Dshortidct4x4llm_1_neon.asm20 ;void vp8_short_idct4x4llm_1_c(short *input, short *output, int pitch);
/external/libvpx/vp8/common/generic/
Dsystemdependent.c34 rtcd->idct.idct1 = vp8_short_idct4x4llm_1_c; in vp8_machine_specific_config()