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

  /src/sys/dev/ic/
msm6258.c 47 static const int adpcm_estimindex[16] = { variable in typeref:typename:const int[16]
90 mc->mc_amp += (short)(adpcm_estimindex[(int)s] * dl);
141 mc->mc_amp += adpcm_estim[estim] * adpcm_estimindex[b];

Completed in 11 milliseconds