Searched refs:tmp_sad (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 1807 unsigned int best_sad, tmp_sad, this_sad[4]; in vp9_int_pro_motion_estimation() local 1902 tmp_sad = cpi->fn_ptr[bsize].sdf(src_buf, src_stride, ref_buf, ref_stride); in vp9_int_pro_motion_estimation() 1903 if (best_sad > tmp_sad) { in vp9_int_pro_motion_estimation() 1905 best_sad = tmp_sad; in vp9_int_pro_motion_estimation()
|
D | vp9_pickmode.c | 1753 int tmp_sad; in vp9_pick_inter_mode() local 1759 tmp_sad = vp9_int_pro_motion_estimation(cpi, x, bsize, mi_row, mi_col); in vp9_pick_inter_mode() 1761 if (tmp_sad > x->pred_mv_sad[LAST_FRAME]) continue; in vp9_pick_inter_mode() 1762 if (tmp_sad + (num_pels_log2_lookup[bsize] << 4) > best_pred_sad) in vp9_pick_inter_mode()
|
D | vp9_ratectrl.c | 2285 uint64_t tmp_sad = 0; in vp9_scene_detection_onepass() local 2302 tmp_sad = cpi->fn_ptr[bsize].sdf(src_y, src_ystride, last_src_y, in vp9_scene_detection_onepass() 2304 avg_sad += tmp_sad; in vp9_scene_detection_onepass()
|
D | vp9_encodeframe.c | 995 uint64_t tmp_sad; in avg_source_sad() local 1009 tmp_sad = in avg_source_sad() 1014 if (tmp_sad < avg_source_sad_threshold) in avg_source_sad() 1026 if (tmp_sad < avg_source_sad_threshold2) { in avg_source_sad()
|