Searched refs:thresh_minmax (Results 1 – 2 of 2) sorted by relevance
831 int thresh_minmax = (int)cpi->vbp_info.threshold_minmax; in av1_choose_var_based_partitioning() local832 if (minmax > thresh_minmax) { in av1_choose_var_based_partitioning()
1629 int thresh_minmax = (int)cpi->vbp_threshold_minmax; in choose_partitioning() local1631 thresh_minmax = thresh_minmax << 1; in choose_partitioning()1632 if (minmax > thresh_minmax) { in choose_partitioning()