Searched refs:vp8_dequant_idct_add (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.sh35 prototype void vp8_dequant_idct_add "short *input, short *dq, unsigned char *output, int stride"
36 specialize vp8_dequant_idct_add mmx media neon dspr2
/external/libvpx/generic/
H A Dvp8_rtcd.h32 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/mips/
H A Dvp8_rtcd.h32 #define vp8_dequant_idct_add vp8_dequant_idct_add_c macro
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h33 #define vp8_dequant_idct_add vp8_dequant_idct_add_dspr2 macro
/external/libvpx/armv7a/
H A Dvp8_rtcd.h34 #define vp8_dequant_idct_add vp8_dequant_idct_add_v6 macro
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h36 #define vp8_dequant_idct_add vp8_dequant_idct_add_neon macro
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c224 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);
H A Ddecodframe.c206 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride);

Completed in 87 milliseconds