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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbitenc.c30 static const Word16 globalGainOffset = 100; variable
81 WriteBits(hBitStream, ((globalGain - scalefac) + globalGainOffset-(logNorm << 2)), 8);

Completed in 47 milliseconds