Searched refs:tableIndex (Results 1 – 9 of 9) sorted by relevance
/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 | 45 int tableIndex; in RenameFont() local 48 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) { in RenameFont() 56 if (tableIndex == numTables) { in RenameFont() 114 …y = reinterpret_cast<SkSFNTHeader::TableDirectoryEntry*>(data + sizeof(SkSFNTHeader)) + tableIndex; in RenameFont()
|
/external/aac/libAACdec/src/ |
D | block.h | 246 UINT tableIndex = (x & 0x0FFF) >> 4 ; in EvaluatePower43() local 251 UINT r0=(LONG)InverseQuantTable [tableIndex+0]; in EvaluatePower43() 252 UINT r1=(LONG)InverseQuantTable [tableIndex+1]; in EvaluatePower43()
|
D | block.cpp | 407 UINT tableIndex = x >> 24; in InverseQuantizeBand() local 410 UINT r0=(UINT)(LONG)InverseQuantTabler[tableIndex+0]; in InverseQuantizeBand() 411 UINT r1=(UINT)(LONG)InverseQuantTabler[tableIndex+1]; in InverseQuantizeBand()
|
/external/skia/src/core/ |
D | SkColorSpace_ICC.cpp | 869 for (size_t tableIndex = 1; tableIndex < numTables; ++tableIndex) { in load_lut_gammas() local 870 if (0 != memcmp(src, src + readBytesPerChannel * tableIndex, readBytesPerChannel)) { in load_lut_gammas() 894 for (size_t tableIndex = 0; tableIndex < numTablesToUse; ++tableIndex) { in load_lut_gammas() local 895 const uint8_t* ptr = src + readBytesPerChannel * tableIndex; in load_lut_gammas() 896 const size_t offset = sizeof(SkGammas) + tableIndex * writeBytesPerChannel; in load_lut_gammas() 912 for (size_t tableIndex = 0; tableIndex < numTables; ++tableIndex) { in load_lut_gammas() local 913 (*gammas)->fType[tableIndex] = SkGammas::Type::kTable_Type; in load_lut_gammas() 914 (*gammas)->fData[tableIndex].fTable.fOffset = tableOffset; in load_lut_gammas() 915 (*gammas)->fData[tableIndex].fTable.fSize = entriesPerTable; in load_lut_gammas()
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1633 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1634 size_t tableSize = this->getTableSize(tableTags[tableIndex]); in onOpenStream() 1667 for (int tableIndex = 0; tableIndex < numTables; ++tableIndex) { in onOpenStream() local 1668 size_t tableSize = tableSizes[tableIndex]; in onOpenStream() 1669 this->getTableData(tableTags[tableIndex], 0, tableSize, dataPtr); in onOpenStream() 1670 entry->tag = SkEndian_SwapBE32(tableTags[tableIndex]); in onOpenStream()
|
D | SkFontHost_FreeType.cpp | 1585 for (FT_ULong tableIndex = 0; tableIndex < tableCount; ++tableIndex) { in onGetTableTags() local 1588 error = FT_Sfnt_Table_Info(face, tableIndex, &tableTag, &tablelength); in onGetTableTags() 1592 tags[tableIndex] = static_cast<SkFontTableTag>(tableTag); in onGetTableTags()
|