Searched refs:tmp_sad (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c1266 int tmp_sad; local
1272 tmp_sad = vp9_int_pro_motion_estimation(cpi, x, bsize, mi_row, mi_col);
1274 if (tmp_sad > x->pred_mv_sad[LAST_FRAME])
1276 if (tmp_sad + (num_pels_log2_lookup[bsize] << 4) > best_pred_sad)
H A Dvp9_mcomp.c1833 unsigned int best_sad, tmp_sad, this_sad[4]; local
1931 tmp_sad = cpi->fn_ptr[bsize].sdf(src_buf, src_stride,
1933 if (best_sad > tmp_sad) {
1935 best_sad = tmp_sad;

Completed in 36 milliseconds