Searched refs:vp8_get_mb_ss (Results 1 – 8 of 8) sorted by relevance
39 unsigned int (*vp8_get_mb_ss)(short *); variable145 vp8_get_mb_ss = vp8_get_mb_ss_c; in vp8_cmachine_specific_config()
47 intra_pred_var = vp8_get_mb_ss(x->src_diff); in vp8_encode_intra()
156 RTCD_EXTERN unsigned int (*vp8_get_mb_ss)(const short *); variable585 vp8_get_mb_ss = vp8_get_mb_ss_c; in setup_rtcd_internal()586 if (flags & HAS_MMX) vp8_get_mb_ss = vp8_get_mb_ss_mmx; in setup_rtcd_internal()587 if (flags & HAS_SSE2) vp8_get_mb_ss = vp8_get_mb_ss_sse2; in setup_rtcd_internal()
218 #define vp8_get_mb_ss vp8_get_mb_ss_c macro
236 #define vp8_get_mb_ss vp8_get_mb_ss_c macro
253 #define vp8_get_mb_ss vp8_get_mb_ss_c macro
293 #define vp8_get_mb_ss vp8_get_mb_ss_c macro