Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicosig2.c595 picoos_int32 *co, *so, *c, *s, voxbnd, voxbnd2; in phase_spec2() local
605 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing); in phase_spec2()
609 VOXBND_M1 = voxbnd - 1; in phase_spec2()
614 firstUV = voxbnd; in phase_spec2()
695 picoos_int32 fcX, fsX, fExp, voxbnd; in env_spec() local
711 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing); in env_spec()
727 for (nI = 0; nI < voxbnd; nI++) { in env_spec()
734 co = sig_inObj->outCosTbl + voxbnd; in env_spec()
735 so = sig_inObj->outSinTbl + voxbnd; in env_spec()
737 for (nI = voxbnd; nI < PICODSP_HFFTSIZE_P1; nI++) { in env_spec()