Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dnb_celp.c79 const spx_word32_t ol_gain_table[32]={18900, 25150, 33468, 44536, 59265, 78865, 104946, 139653, 185… variable
611 int qe = scal_quant32(ol_gain, ol_gain_table, 32); in nb_encode()
613 ol_gain = MULT16_32_Q15(28406,ol_gain_table[qe]); in nb_encode()
1275 ol_gain = MULT16_32_Q15(28406,ol_gain_table[qe]); in nb_decode()