Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c57 extern int vp8_mbuverror_c(MACROBLOCK *mb);
124 vp8_mbuverror = vp8_mbuverror_c; in vp8_cmachine_specific_config()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
Dvp8_rtcd.h265 int vp8_mbuverror_c(struct macroblock *mb);
266 #define vp8_mbuverror vp8_mbuverror_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
Dvp8_rtcd.h265 int vp8_mbuverror_c(struct macroblock *mb);
266 #define vp8_mbuverror vp8_mbuverror_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
Dvp8_rtcd.h283 int vp8_mbuverror_c(struct macroblock *mb);
284 #define vp8_mbuverror vp8_mbuverror_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
Dvp8_rtcd.h305 int vp8_mbuverror_c(struct macroblock *mb);
306 #define vp8_mbuverror vp8_mbuverror_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
Dvp8_rtcd.h355 int vp8_mbuverror_c(struct macroblock *mb);
356 #define vp8_mbuverror vp8_mbuverror_c
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
Dvp8_rtcd.h215 int vp8_mbuverror_c(struct macroblock *mb);
633 vp8_mbuverror = vp8_mbuverror_c; in setup_rtcd_internal()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Drdopt.c449 int vp8_mbuverror_c(MACROBLOCK *mb) in vp8_mbuverror_c() function