Home
last modified time | relevance | path

Searched refs:total_error_0 (Results 1 – 3 of 3) sorted by relevance

/external/flac/libFLAC/
Dfixed.c227 …FLAC__uint32 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_err… in FLAC__fixed_compute_best_predictor() local
231 error = data[i] ; total_error_0 += local_abs(error); save = error; in FLAC__fixed_compute_best_predictor()
238 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor()
252 FLAC__ASSERT(data_len > 0 || total_error_0 == 0); in FLAC__fixed_compute_best_predictor()
258 …residual_bits_per_sample[0] = (float)((total_error_0 > 0) ? log(M_LN2 * (double)total_error_0 / (d… in FLAC__fixed_compute_best_predictor()
264 …residual_bits_per_sample[0] = (total_error_0 > 0) ? local__compute_rbps_integerized(total_error_0,… in FLAC__fixed_compute_best_predictor()
289 …FLAC__uint64 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_err… in FLAC__fixed_compute_best_predictor_wide() local
293 error = data[i] ; total_error_0 += local_abs(error); save = error; in FLAC__fixed_compute_best_predictor_wide()
300 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor_wide()
314 FLAC__ASSERT(data_len > 0 || total_error_0 == 0); in FLAC__fixed_compute_best_predictor_wide()
[all …]
Dfixed_intrin_ssse3.c60 FLAC__uint32 total_error_0, total_error_1, total_error_2, total_error_3, total_error_4; in FLAC__fixed_compute_best_predictor_intrin_ssse3() local
108 total_error_0 = _mm_cvtsi128_si32(total_err0); in FLAC__fixed_compute_best_predictor_intrin_ssse3()
119 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor_intrin_ssse3()
133 FLAC__ASSERT(data_len > 0 || total_error_0 == 0); in FLAC__fixed_compute_best_predictor_intrin_ssse3()
139 …residual_bits_per_sample[0] = (float)((total_error_0 > 0) ? log(M_LN2 * (double)total_error_0 / (d… in FLAC__fixed_compute_best_predictor_intrin_ssse3()
151 FLAC__uint64 total_error_0, total_error_1, total_error_2, total_error_3, total_error_4; in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3() local
202 m128i_to_i64(total_error_0, total_err0); in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
211 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
225 FLAC__ASSERT(data_len > 0 || total_error_0 == 0); in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
231 …residual_bits_per_sample[0] = (float)((total_error_0 > 0) ? log(M_LN2 * (double)total_error_0 / (d… in FLAC__fixed_compute_best_predictor_wide_intrin_ssse3()
Dfixed_intrin_sse2.c60 FLAC__uint32 total_error_0, total_error_1, total_error_2, total_error_3, total_error_4; in FLAC__fixed_compute_best_predictor_intrin_sse2() local
114 total_error_0 = _mm_cvtsi128_si32(total_err0); in FLAC__fixed_compute_best_predictor_intrin_sse2()
125 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor_intrin_sse2()
139 FLAC__ASSERT(data_len > 0 || total_error_0 == 0); in FLAC__fixed_compute_best_predictor_intrin_sse2()
145 …residual_bits_per_sample[0] = (float)((total_error_0 > 0) ? log(M_LN2 * (double)total_error_0 / (d… in FLAC__fixed_compute_best_predictor_intrin_sse2()
157 FLAC__uint64 total_error_0, total_error_1, total_error_2, total_error_3, total_error_4; in FLAC__fixed_compute_best_predictor_wide_intrin_sse2() local
214 m128i_to_i64(total_error_0, total_err0); in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
223 …if(total_error_0 < flac_min(flac_min(flac_min(total_error_1, total_error_2), total_error_3), total… in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
237 FLAC__ASSERT(data_len > 0 || total_error_0 == 0); in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()
243 …residual_bits_per_sample[0] = (float)((total_error_0 > 0) ? log(M_LN2 * (double)total_error_0 / (d… in FLAC__fixed_compute_best_predictor_wide_intrin_sse2()