Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c2982 …= decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound… in seek_to_absolute_sample_() local
3026 lower_bound_sample = 0; in seek_to_absolute_sample_()
3041 FLAC__uint64 new_lower_bound_sample = lower_bound_sample; in seek_to_absolute_sample_()
3077 lower_bound_sample = new_lower_bound_sample; in seek_to_absolute_sample_()
3082 FLAC__ASSERT(upper_bound_sample >= lower_bound_sample); in seek_to_absolute_sample_()
3092 if(upper_bound_sample == lower_bound_sample) in seek_to_absolute_sample_()
3098 if (lower_bound_sample >= upper_bound_sample || lower_bound > upper_bound) { in seek_to_absolute_sample_()
3105 …e)(FLAC__int64)(target_sample - lower_bound_sample) / (FLAC__double)(FLAC__int64)(upper_bound_samp… in seek_to_absolute_sample_()
3107 …int64)((FLAC__double)(target_sample - lower_bound_sample) / (FLAC__double)(upper_bound_sample - lo… in seek_to_absolute_sample_()
3112 …LAC__int64)(((target_sample - lower_bound_sample) * (upper_bound - lower_bound)) / (upper_bound_sa… in seek_to_absolute_sample_()
[all …]