Lines Matching defs:deduction
427 int deduction = 0;
429 deduction += FLAC_HEADER_CHANGED_PENALTY;
434 deduction += FLAC_HEADER_CHANGED_PENALTY;
440 deduction += FLAC_HEADER_BASE_SCORE;
445 deduction += FLAC_HEADER_CHANGED_PENALTY;
449 return deduction;
458 int deduction, deduction_expected = 0, i;
459 deduction = check_header_fi_mismatch(fpc, header_fi, child_fi,
468 /* If there are frames in the middle we expect this deduction,
487 deduction_expected = deduction ? 0 : 1;
489 deduction += FLAC_HEADER_CHANGED_PENALTY;
495 if (deduction && !deduction_expected) {
540 deduction += FLAC_HEADER_CRC_FAIL_PENALTY;
547 return deduction;