Searched refs:FLAC__float (Results 1 – 5 of 5) sorted by relevance
/external/flac/libFLAC/ |
D | fixed.c | 224 …ed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p… in FLAC__fixed_compute_best_predictor() 265 …residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor() 266 …residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor() 267 …residual_bits_per_sample[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)total_… in FLAC__fixed_compute_best_predictor() 268 …residual_bits_per_sample[3] = (FLAC__float)((total_error_3 > 0) ? log(M_LN2 * (FLAC__double)total_… 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() 282 …mpute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p… in FLAC__fixed_compute_best_predictor_wide() 329 …residual_bits_per_sample[0] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)(FLAC_… in FLAC__fixed_compute_best_predictor_wide() 330 …residual_bits_per_sample[1] = (FLAC__float)((total_error_1 > 0) ? log(M_LN2 * (FLAC__double)(FLAC_… in FLAC__fixed_compute_best_predictor_wide() 331 …residual_bits_per_sample[2] = (FLAC__float)((total_error_2 > 0) ? log(M_LN2 * (FLAC__double)(FLAC_… in FLAC__fixed_compute_best_predictor_wide() [all …]
|
D | stream_encoder.c | 371 …d_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p… 3188 FLAC__float fixed_residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]; in process_subframe_() 3258 if(fixed_residual_bits_per_sample[fixed_order] >= (FLAC__float)subframe_bps) in process_subframe_()
|
/external/flac/libFLAC/include/private/ |
D | fixed.h | 55 …ed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p… 59 …edictor_asm_ia32_mmx_cmov(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p… 63 …mpute_best_predictor_wide(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_p…
|
D | float.h | 52 typedef float FLAC__float; typedef
|
/external/flac/libFLAC/ia32/ |
D | fixed_asm.nasm | 43 …xed_compute_best_predictor(const FLAC__int32 *data, unsigned data_len, FLAC__float residual_bits_p… 72 ; residual_bits_per_sample[0] = (FLAC__float)((data_len > 0 && total_error_0 > 0) ? log(M_LN2 * (F… 73 ; residual_bits_per_sample[1] = (FLAC__float)((data_len > 0 && total_error_1 > 0) ? log(M_LN2 * (F… 74 ; residual_bits_per_sample[2] = (FLAC__float)((data_len > 0 && total_error_2 > 0) ? log(M_LN2 * (F… 75 ; residual_bits_per_sample[3] = (FLAC__float)((data_len > 0 && total_error_3 > 0) ? log(M_LN2 * (F… 76 ; residual_bits_per_sample[4] = (FLAC__float)((data_len > 0 && total_error_4 > 0) ? log(M_LN2 * (F… 201 …; residual_bits_per_sample[0] = (FLAC__float)((data_len > 0 && total_error_0 > 0) ? log(M_LN2 * (… 202 …; residual_bits_per_sample[1] = (FLAC__float)((data_len > 0 && total_error_1 > 0) ? log(M_LN2 * (… 203 …; residual_bits_per_sample[2] = (FLAC__float)((data_len > 0 && total_error_2 > 0) ? log(M_LN2 * (… 204 …; residual_bits_per_sample[3] = (FLAC__float)((data_len > 0 && total_error_3 > 0) ? log(M_LN2 * (… [all …]
|