Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dvq.h41 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries);
Dvq.c62 int scal_quant32(spx_word32_t in, const spx_word32_t *boundary, int entries) in scal_quant32() function
Dnb_celp.c611 int qe = scal_quant32(ol_gain, ol_gain_table, 32); in nb_encode()