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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c862 Word16 bitspend = 1; local
868 bitspend = (minBitSpend + ((maxBitSpend - minBitSpend)*(fillLevel - clipLow) /
871 return (bitspend);

Completed in 2526 milliseconds