Searched refs:cumul_gain (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/speex/libspeex/
H A Dltp.h78 spx_word32_t *cumul_gain
121 spx_word32_t *cumul_gain
H A Dltp.c366 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
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
[all...]
H A Dnb_celp.h61 spx_word32_t cumul_gain; /**< Product of previously used pitch gains (Q10) */ member in struct:EncState
H A Dnb_celp.c156 st->cumul_gain = 1024;
793 exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain);
/external/speex/libspeex/
H A Dltp.h78 spx_word32_t *cumul_gain
121 spx_word32_t *cumul_gain
H A Dltp.c366 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
348 pitch_gain_search_3tap( const spx_word16_t target[], const spx_coef_t ak[], const spx_coef_t awk1[], const spx_coef_t awk2[], spx_sig_t exc[], const signed char *gain_cdbk, int gain_cdbk_size, int pitch, int p, int nsf, SpeexBits *bits, char *stack, const spx_word16_t *exc2, const spx_word16_t *r, spx_word16_t *new_target, int *cdbk_index, int plc_tuning, spx_word32_t cumul_gain, int scaledown ) argument
[all...]
H A Dnb_celp.h61 spx_word32_t cumul_gain; /**< Product of previously used pitch gains (Q10) */ member in struct:EncState
H A Dnb_celp.c156 st->cumul_gain = 1024;
793 exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain);

Completed in 129 milliseconds