Searched refs:vp8_mbblock_error (Results 1 – 8 of 8) sorted by relevance
36 int (*vp8_mbblock_error)(MACROBLOCK *mb, int dc); variable155 vp8_mbblock_error = vp8_mbblock_error_c; in vp8_cmachine_specific_config()
204 RTCD_EXTERN int (*vp8_mbblock_error)(struct macroblock *mb, int dc); variable622 vp8_mbblock_error = vp8_mbblock_error_c; in setup_rtcd_internal()623 if (flags & HAS_MMX) vp8_mbblock_error = vp8_mbblock_error_mmx; in setup_rtcd_internal()624 if (flags & HAS_SSE2) vp8_mbblock_error = vp8_mbblock_error_xmm; in setup_rtcd_internal()
263 #define vp8_mbblock_error vp8_mbblock_error_c macro
281 #define vp8_mbblock_error vp8_mbblock_error_c macro
303 #define vp8_mbblock_error vp8_mbblock_error_c macro
353 #define vp8_mbblock_error vp8_mbblock_error_c macro
611 d = vp8_mbblock_error(mb, 1) << 2; in macro_block_yrd()