Searched refs:i_end (Results 1 – 3 of 3) sorted by relevance
39 unsigned i, i_end = 0; in peaks_resample() local55 while (i_end < in_n_frames) { in peaks_resample()56 i_end = ((uint64_t) (peaks_data->o_counter + 1) * r->i_ss.rate) / r->o_ss.rate; in peaks_resample()57 i_end = i_end > peaks_data->i_counter ? i_end - peaks_data->i_counter : 0; in peaks_resample()66 for (; i < i_end && i < in_n_frames; i++) { in peaks_resample()73 if (i == i_end) { in peaks_resample()82 for (; i < i_end && i < in_n_frames; i++) in peaks_resample()90 if (i == i_end) { in peaks_resample()101 for (; i < i_end && i < in_n_frames; i++) in peaks_resample()109 if (i == i_end) { in peaks_resample()
307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local309 for (i = i_start; i < i_end; ++i) { in FN()