Searched refs:upper_bound_sample (Results 1 – 1 of 1) sorted by relevance
3242 …>first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_… in seek_to_absolute_sample_() local3289 upper_bound_sample = total_samples > 0 ? total_samples : target_sample /*estimate it*/; in seek_to_absolute_sample_()3295 upper_bound_sample = decoder->private_->samples_decoded; in seek_to_absolute_sample_()3316 FLAC__uint64 new_upper_bound_sample = upper_bound_sample; in seek_to_absolute_sample_()3352 upper_bound_sample = new_upper_bound_sample; in seek_to_absolute_sample_()3356 FLAC__ASSERT(upper_bound_sample >= lower_bound_sample); in seek_to_absolute_sample_()3366 if(upper_bound_sample == lower_bound_sample) in seek_to_absolute_sample_()3367 upper_bound_sample++; in seek_to_absolute_sample_()3377 if (lower_bound_sample >= upper_bound_sample || in seek_to_absolute_sample_()3388 …AC__int64)((double)(target_sample - lower_bound_sample) / (double)(upper_bound_sample - lower_boun… in seek_to_absolute_sample_()[all …]