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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Ddyn_bits.c112 const Word16 maxSfb, Word16 *maxNdx)
121 *maxNdx = i;
232 Word16 maxMergeGain, maxNdx = 0, maxNdxNext, maxNdxLast; local
234 maxMergeGain = findMaxMerge(mergeGainLookUp, sectionInfo, maxSfb, &maxNdx);
241 maxNdxNext = maxNdx + sectionInfo[maxNdx].sfbCnt;
243 sectionInfo[maxNdx].sfbCnt = sectionInfo[maxNdx].sfbCnt + sectionInfo[maxNdxNext].sfbCnt;
244 sectionInfo[maxNdx].sectionBits = sectionInfo[maxNdx]
110 findMaxMerge(const Word16 mergeGainLookUp[MAX_SFB_LONG], const SECTION_INFO *sectionInfo, const Word16 maxSfb, Word16 *maxNdx) argument
[all...]

Completed in 79 milliseconds