Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c55 extern int vp8_mbblock_error_c(MACROBLOCK *mb, int dc);
155 vp8_mbblock_error = vp8_mbblock_error_c; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
263 #define vp8_mbblock_error vp8_mbblock_error_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h262 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
263 #define vp8_mbblock_error vp8_mbblock_error_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h280 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
281 #define vp8_mbblock_error vp8_mbblock_error_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h302 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
303 #define vp8_mbblock_error vp8_mbblock_error_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h352 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
353 #define vp8_mbblock_error vp8_mbblock_error_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h201 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
622 vp8_mbblock_error = vp8_mbblock_error_c; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c423 int vp8_mbblock_error_c(MACROBLOCK *mb, int dc) in vp8_mbblock_error_c() function