Home
last modified time | relevance | path

Searched refs:get_increment (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_rate_linear.c202 unsigned int get_increment = rate->pitch; in linear_shrink() local
218 pos = LINEAR_DIV - get_increment; /* Force first sample to be copied */ in linear_shrink()
235 pos += get_increment; in linear_shrink()
238 old_weight = (pos << (32 - LINEAR_DIV_SHIFT)) / (get_increment >> (LINEAR_DIV_SHIFT - 16)); in linear_shrink()
265 unsigned int get_increment = rate->pitch; in linear_shrink_s16() local
280 pos = LINEAR_DIV - get_increment; /* Force first sample to be copied */ in linear_shrink_s16()
292 pos += get_increment; in linear_shrink_s16()
295 old_weight = (pos << (32 - LINEAR_DIV_SHIFT)) / (get_increment >> (LINEAR_DIV_SHIFT - 16)); in linear_shrink_s16()
346 /* pitch is get_increment */ in linear_init()

Completed in 1 milliseconds