Home
last modified time | relevance | path

Searched refs:FLAC__int64 (Results 1 – 7 of 7) sorted by relevance

/external/flac/libFLAC/
Dlpc.c271 FLAC__int64 sumo; in FLAC__lpc_compute_residual_from_qlp_coefficients()
290 sumo += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*history); in FLAC__lpc_compute_residual_from_qlp_coefficients()
533 FLAC__int64 sum; in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()
548 sum += (FLAC__int64)qlp_coeff[j] * (FLAC__int64)(*(--history)); in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()
553 if(FLAC__bitmath_silog2_wide((FLAC__int64)(*data) - (sum >> lp_quantization)) > 32) { in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()
554 …esidual=%" PRId64 "\n", i, *data, (int64_t)(sum >> lp_quantization), ((FLAC__int64)(*data) - (sum … in FLAC__lpc_compute_residual_from_qlp_coefficients_wide()
563 FLAC__int64 sum;
579 sum += qlp_coeff[11] * (FLAC__int64)data[i-12];
580 sum += qlp_coeff[10] * (FLAC__int64)data[i-11];
581 sum += qlp_coeff[9] * (FLAC__int64)data[i-10];
[all …]
Dbitmath.c87 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v) in FLAC__bitmath_silog2_wide()
Dstream_decoder.c3005 FLAC__int64 pos = -1; in seek_to_absolute_sample_()
3125 …pos = (FLAC__int64)lower_bound + (FLAC__int64)((FLAC__double)(target_sample - lower_bound_sample) … in seek_to_absolute_sample_()
3129 …pos = (FLAC__int64)lower_bound + (FLAC__int64)(((target_sample - lower_bound_sample) * (upper_boun… in seek_to_absolute_sample_()
3131 …pos = (FLAC__int64)lower_bound + (FLAC__int64)((((target_sample - lower_bound_sample)>>8) * ((uppe… in seek_to_absolute_sample_()
3133 if(pos >= (FLAC__int64)upper_bound) in seek_to_absolute_sample_()
3134 pos = (FLAC__int64)upper_bound - 1; in seek_to_absolute_sample_()
3135 if(pos < (FLAC__int64)lower_bound) in seek_to_absolute_sample_()
3136 pos = (FLAC__int64)lower_bound; in seek_to_absolute_sample_()
3170 if (pos == (FLAC__int64)lower_bound) { in seek_to_absolute_sample_()
3253 …pos = (FLAC__int64)(((target_sample-left_sample) * (right_pos-left_pos)) / (right_sample-left_samp… in seek_to_absolute_sample_ogg_()
[all …]
/external/flac/libFLAC/include/private/
Dfloat.h73 #define FLAC__fixedpoint_mul(x, y) ( (FLAC__fixedpoint) ( ((FLAC__int64)(x)*(FLAC__int64)(y)) >> 16…
75 #define FLAC__fixedpoint_div(x, y) ( (FLAC__fixedpoint) ( ( ((FLAC__int64)(x)<<32) / (FLAC__int64)(…
Dbitmath.h184 unsigned FLAC__bitmath_silog2_wide(FLAC__int64 v);
/external/flac/include/FLAC/
Dordinals.h47 typedef __int64 FLAC__int64; typedef
63 typedef int64_t FLAC__int64; typedef
Dcallback.h128 typedef int (*FLAC__IOCallback_Seek) (FLAC__IOHandle handle, FLAC__int64 offset, int whence);
139 typedef FLAC__int64 (*FLAC__IOCallback_Tell) (FLAC__IOHandle handle);