Searched refs:tmp_sad (Results 1 – 2 of 2) sorted by relevance
1266 int tmp_sad; in vp9_pick_inter_mode() local1272 tmp_sad = vp9_int_pro_motion_estimation(cpi, x, bsize, mi_row, mi_col); in vp9_pick_inter_mode()1274 if (tmp_sad > x->pred_mv_sad[LAST_FRAME]) in vp9_pick_inter_mode()1276 if (tmp_sad + (num_pels_log2_lookup[bsize] << 4) > best_pred_sad) in vp9_pick_inter_mode()
1833 unsigned int best_sad, tmp_sad, this_sad[4]; in vp9_int_pro_motion_estimation() local1931 tmp_sad = cpi->fn_ptr[bsize].sdf(src_buf, src_stride, in vp9_int_pro_motion_estimation()1933 if (best_sad > tmp_sad) { in vp9_int_pro_motion_estimation()1935 best_sad = tmp_sad; in vp9_int_pro_motion_estimation()