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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
H A Dcsystemdependent.c35 int (*vp8_block_error)(short *coeff, short *dqcoeff); variable
154 vp8_block_error = vp8_block_error_ppc;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Drtcd_defs.pl478 add_proto qw/int vp8_block_error/, "short *coeff, short *dqcoeff";
479 specialize qw/vp8_block_error mmx sse2/;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h260 #define vp8_block_error vp8_block_error_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h260 #define vp8_block_error vp8_block_error_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
H A Dvp8_rtcd.h278 #define vp8_block_error vp8_block_error_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h61 RTCD_EXTERN int (*vp8_block_error)(short *coeff, short *dqcoeff); variable
514 vp8_block_error = vp8_block_error_c;
515 if (flags & HAS_MMX) vp8_block_error = vp8_block_error_mmx;
516 if (flags & HAS_SSE2) vp8_block_error = vp8_block_error_xmm;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h300 #define vp8_block_error vp8_block_error_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c612 d += vp8_block_error(mb_y2->coeff, x_y2->dqcoeff);
681 distortion = vp8_block_error(be->coeff, b->dqcoeff) >> 2;
1070 distortion += vp8_block_error(be->coeff, bd->dqcoeff);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h350 #define vp8_block_error vp8_block_error_c macro

Completed in 17 milliseconds