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

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_dequantize_sample.h89 int32 power_1_third(int32 xx);
H A Dpvmp3_dequantize_sample.cpp27 power_1_third
41 power_1_third
42 int32 power_1_third( int32 xx)
154 int32 power_1_third(int32 xx) function
296 int32 tmp = fxp_mul32_Q30((is[ss] << 16), power_1_third(pv_abs(is[ ss])));
355 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp)));
361 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp)));
380 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp)));
387 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_abs(tmp)));
405 tmp = fxp_mul32_Q30((tmp << 16), power_1_third(pv_ab
[all...]

Completed in 305 milliseconds