Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.c594 picoos_int32 *co, *so, *c, *s, voxbnd, voxbnd2; in phase_spec2() local
604 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing); in phase_spec2()
608 VOXBND_M1 = voxbnd - 1; in phase_spec2()
613 firstUV = voxbnd; in phase_spec2()
694 picoos_int32 fcX, fsX, fExp, voxbnd; in env_spec() local
710 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing); in env_spec()
726 for (nI = 0; nI < voxbnd; nI++) { in env_spec()
733 co = sig_inObj->outCosTbl + voxbnd; in env_spec()
734 so = sig_inObj->outSinTbl + voxbnd; in env_spec()
736 for (nI = voxbnd; nI < PICODSP_HFFTSIZE_P1; nI++) { in env_spec()