Searched refs:total_error_4 (Results 1 – 1 of 1) sorted by relevance
/external/flac/libFLAC/ |
D | fixed.c | 227 …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 235 error -= last_error_3; total_error_4 += local_abs(error); last_error_3 = save; in FLAC__fixed_compute_best_predictor() 238 …error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total_error_4)) 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() 244 else if(total_error_3 < total_error_4) in FLAC__fixed_compute_best_predictor() 256 FLAC__ASSERT(data_len > 0 || total_error_4 == 0); in FLAC__fixed_compute_best_predictor() 262 …residual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor() 268 …residual_bits_per_sample[4] = (total_error_4 > 0) ? local__compute_rbps_integerized(total_error_4,… in FLAC__fixed_compute_best_predictor() 289 …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 [all …]
|