Searched refs:vbp_threshold_sad (Results 1 – 4 of 4) sorted by relevance
405 cpi->vbp_threshold_sad = 0; in av1_set_variance_partition_thresholds()410 cpi->vbp_threshold_sad = 10; in av1_set_variance_partition_thresholds()412 cpi->vbp_threshold_sad = (cpi->dequants.y_dequant_QTX[q][1] << 1) > 1000 in av1_set_variance_partition_thresholds()540 if (segment_id == CR_SEGMENT_ID_BASE && y_sad < cpi->vbp_threshold_sad) in av1_choose_var_based_partitioning()
931 int64_t vbp_threshold_sad; member
801 int64_t vbp_threshold_sad; member
616 cpi->vbp_threshold_sad = 0; in vp9_set_variance_partition_thresholds()621 cpi->vbp_threshold_sad = 10; in vp9_set_variance_partition_thresholds()623 cpi->vbp_threshold_sad = (cpi->y_dequant[q][1] << 1) > 1000 in vp9_set_variance_partition_thresholds()637 cpi->vbp_threshold_sad = 0; in vp9_set_variance_partition_thresholds()1466 if (segment_id == CR_SEGMENT_ID_BASE && y_sad < cpi->vbp_threshold_sad) { in choose_partitioning()