Home
last modified time | relevance | path

Searched defs:num_win_thresh (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodeframe.c2630 const int num_win_thresh = AOMMIN(3 * (2 * (MAXQ - qindex) / MAXQ), 3); in evaluate_ab_partition_based_on_split() local
3694 const int num_win_thresh = AOMMIN(3 * (MAXQ - x->qindex) / MAXQ + 1, 3); in rd_pick_partition() local