Home
last modified time | relevance | path

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

/external/libvpx/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()
/external/libvpx/generic/
Dvp8_rtcd.h128 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
129 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/mips/
Dvp8_rtcd.h128 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
129 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h139 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
140 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/armv7a/
Dvp8_rtcd.h150 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
151 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h174 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
175 #define vp8_mbblock_error vp8_mbblock_error_c
/external/libvpx/x86/
Dvp8_rtcd.h196 int vp8_mbblock_error_c(struct macroblock *mb, int dc);
/external/libvpx/libvpx/vp8/encoder/
Drdopt.c422 int vp8_mbblock_error_c(MACROBLOCK *mb, int dc) in vp8_mbblock_error_c() function