Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1506 int thresh_minmax = (int)cpi->vbp_threshold_minmax; in choose_partitioning() local
1508 thresh_minmax = thresh_minmax << 1; in choose_partitioning()
1509 if (minmax > thresh_minmax) { in choose_partitioning()