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

1 2 3

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 278 noiselessCounter(SECTION_DATA *sectionData,
309 sectionData->noOfSections = 0;
310 sectionData->huffmanBits = 0;
311 sectionData->sideInfoBits = 0;
314 if (sectionData->maxSfbPerGroup == 0)
320 for (grpNdx=0; grpNdx<sectionData->sfbCnt; grpNdx+=sectionData->sfbPerGroup) {
322 sectionInfo = sectionData->sectionInfo + sectionData->noOfSections;
325 sectionData->maxSfbPerGroup
    [all...]
bitenc.c 43 SECTION_DATA *sectionData,
52 for(i=0; i<sectionData->noOfSections; i++) {
53 psectioninfo = &(sectionData->sectionInfo[i]);
97 SECTION_DATA *sectionData,
109 WriteBits(hBitStream,sectionData->maxSfbPerGroup,6);
116 WriteBits(hBitStream,sectionData->maxSfbPerGroup,4);
134 static Word32 encodeSectionData(SECTION_DATA *sectionData,
144 switch(sectionData->blockType)
159 for(i=0;i<sectionData->noOfSections;i++) {
160 WriteBits(hBitStream,sectionData->sectionInfo[i].codeBook,4)
    [all...]
qc_main.c 359 &qcOutChannel[ch].sectionData);
  /external/aac/libAACenc/src/
dyn_bits.cpp 390 SECTION_DATA* const RESTRICT sectionData,
419 sectionData->noOfSections = 0;
420 sectionData->huffmanBits = 0;
421 sectionData->sideInfoBits = 0;
424 if (sectionData->maxSfbPerGroup == 0)
428 for (grpNdx = 0; grpNdx < sectionData->sfbCnt; grpNdx += sectionData->sfbPerGroup)
430 huffsection = sectionData->huffsection + sectionData->noOfSections;
434 sectionData->maxSfbPerGroup
    [all...]
bitenc.cpp 117 SECTION_DATA *sectionData,
124 for(i=0;i<sectionData->noOfSections;i++)
126 if(sectionData->huffsection[i].codeBook != CODE_BOOK_PNS_NO)
129 INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt;
130 for(sfb=sectionData->huffsection[i].sfbStart; sfb<tmp; sfb++)
134 sectionData->huffsection[i].codeBook,
235 static INT FDKaacEnc_encodeSectionData(SECTION_DATA *sectionData,
246 switch(sectionData->blockType)
261 for(i=0;i<sectionData->noOfSections;i++
    [all...]
dyn_bits.h 160 SECTION_DATA* const RESTRICT sectionData,
qc_main.cpp     [all...]
qc_data.h 171 SECTION_DATA sectionData;
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 80 SECTION_DATA *sectionData);
qc_data.h 86 SECTION_DATA sectionData;
  /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);
  /external/dexmaker/lib/
libcore-dex-2.jar 
  /prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar 
  /prebuilts/go/darwin-x86/src/debug/elf/
file.go 1053 // sectionData gets the data for s, checks its size, and
1055 sectionData := func(i int, s *Section) ([]byte, error) {
1113 b, err := sectionData(i, s)
1128 b, err := sectionData(i, s)
  /prebuilts/go/linux-x86/src/debug/elf/
file.go 1053 // sectionData gets the data for s, checks its size, and
1055 sectionData := func(i int, s *Section) ([]byte, error) {
1113 b, err := sectionData(i, s)
1128 b, err := sectionData(i, s)
  /packages/apps/TV/libs/
exoplayer.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0/
builder-2.2.0.jar 

Completed in 784 milliseconds

1 2 3