Home | History | Annotate | Download | only in src

Lines Matching refs:stab_fac

322     int16 fac, stab_fac, voice_fac, Q_new = 0;
541 stab_fac = shl_int16(tmp, 1); /* Q14 -> Q15 with saturation */
543 if (stab_fac < 0)
545 stab_fac = 0;
1003 fac = mult_int16(stab_fac, tmp);