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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp223 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; local
259 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
282 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
298 tmp = fxp_mul32_Q30(tmp, two_raise_one_fourth);
334 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]; local
356 is[ss] = fxp_mul32_Q30(tmp, two_raise_one_fourth) >> global_gain;
362 is[ss+1] = fxp_mul32_Q30(tmp, two_raise_one_fourth) >> global_gain;
381 is[ss] = fxp_mul32_Q30(tmp, two_raise_one_fourth) << global_gain;
388 is[ss+1] = fxp_mul32_Q30(tmp, two_raise_one_fourth) << global_gain;
406 is[ss] = fxp_mul32_Q30(tmp, two_raise_one_fourth) >> global_gai
[all...]

Completed in 255 milliseconds