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

/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.c116 static const spx_word16_t gc_quant_bound[16] = {125, 164, 215, 282, 370, 484, 635, 832, 1090, 1428, 1871, 2452, 3213, 4210, 5516, 7228}; variable
128 static const spx_word16_t gc_quant_bound[16] = { variable
654 int qgc = scal_quant(gc, gc_quant_bound, 16);
656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
1048 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
/external/speex/libspeex/
H A Dsb_celp.c116 static const spx_word16_t gc_quant_bound[16] = {125, 164, 215, 282, 370, 484, 635, 832, 1090, 1428, 1871, 2452, 3213, 4210, 5516, 7228}; variable
128 static const spx_word16_t gc_quant_bound[16] = { variable
654 int qgc = scal_quant(gc, gc_quant_bound, 16);
656 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);
1048 gc = MULT16_16_Q15(QCONST16(0.87360,15),gc_quant_bound[qgc]);

Completed in 1613 milliseconds