OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionInfo
(Results
1 - 9
of
9
) 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
40
SECTION_INFO *
sectionInfo
)
47
sectionInfo
[i].sfbCnt = 1;
48
sectionInfo
[i].sfbStart = i;
49
sectionInfo
[i].sectionBits = INVALID_BITCOUNT;
50
sectionInfo
[i].codeBook = -1;
107
const SECTION_INFO *
sectionInfo
,
113
for (i=0; i+
sectionInfo
[i].sfbCnt < maxSfb; i +=
sectionInfo
[i].sfbCnt) {
126
CalcMergeGain(const SECTION_INFO *
sectionInfo
,
139
SplitBits =
sectionInfo
[ndx1].sectionBits + sectionInfo[ndx2].sectionBits
[
all
...]
bitenc.c
53
psectioninfo = &(sectionData->
sectionInfo
[i]);
160
WriteBits(hBitStream,sectionData->
sectionInfo
[i].codeBook,4);
161
sectLen = sectionData->
sectionInfo
[i].sfbCnt;
192
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];
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java
248
AlphabeticalAppsList.
SectionInfo
sectionInfo
= item.
sectionInfo
;
252
for (int j = item.sectionAppIndex; j <
sectionInfo
.numApps; j++, pos++) {
255
if (nextItem.
sectionInfo
!=
sectionInfo
) {
307
i += (
sectionInfo
.numApps - item.sectionAppIndex);
AlphabeticalAppsList.java
54
public static class
SectionInfo
{
92
public
SectionInfo
sectionInfo
;
109
public static AdapterItem asSectionBreak(int pos,
SectionInfo
section) {
113
item.
sectionInfo
= section;
118
public static AdapterItem asPredictedApp(int pos,
SectionInfo
section, String sectionName,
125
public static AdapterItem asApp(int pos,
SectionInfo
section, String sectionName,
130
item.
sectionInfo
= section;
164
boolean continueMerging(
SectionInfo
section,
SectionInfo
withSection
[
all
...]
Completed in 101 milliseconds