OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sideInfoTab
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c
129
const Word16 *
sideInfoTab
,
142
MergeBits =
sideInfoTab
[sectionInfo[ndx1].sfbCnt + sectionInfo[ndx2].sfbCnt] +
178
const Word16 *
sideInfoTab
)
198
sectionInfo_s->sectionBits +=
sideInfoTab
[sectionInfo_s->sfbCnt];
216
const Word16 *
sideInfoTab
)
223
sideInfoTab
,
252
sideInfoTab
,
264
sideInfoTab
,
284
const Word16 *
sideInfoTab
= NULL;
295
sideInfoTab
= sideInfoTabLong
[
all
...]
/external/aac/libAACenc/src/
dyn_bits.cpp
102
const SHORT* const
sideInfoTab
,
112
sideInfoBits =
sideInfoTab
[huffsection->sfbCnt];
221
const SHORT* const
sideInfoTab
,
229
MergeBits =
sideInfoTab
[huffsection[ndx1].sfbCnt + huffsection[ndx2].sfbCnt] + FDKaacEnc_findMinMergeBits(bitLookUp[ndx1], bitLookUp[ndx2], useVCB11);
285
const SHORT* const
sideInfoTab
,
308
huffsection[mergeStart].sectionBits += FDKaacEnc_getSideInfoBits(&huffsection[mergeStart],
sideInfoTab
, useVCB11);
326
const SHORT* const
sideInfoTab
,
336
sideInfoTab
,
367
sideInfoTab
,
380
sideInfoTab
,
[
all
...]
Completed in 1000 milliseconds