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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dadj_thr_data.h34 Word16 minBitSpend, maxBitSpend; member in struct:__anon335
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dadj_thr.c859 const Word16 minBitSpend,
868 bitspend = (minBitSpend + ((maxBitSpend - minBitSpend)*(fillLevel - clipLow) /
969 bresParam->minBitSpend, bresParam->maxBitSpend);
1008 hAdjThr->bresParamLong.minBitSpend = -10;
1017 hAdjThr->bresParamShort.minBitSpend = -5;
856 calcBitSpend(Word16 fillLevel, const Word16 clipLow, const Word16 clipHigh, const Word16 minBitSpend, const Word16 maxBitSpend) argument

Completed in 84 milliseconds