Home | History | Annotate | Download | only in src

Lines Matching refs:voice_fac

204 	Word16 voice_fac;
1193 voice_fac = voice_factor(exc2, shift, gain_pit, code, gain_code, L_SUBFR);
1195 st->tilt_code = ((voice_fac >> 2) + 8192);
1243 tmp = (16384 - (voice_fac >> 1)); /* 1=unvoiced, 0=voiced */
1275 tmp = ((voice_fac >> 3) + 4096); /* 0.25=voiced, 0=unvoiced */