Home | History | Annotate | Download | only in lib

Lines Matching refs:voicing

426     sig_inObj->VCutoff_p = PICODSP_V_CUTOFF_FREQ; /*voicing cut off frequency in Hz (will be modeled in the future)*/
427 sig_inObj->UVCutoff_p = PICODSP_UV_CUTOFF_FREQ;/*unvoiced frames only (periodize lowest components to mask bad voicing transitions)*/
603 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing);
709 voxbnd = (picoos_int32) (sig_inObj->voxbnd_p * sig_inObj->voicing);
818 * time domain pitch synchronous overlap add over two frames (when no voicing transition)
821 * @remarks Special treatment at voicing boundaries
890 /*voicing transition from unvoiced to voiced*/
967 * @remarks Special treatment at voicing boundaries
3972 sig_inObj->VoicTrans = sig_inObj->prevVoiced_p; /*remember last voicing transition*/