Searched refs:int_score (Results 1 – 3 of 3) sorted by relevance
1059 int int_score[16]; in av1_ml_prune_ab_partition() local1062 int_score[i] = (int)(100 * score[i]); in av1_ml_prune_ab_partition()1063 max_score = AOMMAX(int_score[i], max_score); in av1_ml_prune_ab_partition()1078 if (int_score[i] >= thresh) { in av1_ml_prune_ab_partition()1199 int int_score[LABELS]; in av1_ml_prune_4_partition() local1202 int_score[i] = (int)(100 * score[i]); in av1_ml_prune_4_partition()1203 max_score = AOMMAX(int_score[i], max_score); in av1_ml_prune_4_partition()1217 if (int_score[i] >= thresh) { in av1_ml_prune_4_partition()
1905 int int_score = (int)(score * 10000); in ml_predict_tx_split() local1906 return clamp(int_score, -80000, 80000); in ml_predict_tx_split()
3461 int int_score[LABELS]; in ml_prune_rect_partition() local3463 int_score[i] = (int)(100 * score[i]); in ml_prune_rect_partition()3464 max_score = VPXMAX(int_score[i], max_score); in ml_prune_rect_partition()3468 if (int_score[i] >= thresh) { in ml_prune_rect_partition()