OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scal_quant
(Results
1 - 5
of
5
) sorted by null
/external/speex/libspeex/
vq.h
40
int
scal_quant
(spx_word16_t in, const spx_word16_t *boundary, int entries);
stereo.c
141
tmp=
scal_quant
(e_ratio*Q15_ONE, e_ratio_quant_bounds, 4);
193
balance_id =
scal_quant
(EXTRACT16(balance), balance_bounds, 32);
215
tmp=
scal_quant
(EXTRACT16(e_ratio), e_ratio_quant_bounds, 4);
vq.c
51
int
scal_quant
(spx_word16_t in, const spx_word16_t *boundary, int entries)
function
sb_celp.c
628
int quant =
scal_quant
(g, fold_quant_bound, 32);
654
int qgc =
scal_quant
(gc, gc_quant_bound, 16);
[
all
...]
nb_celp.c
824
qe =
scal_quant
(fine_gain, exc_gain_quant_scal3_bound, 8);
828
qe =
scal_quant
(fine_gain, exc_gain_quant_scal1_bound, 2);
[
all
...]
Completed in 763 milliseconds