Lines Matching refs:FLAC__int64
2996 FLAC__int64 pos = -1; in seek_to_absolute_sample_()
3116 …pos = (FLAC__int64)lower_bound + (FLAC__int64)((double)(target_sample - lower_bound_sample) / (dou… in seek_to_absolute_sample_()
3120 …pos = (FLAC__int64)lower_bound + (FLAC__int64)(((target_sample - lower_bound_sample) * (upper_boun… in seek_to_absolute_sample_()
3122 …pos = (FLAC__int64)lower_bound + (FLAC__int64)((((target_sample - lower_bound_sample)>>8) * ((uppe… in seek_to_absolute_sample_()
3124 if(pos >= (FLAC__int64)upper_bound) in seek_to_absolute_sample_()
3125 pos = (FLAC__int64)upper_bound - 1; in seek_to_absolute_sample_()
3126 if(pos < (FLAC__int64)lower_bound) in seek_to_absolute_sample_()
3127 pos = (FLAC__int64)lower_bound; in seek_to_absolute_sample_()
3162 if (pos == (FLAC__int64)lower_bound) { in seek_to_absolute_sample_()
3245 …pos = (FLAC__int64)(((target_sample-left_sample) * (right_pos-left_pos)) / (right_sample-left_samp… in seek_to_absolute_sample_ogg_()
3247 …pos = (FLAC__int64)((((target_sample-left_sample)>>8) * ((right_pos-left_pos)>>8)) / ((right_sampl… in seek_to_absolute_sample_ogg_()