Home
last modified time | relevance | path

Searched refs:stepAdjustTable (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dadpcm.c55 sox_sample_t stepAdjustTable[] = { variable
90 nstep = (stepAdjustTable[c] * step) >> 8; in AdpcmDecode()
242 step = (stepAdjustTable[c] * step) >> 8; in AdpcmMashS()