Searched refs:lower_bound_sample (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dstream_decoder.c2982 FLAC__uint64 first_frame_offset = decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_sample; local
3026 lower_bound_sample = 0;
3041 FLAC__uint64 new_lower_bound_sample = lower_bound_sample;
3077 lower_bound_sample = new_lower_bound_sample;
3082 FLAC__ASSERT(upper_bound_sample >= lower_bound_sample);
3092 if(upper_bound_sample == lower_bound_sample)
3098 if (lower_bound_sample >= upper_bound_sample || lower_bound > upper_bound) {
3105 pos = (FLAC__int64)lower_bound + (FLAC__int64)((FLAC__double)(FLAC__int64)(target_sample - lower_bound_sample) / (FLAC__double)(FLAC__int64)(upper_bound_sample - lower_bound_sample) * (FLAC__double)(FLAC__int64)(upper_bound - lower_bound)) - approx_bytes_per_frame;
3107 pos = (FLAC__int64)lower_bound + (FLAC__int64)((FLAC__double)(target_sample - lower_bound_sample) / (FLAC__doubl
[all...]

Completed in 1537 milliseconds