Lines Matching defs:Pframe
571 static void speex_compute_agc(SpeexPreprocessState *st, spx_word16_t Pframe, spx_word16_t *ft);
761 spx_word16_t Pframe,
795 q = Q15_ONE-MULT16_16_Q15(Pframe,P1);
1047 register spx_word16_t Pframe;
1071 Pframe = QCONST16(.1f,15)+MULT16_16_Q15(QCONST16(.899f,15),qcurve(DIV32_16(Zframe,M)));
1072 effective_echo_suppress = EXTRACT16(PSHR32(ADD32(MULT16_16(SUB16(Q15_ONE,Pframe), st->echo_suppress),
1073 MULT16_16(Pframe, st->echo_suppress_active)),15));
1078 preprocess_compute_emgain(st, ps, Pframe, NM);
1103 { speex_compute_agc(st, Pframe, st->ft);
1124 if (Pframe > st->speech_prob_start || (st->was_speech && Pframe > st->speech_prob_continue))