Searched refs:lower_bound_sample (Results 1 – 1 of 1) sorted by relevance
3004 …= decoder->private_->first_frame_offset, lower_bound, upper_bound, lower_bound_sample, upper_bound… in seek_to_absolute_sample_() local3048 lower_bound_sample = 0; in seek_to_absolute_sample_()3063 FLAC__uint64 new_lower_bound_sample = lower_bound_sample; in seek_to_absolute_sample_()3099 lower_bound_sample = new_lower_bound_sample; in seek_to_absolute_sample_()3104 FLAC__ASSERT(upper_bound_sample >= lower_bound_sample); in seek_to_absolute_sample_()3114 if(upper_bound_sample == lower_bound_sample) in seek_to_absolute_sample_()3120 if (lower_bound_sample >= upper_bound_sample || lower_bound > upper_bound) { in seek_to_absolute_sample_()3125 …int64)((FLAC__double)(target_sample - lower_bound_sample) / (FLAC__double)(upper_bound_sample - lo… in seek_to_absolute_sample_()3129 …LAC__int64)(((target_sample - lower_bound_sample) * (upper_bound - lower_bound)) / (upper_bound_sa… in seek_to_absolute_sample_()3131 …nt64)((((target_sample - lower_bound_sample)>>8) * ((upper_bound - lower_bound)>>8)) / ((upper_bou… in seek_to_absolute_sample_()[all …]