Home
last modified time | relevance | path

Searched refs:thresh_minmax (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c831 int thresh_minmax = (int)cpi->vbp_info.threshold_minmax; in av1_choose_var_based_partitioning() local
832 if (minmax > thresh_minmax) { in av1_choose_var_based_partitioning()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1629 int thresh_minmax = (int)cpi->vbp_threshold_minmax; in choose_partitioning() local
1631 thresh_minmax = thresh_minmax << 1; in choose_partitioning()
1632 if (minmax > thresh_minmax) { in choose_partitioning()