HomeSort by relevance Sort by last modified time
    Searched full:sectioninfo (Results 1 - 18 of 18) sorted by null

  /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]);
  /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,
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 49 public static class SectionInfo {
89 public SectionInfo sectionInfo;
104 public static AdapterItem asSectionBreak(int pos, SectionInfo section) {
108 item.sectionInfo = section;
113 public static AdapterItem asPredictedApp(int pos, SectionInfo section, String sectionName,
120 public static AdapterItem asApp(int pos, SectionInfo section, String sectionName,
125 item.sectionInfo = section;
138 boolean continueMerging(SectionInfo section, SectionInfo withSection
    [all...]
AllAppsGridAdapter.java 149 AlphabeticalAppsList.SectionInfo sectionInfo = item.sectionInfo;
153 for (int j = item.sectionAppIndex; j < sectionInfo.numApps; j++, pos++) {
156 if (nextItem.sectionInfo != sectionInfo) {
208 i += (sectionInfo.numApps - item.sectionAppIndex);
AllAppsContainerView.java 75 public boolean continueMerging(AlphabeticalAppsList.SectionInfo section,
76 AlphabeticalAppsList.SectionInfo withSection,
107 public boolean continueMerging(AlphabeticalAppsList.SectionInfo section,
108 AlphabeticalAppsList.SectionInfo withSection,
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 257 EHFrameRelatedSections &SectionInfo = UnregisteredEHFrameSections[i];
258 if (SectionInfo.EHFrameSID == RTDYLD_INVALID_SECTION_ID ||
259 SectionInfo.TextSID == RTDYLD_INVALID_SECTION_ID)
261 SectionEntry *Text = &Sections[SectionInfo.TextSID];
262 SectionEntry *EHFrame = &Sections[SectionInfo.EHFrameSID];
264 if (SectionInfo.ExceptTabSID != RTDYLD_INVALID_SECTION_ID)
265 ExceptTab = &Sections[SectionInfo.ExceptTabSID];
RuntimeDyldChecker.cpp 788 const SectionAddressInfo *SectionInfo = nullptr;
791 std::tie(SectionInfo, ErrorMsg) =
797 unsigned SectionID = SectionInfo->SectionID;
813 const SectionAddressInfo *SectionInfo = nullptr;
816 std::tie(SectionInfo, ErrorMsg) =
822 unsigned SectionID = SectionInfo->SectionID;
823 const StubOffsetsMap &SymbolStubs = SectionInfo->StubOffsets;
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 59 SECTION_INFO sectionInfo[MAX_SECTIONS];
  /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;
  /external/clang/lib/Sema/
SemaAttr.cpp 369 ASTContext::SectionInfo(Decl, SourceLocation(), SectionFlags);
406 ASTContext::SectionInfo(nullptr, PragmaSectionLocation, SectionFlags);
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/libxml2/test/relaxng/
docbook.rng     [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 349 milliseconds