Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.c590 picoos_int16 nI, iRand, firstUV; in phase_spec2() local
610 firstUV = 1; in phase_spec2()
614 firstUV = voxbnd; in phase_spec2()
658 co = sig_inObj->outCosTbl + firstUV; in phase_spec2()
659 so = sig_inObj->outSinTbl + firstUV; in phase_spec2()
660 for (nI = firstUV; nI < PICODSP_HFFTSIZE_P1 - 1; nI++) { in phase_spec2()
666 sig_inObj->iRand += (PICODSP_HFFTSIZE_P1 - firstUV); in phase_spec2()