Home
last modified time | relevance | path

Searched refs:FLAC__float (Results 1 – 4 of 4) sorted by relevance

/external/flac/libFLAC/include/private/
Dfixed.h57 …ed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
58 …mpute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
62 …est_predictor_intrin_sse2(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
63 …redictor_wide_intrin_sse2(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
66 …st_predictor_intrin_ssse3(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
67 …edictor_wide_intrin_ssse3(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
71 …edictor_asm_ia32_mmx_cmov(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
Dfloat.h53 typedef float FLAC__float; typedef
/external/flac/libFLAC/
Dfixed.c217 …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()
[all …]
Dstream_encoder.c352 …d_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
353 …pute_best_predictor_wide)(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
3379 FLAC__float fixed_residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]; in process_subframe_()
3449 if(fixed_residual_bits_per_sample[fixed_order] >= (FLAC__float)subframe_bps) in process_subframe_()