Home
last modified time | relevance | path

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

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