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

  /external/speex/libspeex/
ltp.h 78 spx_word32_t *cumul_gain
121 spx_word32_t *cumul_gain
ltp.c 366 spx_word32_t cumul_gain,
384 if (cumul_gain > 262144)
548 spx_word32_t *cumul_gain
622 bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown);
636 *cumul_gain = MULT16_32_Q13(SHL16(params->gain_cdbk[4*best_gain_index+3],8), MAX32(1024,*cumul_gain));
638 *cumul_gain = 0.03125*MAX32(1024,*cumul_gain)*params->gain_cdbk[4*best_gain_index+3];
640 /*printf ("%f\n", cumul_gain);*/
775 spx_word32_t *cumul_gain
    [all...]
nb_celp.h 61 spx_word32_t cumul_gain; /**< Product of previously used pitch gains (Q10) */ member in struct:EncState
nb_celp.c 156 st->cumul_gain = 1024;
793 exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain);
    [all...]

Completed in 39 milliseconds