Home
last modified time | relevance | path

Searched refs:total_error_0 (Results 1 – 2 of 2) 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] = (FLAC__float)((total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total_… 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 …]
/external/flac/libFLAC/ia32/
Dfixed_asm.nasm50 ; FLAC__uint32 total_error_0 = 0, total_error_1 = 0, total_error_2 = 0, total_error_3 = 0, total_e…
54 ; error = data[i] ; total_error_0 += local_abs(error); save = error;
61 ; if(total_error_0 < min(min(min(total_error_1, total_error_2), total_error_3), total_error_4))
72 …er_sample[0] = (FLAC__float)((data_len > 0 && total_error_0 > 0) ? log(M_LN2 * (FLAC__double)total…
97 ; mm0 == total_error_1:total_error_0
122 pxor mm0, mm0 ; mm0 = total_error_1:total_error_0
140 paddd mm0, mm7 ; mm0 = total_error_1:total_error_0
161 ; if(total_error_0 < min(min(min(total_error_1, total_error_2), total_error_3), total_error_4))
171 movq mm3, mm0 ; mm3 = total_error_1:total_error_0
174 movd eax, mm0 ; eax = total_error_0
[all …]