• Home
  • Raw
  • Download

Lines Matching refs:total_error_2

227 …FLAC__uint32 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_err…  in FLAC__fixed_compute_best_predictor()  local
233 error -= last_error_1; total_error_2 += local_abs(error); last_error_1 = save; save = error; in FLAC__fixed_compute_best_predictor()
238 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor()
240 else if(total_error_1 < flac_min(flac_min(total_error_2, total_error_3), total_error_4)) in FLAC__fixed_compute_best_predictor()
242 else if(total_error_2 < flac_min(total_error_3, total_error_4)) in FLAC__fixed_compute_best_predictor()
254 FLAC__ASSERT(data_len > 0 || total_error_2 == 0); in FLAC__fixed_compute_best_predictor()
260 …residual_bits_per_sample[2] = (float)((total_error_2 > 0) ? log(M_LN2 * (double)total_error_2 / (d… in FLAC__fixed_compute_best_predictor()
266 …residual_bits_per_sample[2] = (total_error_2 > 0) ? local__compute_rbps_integerized(total_error_2,… in FLAC__fixed_compute_best_predictor()
289 …FLAC__uint64 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_err… in FLAC__fixed_compute_best_predictor_wide() local
295 error -= last_error_1; total_error_2 += local_abs(error); last_error_1 = save; save = error; in FLAC__fixed_compute_best_predictor_wide()
300 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor_wide()
302 else if(total_error_1 < flac_min(flac_min(total_error_2, total_error_3), total_error_4)) in FLAC__fixed_compute_best_predictor_wide()
304 else if(total_error_2 < flac_min(total_error_3, total_error_4)) in FLAC__fixed_compute_best_predictor_wide()
316 FLAC__ASSERT(data_len > 0 || total_error_2 == 0); in FLAC__fixed_compute_best_predictor_wide()
322 …residual_bits_per_sample[2] = (float)((total_error_2 > 0) ? log(M_LN2 * (double)total_error_2 / (d… in FLAC__fixed_compute_best_predictor_wide()
328 …residual_bits_per_sample[2] = (total_error_2 > 0) ? local__compute_rbps_wide_integerized(total_err… in FLAC__fixed_compute_best_predictor_wide()