Searched refs:y_sad (Results 1 – 2 of 2) sorted by relevance
1152 unsigned int y_sad, int is_key_frame) { in chroma_check() argument1160 if (y_sad > cpi->vbp_thresholds[1] && in chroma_check()1178 x->color_sensitivity[i - 1] = uv_sad > (y_sad >> 2); in chroma_check()1257 unsigned int y_sad = UINT_MAX; in choose_partitioning() local1412 y_sad = cpi->fn_ptr[bsize].sdf( in choose_partitioning()1417 y_sad = vp9_int_pro_motion_estimation(cpi, x, bsize, mi_row, mi_col, in choose_partitioning()1431 y_sad < 100000) { in choose_partitioning()1438 y_sad_last = y_sad; in choose_partitioning()1441 y_sad_thr = cpi->sf.short_circuit_low_temp_var ? (y_sad * 7) >> 3 : y_sad; in choose_partitioning()1447 y_sad = y_sad_g; in choose_partitioning()[all …]
523 y_sad = cpi->fn_ptr[bsize].sdf(x->plane[0].src.buf, x->plane[0].src.stride, in av1_choose_var_based_partitioning()540 if (segment_id == CR_SEGMENT_ID_BASE && y_sad < cpi->vbp_threshold_sad) in av1_choose_var_based_partitioning()