Home | History | Annotate | Download | only in src

Lines Matching refs:voice_fac

322     int16 fac, stab_fac, voice_fac, Q_new = 0;
931 voice_fac = voice_factor(exc2, -3, gain_pit, code, gain_code, L_SUBFR);
935 st->tilt_code = (voice_fac >> 2) + 8192;
1002 tmp = 16384 - (voice_fac >> 1); /* 1=unvoiced, 0=voiced */
1039 tmp = (voice_fac >> 3) + 4096;/* 0.25=voiced, 0=unvoiced */