Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodeframe.c2685 const float prob_thresholds[5] = { 0.01f, 0.01f, 0.004f, 0.002f, 0.002f }; in ml_prune_rect_partition() local
2690 cur_thresh = prob_thresholds[0]; in ml_prune_rect_partition()
2694 cur_thresh = prob_thresholds[1]; in ml_prune_rect_partition()
2698 cur_thresh = prob_thresholds[2]; in ml_prune_rect_partition()
2702 cur_thresh = prob_thresholds[3]; in ml_prune_rect_partition()
2706 cur_thresh = prob_thresholds[4]; in ml_prune_rect_partition()