Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dsb_celp.c116 static const spx_word16_t gc_quant_bound[16] = {125, 164, 215, 282, 370, 484, 635, 832, 1090, 1428,… variable
128 static const spx_word16_t gc_quant_bound[16] = { variable
654 int qgc = scal_quant(gc, gc_quant_bound, 16); in sb_encode()
656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]); in sb_encode()
1048 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]); in sb_decode()