Home
last modified time | relevance | path

Searched refs:i_end (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/resampler/
Dpeaks.c39 unsigned i, i_end = 0; in peaks_resample() local
55 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()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_to_binary_tree_inc.h307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local
309 for (i = i_start; i < i_end; ++i) { in FN()
/third_party/node/deps/brotli/c/enc/
Dhash_to_binary_tree_inc.h307 const size_t i_end = BROTLI_MIN(size_t, position, i_start + num_bytes); in FN() local
309 for (i = i_start; i < i_end; ++i) { in FN()