/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core_c.c | 35 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac, intPart; in WebRtcNsx_SpeechNoiseProb() local 99 tableIndex = (int16_t)(tmp32no1 >> 14); in WebRtcNsx_SpeechNoiseProb() 100 if ((tableIndex < 16) && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb() 101 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 131 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb() 132 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb() 133 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 134 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 178 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb() [all …]
|
D | nsx_core_mips.c | 34 int16_t tmp16, tmp16no1, tmp16no2, tmpIndFX, tableIndex, frac; in WebRtcNsx_SpeechNoiseProb() local 134 tableIndex = (int16_t)(tmp32no1 >> 14); in WebRtcNsx_SpeechNoiseProb() 135 if ((tableIndex < 16) && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb() 136 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 137 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 166 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb() 167 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb() 168 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 169 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb() 213 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb() [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableMap.java | 62 int tableIndex = Hashing.smear(key.hashCode()) & mask; in RegularImmutableMap() local 63 @Nullable ImmutableMapEntry<K, V> existing = table[tableIndex]; in RegularImmutableMap() 68 table[tableIndex] = newEntry; in RegularImmutableMap() 89 int tableIndex = Hashing.smear(key.hashCode()) & mask; in RegularImmutableMap() local 90 @Nullable ImmutableMapEntry<K, V> existing = table[tableIndex]; in RegularImmutableMap() 95 table[tableIndex] = newEntry; in RegularImmutableMap()
|
/external/skia/src/sfnt/ |
D | SkOTUtils.cpp | 48 int tableIndex; in RenameFont() local 51 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) { in RenameFont() 59 if (tableIndex == numTables) { in RenameFont() 117 …y = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)) + tableIndex; in RenameFont()
|
/external/skqp/src/sfnt/ |
D | SkOTUtils.cpp | 48 int tableIndex; in RenameFont() local 51 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) { in RenameFont() 59 if (tableIndex == numTables) { in RenameFont() 117 …y = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)) + tableIndex; in RenameFont()
|
/external/aac/libAACdec/src/ |
D | block.h | 258 UINT tableIndex = (x & 0x0FFF) >> 4; in EvaluatePower43() local 263 UINT r0 = (LONG)InverseQuantTable[tableIndex + 0]; in EvaluatePower43() 264 UINT r1 = (LONG)InverseQuantTable[tableIndex + 1]; in EvaluatePower43()
|
D | block.cpp | 453 UINT tableIndex = x >> 24; in InverseQuantizeBand() local 456 UINT r0 = (UINT)(LONG)InverseQuantTabler[tableIndex + 0]; in InverseQuantizeBand() 457 UINT r1 = (UINT)(LONG)InverseQuantTabler[tableIndex + 1]; in InverseQuantizeBand()
|
/external/skqp/src/ports/ |
D | SkFontHost_mac.cpp | 1805 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1806 if (CFFTag == tableTags[tableIndex] || CFF2Tag == tableTags[tableIndex]) { in onOpenStream() 1823 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1824 if (TYPE1Tag == tableTags[tableIndex] || CIDTag == tableTags[tableIndex]) { in onOpenStream() 1836 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1837 size_t tableSize = this->getTableSize(tableTags[tableIndex]); in onOpenStream() 1870 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1871 size_t tableSize = tableSizes[tableIndex]; in onOpenStream() 1872 this->getTableData(tableTags[tableIndex], 0, tableSize, dataPtr); in onOpenStream() 1873 entry->tag = SkEndian_SwapBE32(tableTags[tableIndex]); in onOpenStream()
|
D | SkFontHost_FreeType.cpp | 1731 for (FT_ULong tableIndex = 0; tableIndex < tableCount; ++tableIndex) { in onGetTableTags() local 1734 error = FT_Sfnt_Table_Info(face, tableIndex, &tableTag, &tablelength); in onGetTableTags() 1738 tags[tableIndex] = static_cast<SkFontTableTag>(tableTag); in onGetTableTags()
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1806 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1807 if (CFFTag == tableTags[tableIndex] || CFF2Tag == tableTags[tableIndex]) { in onOpenStream() 1824 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1825 if (TYPE1Tag == tableTags[tableIndex] || CIDTag == tableTags[tableIndex]) { in onOpenStream() 1837 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1838 size_t tableSize = this->getTableSize(tableTags[tableIndex]); in onOpenStream() 1871 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1872 size_t tableSize = tableSizes[tableIndex]; in onOpenStream() 1873 this->getTableData(tableTags[tableIndex], 0, tableSize, dataPtr); in onOpenStream() 1874 entry->tag = SkEndian_SwapBE32(tableTags[tableIndex]); in onOpenStream()
|
D | SkFontHost_FreeType.cpp | 1731 for (FT_ULong tableIndex = 0; tableIndex < tableCount; ++tableIndex) { in onGetTableTags() local 1734 error = FT_Sfnt_Table_Info(face, tableIndex, &tableTag, &tablelength); in onGetTableTags() 1738 tags[tableIndex] = static_cast<SkFontTableTag>(tableTag); in onGetTableTags()
|
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
D | fusiontables_v1_messages.py | 69 tableIndex = _messages.IntegerField(2, variant=_messages.Variant.INT32) variable in Column.BaseColumnValue
|