Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dstream_decoder.c2995 …= decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound… in seek_to_absolute_sample_() local
3039 lower_bound_sample = 0; in seek_to_absolute_sample_()
3054 FLAC__uint64 new_lower_bound_sample = lower_bound_sample; in seek_to_absolute_sample_()
3090 lower_bound_sample = new_lower_bound_sample; in seek_to_absolute_sample_()
3095 FLAC__ASSERT(upper_bound_sample >= lower_bound_sample); in seek_to_absolute_sample_()
3105 if(upper_bound_sample == lower_bound_sample) in seek_to_absolute_sample_()
3111 if (lower_bound_sample >= upper_bound_sample || lower_bound > upper_bound) { in seek_to_absolute_sample_()
3116 …+ (FLAC__int64)((double)(target_sample - lower_bound_sample) / (double)(upper_bound_sample - lower… in seek_to_absolute_sample_()
3120 …LAC__int64)(((target_sample - lower_bound_sample) * (upper_bound - lower_bound)) / (upper_bound_sa… in seek_to_absolute_sample_()
3122 …nt64)((((target_sample - lower_bound_sample)>>8) * ((upper_bound - lower_bound)>>8)) / ((upper_bou… in seek_to_absolute_sample_()
[all …]