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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.cpp125 const int32 pow_2_1_fourth[4] = variable
223 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
259 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
282 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
334 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];

Completed in 95 milliseconds