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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeintra.c77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Drtcd_defs.pl128 add_proto qw/void vp8_dc_only_idct_add/, "short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride";
129 specialize qw/vp8_dc_only_idct_add mmx media neon dspr2/;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h74 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h85 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_dspr2 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h97 RTCD_EXTERN void (*vp8_dc_only_idct_add)(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); variable
543 vp8_dc_only_idct_add = vp8_dc_only_idct_add_c;
544 if (flags & HAS_MMX) vp8_dc_only_idct_add = vp8_dc_only_idct_add_mmx;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h89 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_v6 macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h104 #define vp8_dc_only_idct_add vp8_dc_only_idct_add_neon macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dthreading.c228 vp8_dc_only_idct_add(b->qcoeff[0] * DQC[0],
H A Ddecodeframe.c210 vp8_dc_only_idct_add

Completed in 48 milliseconds