Lines Matching refs:max_score
65 int max_score; /**< maximum score found after checking each child that member
420 if (header->max_score != FLAC_HEADER_NOT_SCORED_YET) in score_header()
421 return header->max_score; in score_header()
430 header->max_score = base_score; in score_header()
443 if (FLAC_HEADER_BASE_SCORE + child_score > header->max_score) { in score_header()
446 header->max_score = base_score + child_score; in score_header()
451 return header->max_score; in score_header()
460 curr->max_score = FLAC_HEADER_NOT_SCORED_YET; in score_sequences()
466 best_score = curr->max_score; in score_sequences()
556 curr->max_score, curr->offset, curr->next->offset); in flac_parse()
679 if (!fpc->best_header || curr->max_score > fpc->best_header->max_score) { in flac_parse()
684 if (fpc->best_header && fpc->best_header->max_score <= 0) { in flac_parse()