HomeSort by relevance Sort by last modified time
    Searched defs:sectionInfo (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 59 SECTION_INFO sectionInfo[MAX_SECTIONS];
  /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...]
  /external/aac/libAACdec/src/
aacdec_hcr_types.h 356 HCR_SECTION_INFO sectionInfo;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 202 AlphabeticalAppsList.SectionInfo sectionInfo = item.sectionInfo;
206 for (int j = item.sectionAppIndex; j < sectionInfo.numApps; j++, pos++) {
209 if (nextItem.sectionInfo != sectionInfo) {
260 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;
178 boolean continueMerging(SectionInfo section, SectionInfo withSection
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 259 milliseconds