Home
last modified time | relevance | path

Searched refs:vp8_mbuverror (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c38 int (*vp8_mbuverror)(MACROBLOCK *mb); variable
124 vp8_mbuverror = vp8_mbuverror_c; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h218 RTCD_EXTERN int (*vp8_mbuverror)(struct macroblock *mb); variable
633 vp8_mbuverror = vp8_mbuverror_c; in setup_rtcd_internal()
634 if (flags & HAS_MMX) vp8_mbuverror = vp8_mbuverror_mmx; in setup_rtcd_internal()
635 if (flags & HAS_SSE2) vp8_mbuverror = vp8_mbuverror_xmm; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h266 #define vp8_mbuverror vp8_mbuverror_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h266 #define vp8_mbuverror vp8_mbuverror_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h284 #define vp8_mbuverror vp8_mbuverror_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h306 #define vp8_mbuverror vp8_mbuverror_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h356 #define vp8_mbuverror vp8_mbuverror_c macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c853 *distortion = vp8_mbuverror(x) / 4; in rd_inter16x16_uv()
872 *distortion = vp8_mbuverror(x) / 4; in rd_inter4x4_uv()
914 this_distortion = vp8_mbuverror(x) / 4; in rd_pick_intra_mbuv_mode()