• Home
  • Raw
  • Download

Lines Matching refs:total_error_4

234 …nt32 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_error_4 = 0;  in FLAC__fixed_compute_best_predictor()  local
242 error -= last_error_3; total_error_4 += local_abs(error); last_error_3 = save; in FLAC__fixed_compute_best_predictor()
245 if(total_error_0 < min(min(min(total_error_1, total_error_2), total_error_3), total_error_4)) in FLAC__fixed_compute_best_predictor()
247 else if(total_error_1 < min(min(total_error_2, total_error_3), total_error_4)) in FLAC__fixed_compute_best_predictor()
249 else if(total_error_2 < min(total_error_3, total_error_4)) in FLAC__fixed_compute_best_predictor()
251 else if(total_error_3 < total_error_4) in FLAC__fixed_compute_best_predictor()
263 FLAC__ASSERT(data_len > 0 || total_error_4 == 0); in FLAC__fixed_compute_best_predictor()
269 …residual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor()
275 …residual_bits_per_sample[4] = (total_error_4 > 0) ? local__compute_rbps_integerized(total_error_4,… in FLAC__fixed_compute_best_predictor()
296 …nt64 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_error_4 = 0; in FLAC__fixed_compute_best_predictor_wide() local
304 error -= last_error_3; total_error_4 += local_abs(error); last_error_3 = save; in FLAC__fixed_compute_best_predictor_wide()
307 if(total_error_0 < min(min(min(total_error_1, total_error_2), total_error_3), total_error_4)) in FLAC__fixed_compute_best_predictor_wide()
309 else if(total_error_1 < min(min(total_error_2, total_error_3), total_error_4)) in FLAC__fixed_compute_best_predictor_wide()
311 else if(total_error_2 < min(total_error_3, total_error_4)) in FLAC__fixed_compute_best_predictor_wide()
313 else if(total_error_3 < total_error_4) in FLAC__fixed_compute_best_predictor_wide()
325 FLAC__ASSERT(data_len > 0 || total_error_4 == 0); in FLAC__fixed_compute_best_predictor_wide()
333 …ual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)(FLAC__int6… in FLAC__fixed_compute_best_predictor_wide()
339 …residual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor_wide()
346 …residual_bits_per_sample[4] = (total_error_4 > 0) ? local__compute_rbps_wide_integerized(total_err… in FLAC__fixed_compute_best_predictor_wide()