Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dadpcm.c177 int *iostep, /* input/output step, REQUIRE 16 <= *st <= 0x7fff */ in AdpcmMashS() argument
196 step = *iostep; in AdpcmMashS()
248 lsx_debug_more("ch%d: st %d->%d, d %.1f\n", ch, *iostep, step, sqrt(d2)); in AdpcmMashS()
249 *iostep = step; in AdpcmMashS()