Searched refs:upper_bound_sample (Results 1 – 1 of 1) sorted by relevance
2982 …>first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound_sample, this_frame_… in seek_to_absolute_sample_() local3028 upper_bound_sample = total_samples > 0 ? total_samples : target_sample /*estimate it*/; in seek_to_absolute_sample_()3042 FLAC__uint64 new_upper_bound_sample = upper_bound_sample; in seek_to_absolute_sample_()3078 upper_bound_sample = new_upper_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_()3093 upper_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 …(target_sample - lower_bound_sample) / (FLAC__double)(FLAC__int64)(upper_bound_sample - lower_boun… in seek_to_absolute_sample_()3107 …FLAC__double)(target_sample - lower_bound_sample) / (FLAC__double)(upper_bound_sample - lower_boun… in seek_to_absolute_sample_()[all …]