Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.c589 picoos_int16 nI, iRand, firstUV; in phase_spec2() local
654 iRand = sig_inObj->iRand; in phase_spec2()
655 c = sig_inObj->randCosTbl + iRand; in phase_spec2()
656 s = sig_inObj->randSinTbl + iRand; in phase_spec2()
665 sig_inObj->iRand += (PICODSP_HFFTSIZE_P1 - firstUV); in phase_spec2()
666 if (sig_inObj->iRand > PICODSP_N_RAND_TABLE - PICODSP_HFFTSIZE_P1) in phase_spec2()
667 sig_inObj->iRand = 1 + sig_inObj->iRand + PICODSP_HFFTSIZE_P1 in phase_spec2()
2088 sig_inObj->iRand = 0; in init_rand()
Dpicosig2.h131 picoos_int32 iRand; /*reserved for phase random table poointer ())*/ member