Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dstereo.c141 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()
Dvq.h40 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries);
Dvq.c51 int scal_quant(spx_word16_t in, const spx_word16_t *boundary, int entries) in scal_quant() function
Dsb_celp.c628 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()
Dnb_celp.c824 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()