Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c915 const float prob_thresholds[5] = { 0.01f, 0.01f, 0.004f, 0.002f, 0.002f }; in av1_ml_prune_rect_partition() local
920 cur_thresh = prob_thresholds[0]; in av1_ml_prune_rect_partition()
924 cur_thresh = prob_thresholds[1]; in av1_ml_prune_rect_partition()
928 cur_thresh = prob_thresholds[2]; in av1_ml_prune_rect_partition()
932 cur_thresh = prob_thresholds[3]; in av1_ml_prune_rect_partition()
936 cur_thresh = prob_thresholds[4]; in av1_ml_prune_rect_partition()