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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dtns.c89 * function name: FreqToBandWithRounding
94 static Word16 FreqToBandWithRounding(Word32 freq, /*!< frequency in Hertz */ function
164 tC->tnsStartBand = FreqToBandWithRounding(tC->tnsStartFreq, sampleRate,
167 tC->tnsModifyBeginCb = FreqToBandWithRounding(TNS_MODIFY_BEGIN,
172 tC->tnsRatioPatchLowestCb = FreqToBandWithRounding(RATIO_PATCH_LOWER_BORDER,
230 tC->tnsStartBand=FreqToBandWithRounding(tC->tnsStartFreq, sampleRate,
233 tC->tnsModifyBeginCb = FreqToBandWithRounding(TNS_MODIFY_BEGIN,
238 tC->tnsRatioPatchLowestCb = FreqToBandWithRounding(RATIO_PATCH_LOWER_BORDER,

Completed in 303 milliseconds