Searched defs:BARC_SCALE (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dpsy_configuration.c31 #define BARC_SCALE 100 /* integer barc values are scaled with 100 */ macro
117 * returns: barc value of line * BARC_SCALE
130 (26600 * atan_1000((center_freq*76) / 100) + 7*temp*temp) / (2*1000*1000 / BARC_SCALE);
164 bv1 = min((bv1 / BARC_SCALE), max_bark);
165 bv2 = min((bv2 / BARC_SCALE), max_bark);
220 we calulate pow(10.0f, -0.1*dbVal/BARC_SCALE)

Completed in 59 milliseconds