Home | History | Annotate | Download | only in libspeex

Lines Matching defs:fact

689          float fact = ((float)sub+1.0f)/st->nbSubframes;
691 curr_curve[i] = (1.0f-fact)*st->old_curve[i] + fact*st->curve[i];
1025 spx_word16_t fact;
1031 fact = attenuation[st->count_lost];
1033 fact = 0;
1049 pitch_gain = MULT16_16_Q15(fact,pitch_gain) + VERY_SMALL;
1052 noise_gain = MULT16_16_Q15(innov_gain, MULT16_16_Q15(fact, SUB16(Q15ONE,MULT16_16_Q15(pitch_gain,pitch_gain))));
1235 spx_word16_t fact;
1240 fact = SHR16(19661,SHR32(lsp_dist,LSP_SHIFT+2));
1242 fact = .6*exp(-.2*lsp_dist);
1245 st->mem_sp[i] = MULT16_32_Q15(fact,st->mem_sp[i]);