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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_rate_linear.c203 unsigned int get_increment = rate->pitch; local
219 pos = LINEAR_DIV - get_increment; /* Force first sample to be copied */
236 pos += get_increment;
239 old_weight = (pos << (32 - LINEAR_DIV_SHIFT)) / (get_increment >> (LINEAR_DIV_SHIFT - 16));
266 unsigned int get_increment = rate->pitch; local
281 pos = LINEAR_DIV - get_increment; /* Force first sample to be copied */
293 pos += get_increment;
296 old_weight = (pos << (32 - LINEAR_DIV_SHIFT)) / (get_increment >> (LINEAR_DIV_SHIFT - 16));
347 /* pitch is get_increment */

Completed in 103 milliseconds