HomeSort by relevance Sort by last modified time
    Searched refs:ol_pitch_coef (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
nb_celp.c 257 spx_word16_t ol_pitch_coef; local
372 ol_pitch_coef = nol_pitch_coef[0];
384 /*ol_pitch_coef=nol_pitch_coef[i];*/
390 /*ol_pitch_coef = sqrt(ol_pitch_coef);*/
394 ol_pitch_coef=0;
407 spx_sqrt(QCONST32(1.,28)-MULT16_32_Q15(QCONST16(.8,15),SHL32(MULT16_16(ol_pitch_coef,ol_pitch_coef),16)))));
450 st->relative_quality = vbr_analysis(st->vbr, in, st->frameSize, ol_pitch, GAIN_SCALING_1*ol_pitch_coef);
593 ol_pitch_coef = MULT16_16_Q15(QCONST16(.9,15), ol_pitch_coef)
1091 spx_word16_t ol_pitch_coef=0; local
    [all...]
filters.c 684 spx_word16_t ol_pitch_coef;
688 ol_pitch_coef = nol_pitch_coef[0];

Completed in 126 milliseconds