HomeSort by relevance Sort by last modified time
    Searched full:davg2 (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
mdf.c 162 spx_word32_t Davg2; /* 2nd recursive average of the residual power difference */
518 st->Davg1 = st->Davg2 = 0;
578 st->Davg1 = st->Davg2 = 0;
903 st->Davg2 = ADD32(MULT16_32_Q15(QCONST16(.85f,15),st->Davg2), MULT16_32_Q15(QCONST16(.15f,15),SUB32(Sff,See)));
909 st->Davg2 = .85*st->Davg2 + .15*(Sff-See);
921 else if (FLOAT_GT(FLOAT_MUL32U(st->Davg2, ABS32(st->Davg2)), FLOAT_MULT(VAR2_UPDATE,(st->Dvar2))))
927 st->Davg1 = st->Davg2 = 0
    [all...]

Completed in 391 milliseconds