Searched refs:LINEAR_DIV (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.c32 /* LINEAR_DIV needs to be large enough to handle resampling from 192000 -> 8000 */
34 #define LINEAR_DIV (1<<LINEAR_DIV_SHIFT) macro
56 return muldiv_near(frames, LINEAR_DIV, rate->pitch);
65 return muldiv_near(frames, rate->pitch, LINEAR_DIV);
128 pos += LINEAR_DIV;
180 pos += LINEAR_DIV;
219 pos = LINEAR_DIV - get_increment; /* Force first sample to be copied */
237 if (pos >= LINEAR_DIV) {
238 pos -= LINEAR_DIV;
281 pos = LINEAR_DIV
[all...]

Completed in 123 milliseconds