stereo.c | 53 /*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];
|