HomeSort by relevance Sort by last modified time
    Searched refs:sectionData (Results 1 - 10 of 10) sorted by null

  /external/aac/libAACenc/src/
dyn_bits.cpp 344 SECTION_DATA* const RESTRICT sectionData, INT mergeGainLookUp[MAX_SFB_LONG],
366 sectionData->noOfSections = 0;
367 sectionData->huffmanBits = 0;
368 sectionData->sideInfoBits = 0;
370 if (sectionData->maxSfbPerGroup == 0) return;
373 for (grpNdx = 0; grpNdx < sectionData->sfbCnt;
374 grpNdx += sectionData->sfbPerGroup) {
375 huffsection = sectionData->huffsection + sectionData->noOfSections;
378 FDKaacEnc_buildBitLookUp(quantSpectrum, sectionData->maxSfbPerGroup
    [all...]
bitenc.cpp 128 SECTION_DATA *sectionData,
134 for (i = 0; i < sectionData->noOfSections; i++) {
135 if (sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO) {
137 INT tmp = sectionData->huffsection[i].sfbStart +
138 sectionData->huffsection[i].sfbCnt;
139 for (sfb = sectionData->huffsection[i].sfbStart; sfb < tmp; sfb++) {
142 sectionData->huffsection[i].codeBook, hBitStream);
239 static INT FDKaacEnc_encodeSectionData(SECTION_DATA *sectionData,
249 switch (sectionData->blockType) {
263 for (i = 0; i < sectionData->noOfSections; i++)
    [all...]
dyn_bits.h 156 SECTION_DATA* const RESTRICT sectionData,
qc_main.cpp     [all...]
qc_data.h 185 SECTION_DATA sectionData;
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
coff2yaml.cpp 119 ArrayRef<uint8_t> sectionData;
125 Obj.getSectionContents(COFFSection, sectionData);
127 BinaryStreamReader Reader(sectionData, support::little);
166 ArrayRef<uint8_t> sectionData;
168 Obj.getSectionContents(COFFSection, sectionData);
169 NewYAMLSection.SectionData = yaml::BinaryRef(sectionData);
172 NewYAMLSection.DebugS = CodeViewYAML::fromDebugS(sectionData, SC);
174 NewYAMLSection.DebugT = CodeViewYAML::fromDebugT(sectionData,
177 NewYAMLSection.DebugP = CodeViewYAML::fromDebugT(sectionData,
    [all...]
  /dalvik/dx/src/com/android/dex/
Dex.java 176 ByteBuffer sectionData = data.duplicate();
177 sectionData.order(ByteOrder.LITTLE_ENDIAN); // necessary?
178 sectionData.position(position);
179 sectionData.limit(data.capacity());
180 return new Section("section", sectionData);
188 ByteBuffer sectionData = data.duplicate();
189 sectionData.order(ByteOrder.LITTLE_ENDIAN); // necessary?
190 sectionData.position(nextSectionStart);
191 sectionData.limit(limit);
192 Section result = new Section(name, sectionData);
    [all...]
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 114 ArrayRef<uint8_t> sectionData;
116 Obj.getSectionContents(COFFSection, sectionData);
117 NewYAMLSection.SectionData = yaml::BinaryRef(sectionData);
  /frameworks/base/cmds/incidentd/src/
PrivacyFilter.cpp 353 FdBuffer sectionData;
354 err = sectionData.write(reader, sectionSize);
362 err = filter.writeData(sectionData, bufferLevel, nullptr);
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 297 milliseconds