Searched refs:vp8_dc_only_idct_add (Results 1 - 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
/external/libvpx/libvpx/vp8/common/
H A Drtcd_defs.sh128 prototype void vp8_dc_only_idct_add "short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride"
129 specialize vp8_dc_only_idct_add mmx media neon dspr2
/external/libvpx/generic/
H A Dvp8_rtcd.h74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/mips/
H A Dvp8_rtcd.h74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/external/libvpx/mips-dspr2/
H A Dvp8_rtcd.h85 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2 macro
/external/libvpx/armv7a/
H A Dvp8_rtcd.h89 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_v6 macro
/external/libvpx/armv7a-neon/
H A Dvp8_rtcd.h104 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c228 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0],
H A Ddecodframe.c210 vp8_dc_only_idct_add

Completed in 43 milliseconds