Searched refs:scal_quant (Results 1 – 5 of 5) sorted by relevance
/external/speex/libspeex/ |
D | stereo.c | 141 tmp=scal_quant(e_ratio*Q15_ONE, e_ratio_quant_bounds, 4); in speex_encode_stereo() 193 balance_id = scal_quant(EXTRACT16(balance), balance_bounds, 32); in speex_encode_stereo_int() 215 tmp=scal_quant(EXTRACT16(e_ratio), e_ratio_quant_bounds, 4); in speex_encode_stereo_int()
|
D | vq.h | 40 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries);
|
D | vq.c | 51 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries) in scal_quant() function
|
D | sb_celp.c | 628 int quant = scal_quant(g, fold_quant_bound, 32); in sb_encode() 654 int qgc = scal_quant(gc, gc_quant_bound, 16); in sb_encode()
|
D | nb_celp.c | 824 qe = scal_quant(fine_gain, exc_gain_quant_scal3_bound, 8); in nb_encode() 828 qe = scal_quant(fine_gain, exc_gain_quant_scal1_bound, 2); in nb_encode()
|