Home
last modified time | relevance | path

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

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