Searched refs:vbp_threshold_sad (Results 1 – 2 of 2) sorted by relevance
674 int64_t vbp_threshold_sad; member
583 cpi->vbp_threshold_sad = 0; in vp9_set_variance_partition_thresholds()588 cpi->vbp_threshold_sad = 10; in vp9_set_variance_partition_thresholds()590 cpi->vbp_threshold_sad = (cpi->y_dequant[q][1] << 1) > 1000 in vp9_set_variance_partition_thresholds()1207 if (segment_id == CR_SEGMENT_ID_BASE && y_sad < cpi->vbp_threshold_sad) { in choose_partitioning()