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

1 2 3 4 5

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_c.c 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart;
99 tableIndex = (int16_t)(tmp32no1 >> 14);
100 if ((tableIndex < 16) && (tableIndex >= 0)) {
101 tmp16no2 = kIndicatorTable[tableIndex];
102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
131 tableIndex = (int16_t)(tmpU32no1 >> 14);
132 if (tableIndex < 16) {
133 tmp16no2 = kIndicatorTable[tableIndex];
    [all...]
nsx_core_mips.c 34 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac;
134 tableIndex = (int16_t)(tmp32no1 >> 14);
135 if ((tableIndex < 16) && (tableIndex >= 0)) {
136 tmp16no2 = kIndicatorTable[tableIndex];
137 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
166 tableIndex = (int16_t)(tmpU32no1 >> 14);
167 if (tableIndex < 16) {
168 tmp16no2 = kIndicatorTable[tableIndex];
    [all...]
  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 53 virtual TaskGeneric* parseGeneric(const tinyxml2::XMLElement& elem, int tableIndex);
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java 62 int tableIndex = Hashing.smear(key.hashCode()) & mask;
63 @Nullable ImmutableMapEntry<K, V> existing = table[tableIndex];
68 table[tableIndex] = newEntry;
89 int tableIndex = Hashing.smear(key.hashCode()) & mask;
90 @Nullable ImmutableMapEntry<K, V> existing = table[tableIndex];
95 table[tableIndex] = newEntry;
  /external/skia/src/sfnt/
SkOTUtils.cpp 45 int tableIndex;
48 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) {
56 if (tableIndex == numTables) {
114 SkSFNTHeader::TableDirectoryEntry* nameTableEntry = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)) + tableIndex;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
trie_map.cpp 222 bool TrieMap::freeTable(const int tableIndex, const int entryCount) {
223 if (!writeField0(readEmptyTableLink(entryCount), tableIndex)) {
226 return writeEmptyTableLink(tableIndex, entryCount);
234 const int tableIndex = readEmptyTableLink(entryCount);
235 if (tableIndex > 0) {
236 if (!writeEmptyTableLink(readField0(tableIndex), entryCount)) {
240 return tableIndex;
399 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex, const int label) {
409 if (!copyEntry(tableIndex + i, newTableIndex + i + (i >= newEntryIndexInTable ? 1 : 0))) {
422 return freeTable(tableIndex, entryCount)
    [all...]
trie_map.h 57 TableIterationState(const int tableSize, const int tableIndex)
58 : mTableSize(tableSize), mTableIndex(tableIndex), mCurrentIndex(0) {}
302 bool freeTable(const int tableIndex, const int entryCount);
314 const int tableIndex, const uint32_t bitmap, const int bitmapEntryIndex,
364 AK_FORCE_INLINE bool writeEmptyTableLink(const int tableIndex, const int entryCount) {
365 return mBuffer.writeUint(tableIndex, FIELD1_SIZE, (entryCount - 1) * FIELD1_SIZE);
  /external/aac/libAACdec/src/
block.h 246 UINT tableIndex = (x & 0x0FFF) >> 4 ;
251 UINT r0=(LONG)InverseQuantTable [tableIndex+0];
252 UINT r1=(LONG)InverseQuantTable [tableIndex+1];
block.cpp 407 UINT tableIndex = x >> 24;
410 UINT r0=(UINT)(LONG)InverseQuantTabler[tableIndex+0];
411 UINT r1=(UINT)(LONG)InverseQuantTabler[tableIndex+1];
  /cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp 105 TaskGeneric* ModelBuilder::parseGeneric(const XMLElement& self, int tableIndex)
107 TaskGeneric::TaskType typeSelf(mParsingTable[tableIndex].type);
108 int Nchildren = mParsingTable[tableIndex].Nchildren;
118 const ModelBuilder::ChildInfo* childTable = mParsingTable[tableIndex].allowedChildren;
  /frameworks/av/media/libstagefright/
AACWriter.cpp 195 static bool getSampleRateTableIndex(int sampleRate, uint8_t* tableIndex) {
203 *tableIndex = 0;
208 *tableIndex = index;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmSmsTest.java 419 int[] tableIndex = sExtendedTableIndexes[language];
420 int numSeptets = tableIndex.length * 2; // two septets per extended char
425 for (int v : tableIndex) {
470 int[] tableIndex = sExtendedTableIndexes[language];
471 int numChars = 128 - tableIndex.length;
484 if (tableOffset < tableIndex.length && tableIndex[tableOffset] == c) {
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp 89 static bool GetSampleRateIndex(int32_t sampleRate, size_t *tableIndex) {
97 *tableIndex = 0;
100 *tableIndex = index;
  /external/skia/src/core/
SkColorSpace_ICC.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
SkFontHost_FreeType.cpp     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 

Completed in 734 milliseconds

1 2 3 4 5