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

/external/speex/libspeex/
H A Dstereo.c53 /*float e_ratio_quant[4] = {1, 1.26, 1.587, 2};*/
55 static const float e_ratio_quant[4] = {.25f, .315f, .397f, .5f}; variable
58 static const spx_word16_t e_ratio_quant[4] = {8192, 10332, 13009, 16384}; variable
293 stereo->e_ratio = e_ratio_quant[tmp];

Completed in 1194 milliseconds