• Home
  • Raw
  • Download

Lines Matching refs:estimate

3640 	unsigned estimate  in spotcheck_subframe_estimate_()  argument
3657 if(estimate != actual) in spotcheck_subframe_estimate_()
3658 …rame_number, FLAC__SubframeTypeString[subframe->type], estimate, actual, (int)actual-(int)estimate in spotcheck_subframe_estimate_()
3672 unsigned estimate; in evaluate_constant_subframe_() local
3676estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_constant_subframe_()
3679 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_constant_subframe_()
3684 return estimate; in evaluate_constant_subframe_()
3706 unsigned i, residual_bits, estimate; in evaluate_fixed_subframe_() local
3739estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_fixed_subframe_()
3742 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_fixed_subframe_()
3745 return estimate; in evaluate_fixed_subframe_()
3771 unsigned i, residual_bits, estimate; in evaluate_lpc_subframe_() local
3825estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_lpc_subframe_()
3828 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_lpc_subframe_()
3831 return estimate; in evaluate_lpc_subframe_()
3843 unsigned estimate; in evaluate_verbatim_subframe_() local
3849estimate = FLAC__SUBFRAME_ZERO_PAD_LEN + FLAC__SUBFRAME_TYPE_LEN + FLAC__SUBFRAME_WASTED_BITS_FLAG… in evaluate_verbatim_subframe_()
3852 spotcheck_subframe_estimate_(encoder, blocksize, subframe_bps, subframe, estimate); in evaluate_verbatim_subframe_()
3857 return estimate; in evaluate_verbatim_subframe_()