Home
last modified time | relevance | path

Searched refs:FLAC__double (Results 1 – 6 of 6) sorted by relevance

/external/flac/libFLAC/
Dfixed.c258 …[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_error_0 / (FLAC__double)… in FLAC__fixed_compute_best_predictor()
259 …[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_error_1 / (FLAC__double)… in FLAC__fixed_compute_best_predictor()
260 …[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_error_2 / (FLAC__double)… in FLAC__fixed_compute_best_predictor()
261 …[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_error_3 / (FLAC__double)… in FLAC__fixed_compute_best_predictor()
262 …[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_error_4 / (FLAC__double)… in FLAC__fixed_compute_best_predictor()
320 …[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_error_0 / (FLAC__double)… in FLAC__fixed_compute_best_predictor_wide()
321 …[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_error_1 / (FLAC__double)… in FLAC__fixed_compute_best_predictor_wide()
322 …[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_error_2 / (FLAC__double)… in FLAC__fixed_compute_best_predictor_wide()
323 …[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_error_3 / (FLAC__double)… in FLAC__fixed_compute_best_predictor_wide()
324 …[4] = (FLAC__float)((total_error_4 > 0) ? log(M_LN2 * (FLAC__double)total_error_4 / (FLAC__double)… in FLAC__fixed_compute_best_predictor_wide()
Dlpc.c123 …eal autoc[], unsigned *max_order, FLAC__real lp_coeff[][FLAC__MAX_LPC_ORDER], FLAC__double error[]) in FLAC__lpc_compute_lp_coefficients()
126 FLAC__double r, err, lpc[FLAC__MAX_LPC_ORDER]; in FLAC__lpc_compute_lp_coefficients()
145 FLAC__double tmp = lpc[j]; in FLAC__lpc_compute_lp_coefficients()
170 FLAC__double cmax; in FLAC__lpc_quantize_coefficients()
185 const FLAC__double d = fabs(lp_coeff[i]); in FLAC__lpc_quantize_coefficients()
210 FLAC__double error = 0.0; in FLAC__lpc_quantize_coefficients()
236 FLAC__double error = 0.0; in FLAC__lpc_quantize_coefficients()
1306 FLAC__double FLAC__lpc_compute_expected_bits_per_residual_sample(FLAC__double lpc_error, unsigned t… in FLAC__lpc_compute_expected_bits_per_residual_sample()
1308 FLAC__double error_scale; in FLAC__lpc_compute_expected_bits_per_residual_sample()
1312 error_scale = 0.5 / (FLAC__double)total_samples; in FLAC__lpc_compute_expected_bits_per_residual_sample()
[all …]
Dstream_decoder.c3125 …(FLAC__int64)((FLAC__double)(target_sample - lower_bound_sample) / (FLAC__double)(upper_bound_samp… in seek_to_absolute_sample_()
3249 …pos = (FLAC__uint64)((FLAC__double)(target_sample - left_sample) / (FLAC__double)(right_sample - l… in seek_to_absolute_sample_ogg_()
Dstream_encoder.c856 …loose_mid_side_stereo_frames = (unsigned)((FLAC__double)encoder->protected_->sample_rate * 0.4 / ( in init_stream_internal_()
3384 FLAC__double lpc_residual_bits_per_sample; in process_subframe_()
3386 FLAC__double lpc_error[FLAC__MAX_LPC_ORDER]; in process_subframe_()
3526 if(lpc_residual_bits_per_sample >= (FLAC__double)subframe_bps) in process_subframe_()
/external/flac/libFLAC/include/private/
Dlpc.h117 …al autoc[], unsigned *max_order, FLAC__real lp_coeff[][FLAC__MAX_LPC_ORDER], FLAC__double error[]);
230 FLAC__double FLAC__lpc_compute_expected_bits_per_residual_sample(FLAC__double lpc_error, unsigned t…
231 FLAC__double FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(FLAC__double lpc_…
246 unsigned FLAC__lpc_compute_best_order(const FLAC__double lpc_error[], unsigned max_order, unsigned …
Dfloat.h52 typedef double FLAC__double; typedef