Home | History | Annotate | Download | only in lib_src

Lines Matching refs:loopStart

363     pState->loopStart = pParams->loopStart;
364 pState->samplesTilLoop = (EAS_I32) pState->loopStart;
1385 if (temp > (EAS_I32) pState->loopStart)
1396 while (temp > (EAS_I32) pState->loopStart)
1397 temp -= (EAS_I32) pState->loopStart;