HomeSort by: relevance | last modified time | path
    Searched defs:estim (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
msm6258.c 71 int estim = (int)mc->mc_estim; local in function:pcm2adpcm_step
78 dl = adpcm_estim[estim];
91 estim += adpcm_estimstep[b];
92 if (estim < 0)
93 estim = 0;
94 else if (estim > 48)
95 estim = 48;
97 mc->mc_estim = estim;
139 int estim = (int)mc->mc_estim; local in function:adpcm2pcm_step
141 mc->mc_amp += adpcm_estim[estim] * adpcm_estimindex[b]
    [all...]
msm6258.c 71 int estim = (int)mc->mc_estim; local in function:pcm2adpcm_step
78 dl = adpcm_estim[estim];
91 estim += adpcm_estimstep[b];
92 if (estim < 0)
93 estim = 0;
94 else if (estim > 48)
95 estim = 48;
97 mc->mc_estim = estim;
139 int estim = (int)mc->mc_estim; local in function:adpcm2pcm_step
141 mc->mc_amp += adpcm_estim[estim] * adpcm_estimindex[b]
    [all...]
msm6258.c 71 int estim = (int)mc->mc_estim; local in function:pcm2adpcm_step
78 dl = adpcm_estim[estim];
91 estim += adpcm_estimstep[b];
92 if (estim < 0)
93 estim = 0;
94 else if (estim > 48)
95 estim = 48;
97 mc->mc_estim = estim;
139 int estim = (int)mc->mc_estim; local in function:adpcm2pcm_step
141 mc->mc_amp += adpcm_estim[estim] * adpcm_estimindex[b]
    [all...]

Completed in 84 milliseconds