Searched refs:firstUV (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicosig2.c589 picoos_int16 nI, iRand, firstUV; local
609 firstUV = 1;
613 firstUV = voxbnd;
657 co = sig_inObj->outCosTbl + firstUV;
658 so = sig_inObj->outSinTbl + firstUV;
659 for (nI = firstUV; nI < PICODSP_HFFTSIZE_P1 - 1; nI++) {
665 sig_inObj->iRand += (PICODSP_HFFTSIZE_P1 - firstUV);

Completed in 545 milliseconds