Lines Matching defs:max_score
72 int max_score; /**< maximum score found after checking each child that
566 if (header->max_score != FLAC_HEADER_NOT_SCORED_YET)
567 return header->max_score;
576 header->max_score = base_score;
589 if (FLAC_HEADER_BASE_SCORE + child_score > header->max_score) {
592 header->max_score = base_score + child_score;
597 return header->max_score;
606 curr->max_score = FLAC_HEADER_NOT_SCORED_YET;
612 best_score = curr->max_score;
698 curr->max_score, curr->offset, curr->next->offset);
818 if (!fpc->best_header || curr->max_score > fpc->best_header->max_score) {
823 if (fpc->best_header && fpc->best_header->max_score <= 0) {