Home
last modified time | relevance | path

Searched refs:cumul_gain (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dltp.c366 spx_word32_t cumul_gain, in pitch_gain_search_3tap() argument
384 if (cumul_gain > 262144) in pitch_gain_search_3tap()
548 spx_word32_t *cumul_gain in pitch_search_3tap() argument
622 … bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown); in pitch_search_3tap()
636 …*cumul_gain = MULT16_32_Q13(SHL16(params->gain_cdbk[4*best_gain_index+3],8), MAX32(1024,*cumul_gai… in pitch_search_3tap()
638 *cumul_gain = 0.03125*MAX32(1024,*cumul_gain)*params->gain_cdbk[4*best_gain_index+3]; in pitch_search_3tap()
775 spx_word32_t *cumul_gain in forced_pitch_quant() argument
Dltp.h78 spx_word32_t *cumul_gain
121 spx_word32_t *cumul_gain
Dnb_celp.h61 spx_word32_t cumul_gain; /**< Product of previously used pitch gains (Q10) */ member
Dnb_celp.c156 st->cumul_gain = 1024; in nb_encoder_init()
793 … exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain); in nb_encode()