OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionInfo
(Results
1 - 7
of
7
) sorted by null
/hardware/ti/omap3/dspbridge/inc/
getsection.h
73
*
sectionInfo
Address of a section info structure pointer to be initialized
85
const
sectionInfo
);
93
*
sectionInfo
Address of a section info structure pointer to be initialized
106
const
sectionInfo
);
127
*
sectionInfo
Pointer to a section info structure for the desired section
138
const struct LDR_SECTION_INFO *
sectionInfo
,
/frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c
41
SECTION_INFO *
sectionInfo
)
48
sectionInfo
[i].sfbCnt = 1;
49
sectionInfo
[i].sfbStart = i;
50
sectionInfo
[i].sectionBits = INVALID_BITCOUNT;
51
sectionInfo
[i].codeBook = -1;
108
const SECTION_INFO *
sectionInfo
,
114
for (i=0; i+
sectionInfo
[i].sfbCnt < maxSfb; i +=
sectionInfo
[i].sfbCnt) {
127
CalcMergeGain(const SECTION_INFO *
sectionInfo
,
140
SplitBits =
sectionInfo
[ndx1].sectionBits + sectionInfo[ndx2].sectionBits
[
all
...]
bitenc.c
52
psectioninfo = &(sectionData->
sectionInfo
[i]);
159
WriteBits(hBitStream,sectionData->
sectionInfo
[i].codeBook,4);
160
sectLen = sectionData->
sectionInfo
[i].sfbCnt;
191
psectioninfo = &(sectionData->
sectionInfo
[i]);
/external/aac/libAACdec/src/
aacdec_hcr.cpp
498
pHcr->
sectionInfo
.pNumExtendedSortedCodewordInSection,
499
pHcr->
sectionInfo
.numExtendedSortedCodewordInSectionIdx,
500
pHcr->
sectionInfo
.pNumExtendedSortedSectionsInSets,
501
pHcr->
sectionInfo
.numExtendedSortedSectionsInSetsIdx);
504
pTmp1 = pHcr->
sectionInfo
.numExtendedSortedCodewordInSectionIdx;
505
pTmp2 = pHcr->
sectionInfo
.extendedSortedCodebookIdx;
506
pTmp3 = pHcr->
sectionInfo
.numExtendedSortedSectionsInSetsIdx;
509
pTmp5 = pHcr->
sectionInfo
.maxLenOfCbInExtSrtSecIdx;
526
pHcr->
sectionInfo
.numExtendedSortedCodewordInSectionIdx = pTmp1;
527
pHcr->
sectionInfo
.extendedSortedCodebookIdx = pTmp2
[
all
...]
aacdec_hcrs.cpp
164
numCodeword = pHcr->
sectionInfo
.numCodeword;
396
USHORT *pNumExtendedSortedCodewordInSection = pHcr->
sectionInfo
.pNumExtendedSortedCodewordInSection;
397
int numExtendedSortedCodewordInSectionIdx = pHcr->
sectionInfo
.numExtendedSortedCodewordInSectionIdx;
398
UCHAR *pExtendedSortedCodebook = pHcr->
sectionInfo
.pExtendedSortedCodebook;
399
int extendedSortedCodebookIdx = pHcr->
sectionInfo
.extendedSortedCodebookIdx;
400
USHORT *pNumExtendedSortedSectionsInSets = pHcr->
sectionInfo
.pNumExtendedSortedSectionsInSets;
401
int numExtendedSortedSectionsInSetsIdx = pHcr->
sectionInfo
.numExtendedSortedSectionsInSetsIdx;
441
pHcr->
sectionInfo
.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
442
pHcr->
sectionInfo
.extendedSortedCodebookIdx = extendedSortedCodebookIdx;
443
pHcr->
sectionInfo
.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx
[
all
...]
aacdec_hcr_types.h
356
HCR_SECTION_INFO
sectionInfo
;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h
59
SECTION_INFO
sectionInfo
[MAX_SECTIONS];
Completed in 121 milliseconds