Lines Matching refs:FLAC__float
217 …ed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p… in FLAC__fixed_compute_best_predictor()
258 …residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor()
259 …residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor()
260 …residual_bits_per_sample[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor()
261 …residual_bits_per_sample[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_… 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()
275 …mpute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p… in FLAC__fixed_compute_best_predictor_wide()
320 …residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor_wide()
321 …residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor_wide()
322 …residual_bits_per_sample[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor_wide()
323 …residual_bits_per_sample[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor_wide()
324 …residual_bits_per_sample[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor_wide()