/external/webrtc/modules/audio_processing/agc/legacy/ |
D | analog_agc.cc | 165 RTC_DCHECK_GT(stt->maxLevel, stt->maxAnalog); in WebRtcAgc_AddMic() 170 tmp16 = (int16_t)(stt->maxLevel - stt->maxAnalog); in WebRtcAgc_AddMic() 600 tmp32 = ((stt->maxLevel - stt->minLevel) * 51) >> 9; in WebRtcAgc_ProcessAnalog() 618 tmp32 = ((stt->maxLevel - stt->minLevel) * 51) >> 9; in WebRtcAgc_ProcessAnalog() 635 if (inMicLevelTmp > stt->maxLevel) { in WebRtcAgc_ProcessAnalog() 637 stt->maxLevel = inMicLevelTmp; in WebRtcAgc_ProcessAnalog() 766 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog() 767 stt->maxLevel = WEBRTC_SPL_MAX(stt->maxLevel, stt->maxAnalog); in WebRtcAgc_ProcessAnalog() 800 stt->maxLevel = (15 * stt->maxLevel + stt->micVol) / 16; in WebRtcAgc_ProcessAnalog() 801 stt->maxLevel = WEBRTC_SPL_MAX(stt->maxLevel, stt->maxAnalog); in WebRtcAgc_ProcessAnalog() [all …]
|
D | gain_control.h | 247 int32_t maxLevel,
|
D | analog_agc.h | 100 int32_t maxLevel; // Max possible vol level, incl dig gain member
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | BidiLine.java | 364 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) { in reorderLine() argument 367 if (maxLevel<=(minLevel|1)) { in reorderLine() 392 while (--maxLevel >= minLevel) { in reorderLine() 399 while (firstRun < runCount && levels[runs[firstRun].start] < maxLevel) { in reorderLine() 408 levels[runs[limitRun].start]>=maxLevel; ) {} in reorderLine() 531 byte maxLevel=0; in getRuns() 559 if (level > maxLevel) { in getRuns() 560 maxLevel = level; in getRuns() 585 reorderLine(bidi, minLevel, maxLevel); in getRuns() 634 byte level, minLevel, maxLevel; in prepareReorder() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | BidiLine.java | 363 private static void reorderLine(Bidi bidi, byte minLevel, byte maxLevel) { in reorderLine() argument 366 if (maxLevel<=(minLevel|1)) { in reorderLine() 391 while (--maxLevel >= minLevel) { in reorderLine() 398 while (firstRun < runCount && levels[runs[firstRun].start] < maxLevel) { in reorderLine() 407 levels[runs[limitRun].start]>=maxLevel; ) {} in reorderLine() 530 byte maxLevel=0; in getRuns() 558 if (level > maxLevel) { in getRuns() 559 maxLevel = level; in getRuns() 584 reorderLine(bidi, minLevel, maxLevel); in getRuns() 633 byte level, minLevel, maxLevel; in prepareReorder() [all …]
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2RegionCoverer.java | 74 private int maxLevel; field in S2RegionCoverer 141 maxLevel = S2CellId.MAX_LEVEL; in S2RegionCoverer() 176 public void setMaxLevel(int maxLevel) { in setMaxLevel() argument 178 this.maxLevel = Math.max(0, Math.min(S2CellId.MAX_LEVEL, maxLevel)); in setMaxLevel() 185 public int maxLevel() { in maxLevel() method in S2RegionCoverer 186 return maxLevel; in maxLevel() 336 } else if (cell.level() + levelMod > maxLevel) { in newCandidate() 340 if (cell.level() + levelMod > maxLevel || region.contains(cell)) { in newCandidate() 448 Math.min(maxLevel(), S2CellId.MAX_LEVEL - 1)); in getInitialCandidates()
|
/external/skia/bench/ |
D | PictureNestingBench.cpp | 19 PictureNesting(const char* name, int maxLevel, int maxPictureLevel) in PictureNesting() argument 20 : fMaxLevel(maxLevel) in PictureNesting() 110 PictureNestingRecording(int maxLevel, int maxPictureLevel) in PictureNestingRecording() argument 111 : INHERITED("recording", maxLevel, maxPictureLevel) { in PictureNestingRecording() 137 PictureNestingPlayback(int maxLevel, int maxPictureLevel) in PictureNestingPlayback() argument 138 : INHERITED("playback", maxLevel, maxPictureLevel) { in PictureNestingPlayback()
|
/external/icu/icu4c/source/common/ |
D | ubidiln.cpp | 437 reorderLine(UBiDi *pBiDi, UBiDiLevel minLevel, UBiDiLevel maxLevel) { in reorderLine() argument 443 if(maxLevel<=(minLevel|1)) { in reorderLine() 463 while(--maxLevel>=minLevel) { in reorderLine() 470 while(firstRun<runCount && levels[runs[firstRun].logicalStart]<maxLevel) { in reorderLine() 478 … for(limitRun=firstRun; ++limitRun<runCount && levels[runs[limitRun].logicalStart]>=maxLevel;) {} in reorderLine() 600 UBiDiLevel minLevel=UBIDI_MAX_EXPLICIT_LEVEL+1, maxLevel=0; in ubidi_getRuns() local 631 if(level>maxLevel) { in ubidi_getRuns() 632 maxLevel=level; in ubidi_getRuns() 660 reorderLine(pBiDi, minLevel, maxLevel); in ubidi_getRuns() 714 UBiDiLevel level, minLevel, maxLevel; in prepareReorder() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureMipmapTests.cpp | 1027 refParams.maxLevel = deLog2Floor32(de::max(m_texWidth, m_texHeight)); in iterate() 1046 …reBinding(0)->updateTextureViewMipLevels(refParams.baseLevel, refParams.maxLevel, refParams.imageV… in iterate() 1206 …const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(m_testParam.minFilterName) ^ 0x82cfa4e) … in getMaxLevel() local 1208 return maxLevel; in getMaxLevel() 1213 params.maxLevel = getMaxLevel(cellNdx); in getReferenceParams() 1305 refParams.maxLevel = deLog2Floor32(m_texSize); in iterate() 1324 …reBinding(0)->updateTextureViewMipLevels(refParams.baseLevel, refParams.maxLevel, refParams.imageV… in iterate() 1479 …const int maxLevel = (deInt32Hash(cellNdx) ^ deStringHash(m_testParam.minFilterName) ^ 0x974e21) %… in getMaxLevel() local 1481 return maxLevel; in getMaxLevel() 1486 params.maxLevel = getMaxLevel(cellNdx); in getReferenceParams() [all …]
|
D | vktTextureFilteringAnisotropyTests.cpp | 95 m_refParams.maxLevel = deLog2Floor32(ANISOTROPY_TEST_RESOLUTION); in FilteringAnisotropyInstance() 97 m_refParams.maxLod = static_cast<float>(m_refParams.maxLevel); in FilteringAnisotropyInstance() 100 m_refParams.maxLevel = 0; in FilteringAnisotropyInstance() 118 for (int levelNdx = 0; levelNdx < m_refParams.maxLevel + 1; levelNdx++) in iterate()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 844 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid() local 846 DE_ASSERT(minLevel <= maxLevel); in isTexCompareResultValid() 848 for (int level = minLevel; level <= maxLevel; level++) in isTexCompareResultValid() 862 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isTexCompareResultValid() local 864 DE_ASSERT(minLevel <= maxLevel); in isTexCompareResultValid() 866 for (int level = minLevel; level <= maxLevel; level++) in isTexCompareResultValid() 1443 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isTexCompareResultValid() local 1445 DE_ASSERT(minLevel <= maxLevel); in isTexCompareResultValid() 1447 for (int level = minLevel; level <= maxLevel; level++) in isTexCompareResultValid() 1461 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isTexCompareResultValid() local [all …]
|
D | tcuTexLookupVerifier.cpp | 1416 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local 1418 DE_ASSERT(minLevel <= maxLevel); in isLookupResultValid() 1420 for (int level = minLevel; level <= maxLevel; level++) in isLookupResultValid() 1434 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isLookupResultValid() local 1436 DE_ASSERT(minLevel <= maxLevel); in isLookupResultValid() 1438 for (int level = minLevel; level <= maxLevel; level++) in isLookupResultValid() 1481 const int maxLevel = de::clamp((int)deFloatFloor(maxLod), minTexLevel, maxTexLevel-1); in isLookupResultValid() local 1483 DE_ASSERT(minLevel <= maxLevel); in isLookupResultValid() 1485 for (int level = minLevel; level <= maxLevel; level++) in isLookupResultValid() 1499 const int maxLevel = de::clamp((int)deFloatFloor(maxLod + 0.5f), minTexLevel, maxTexLevel); in isLookupResultValid() local [all …]
|
D | tcuTexture.cpp | 2511 int maxLevel = (int)numLevels-1; in sampleLevelArray1DOffset() local 2512 int level = deClamp32((int)deFloatCeil(lod + 0.5f) - 1, 0, maxLevel); in sampleLevelArray1DOffset() 2521 int maxLevel = (int)numLevels-1; in sampleLevelArray1DOffset() local 2522 int level0 = deClamp32((int)deFloatFloor(lod), 0, maxLevel); in sampleLevelArray1DOffset() 2523 int level1 = de::min(maxLevel, level0 + 1); in sampleLevelArray1DOffset() 2569 const int maxLevel = (int)numLevels - 1; in sampleLevelArray2DOffset() local 2570 …deFloatFloor(minLodRelative) : deClamp32((int)deFloatCeil(minLodRelative + 0.5f) - 1, 0, maxLevel); in sampleLevelArray2DOffset() 2577 const int level1 = de::min(level0 + 1, maxLevel); in sampleLevelArray2DOffset() 2589 int maxLevel = (int)numLevels-1; in sampleLevelArray2DOffset() local 2590 int level = deClamp32((int)deFloatCeil(lod + 0.5f) - 1, 0, maxLevel); in sampleLevelArray2DOffset() [all …]
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 28 var maxLevel = SINCE_DATA.length; 31 …userApiLevel = userApiLevel == 0 ? maxLevel : userApiLevel; // If there's no cookie (zero), use th… 42 for (var i = maxLevel-1; i >= 0; i--) { 54 var maxLevel = SINCE_DATA.length; 56 var selectedLevel = maxLevel;
|
/external/deqp/modules/gles3/functional/ |
D | es3fASTCDecompressionCases.cpp | 206 ASTCSupportLevel maxLevel = ASTCSUPPORTLEVEL_NONE; in getASTCSupportLevel() local 213 maxLevel = de::max(maxLevel, ext == "GL_KHR_texture_compression_astc_hdr" ? ASTCSUPPORTLEVEL_HDR in getASTCSupportLevel() 219 maxLevel = de::max(maxLevel, ext == "GL_KHR_texture_compression_astc_ldr" ? ASTCSUPPORTLEVEL_LDR in getASTCSupportLevel() 226 return maxLevel; in getASTCSupportLevel()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta_generate_mipmap.c | 153 const GLuint maxLevel = texObj->MaxLevel; in _mesa_meta_GenerateMipmap() local 268 _mesa_prepare_mipmap_levels(ctx, texObj, baseLevel, maxLevel); in _mesa_meta_GenerateMipmap() 270 for (dstLevel = baseLevel + 1; dstLevel <= maxLevel; dstLevel++) { in _mesa_meta_GenerateMipmap()
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2RegionCovererTest.java | 49 assertTrue(level <= coverer.maxLevel()); in checkCovering() 86 } while (coverer.minLevel() > coverer.maxLevel()); in testRandomCaps()
|
/external/angle/src/libANGLE/ |
D | Texture.cpp | 220 bool TextureState::setMaxLevel(GLuint maxLevel) in setMaxLevel() argument 222 if (mMaxLevel != maxLevel) in setMaxLevel() 224 mMaxLevel = maxLevel; in setMaxLevel() 495 const GLuint maxLevel = getMipmapMaxLevel(); in computeMipmapCompleteness() local 497 for (GLuint level = getEffectiveBaseLevel(); level <= maxLevel; level++) in computeMipmapCompleteness() 589 const GLuint maxLevel = std::min(getEffectiveMaxLevel(), getMipmapMaxLevel()); in getEnabledLevelCount() local 594 for (size_t enabledLevel = baseLevel; enabledLevel <= maxLevel; ++enabledLevel, ++levelCount) in getEnabledLevelCount() 714 GLuint maxLevel, in setImageDescChain() argument 719 for (GLuint level = baseLevel; level <= maxLevel; level++) in setImageDescChain() 1051 void Texture::setMaxLevel(const Context *context, GLuint maxLevel) in setMaxLevel() argument [all …]
|
D | Texture.h | 120 bool setMaxLevel(GLuint maxLevel); 198 GLuint maxLevel, 327 void setMaxLevel(const Context *context, GLuint maxLevel);
|
/external/mesa3d/src/mesa/main/ |
D | mipmap.h | 53 unsigned baseLevel, unsigned maxLevel);
|
D | mipmap.c | 1911 unsigned baseLevel, unsigned maxLevel) in _mesa_prepare_mipmap_levels() argument 1924 for (unsigned level = baseLevel + 1; level <= maxLevel; level++) { in _mesa_prepare_mipmap_levels() 1949 GLuint maxLevel) in generate_mipmap_uncompressed() argument 1957 for (level = texObj->BaseLevel; level < maxLevel; level++) { in generate_mipmap_uncompressed() 2069 GLuint maxLevel) in generate_mipmap_compressed() argument 2144 for (level = texObj->BaseLevel; level < maxLevel; level++) { in generate_mipmap_compressed() 2237 GLint maxLevel; in _mesa_generate_mipmap() local 2243 maxLevel = _mesa_max_texture_levels(ctx, texObj->Target) - 1; in _mesa_generate_mipmap() 2244 assert(maxLevel >= 0); /* bad target */ in _mesa_generate_mipmap() 2246 maxLevel = MIN2(maxLevel, texObj->MaxLevel); in _mesa_generate_mipmap() [all …]
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.hpp | 128 , maxLevel (1000) in ReferenceParams() 144 , maxLevel (1000) in ReferenceParams() 158 int maxLevel; member
|
D | gluTextureTestUtil.cpp | 103 static tcu::Texture1DView getSubView (const tcu::Texture1DView& view, int baseLevel, int maxLevel, … in getSubView() argument 106 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1); in getSubView() 111 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel, … in getSubView() argument 114 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1); in getSubView() 119 …beView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLevel, tcu::ImageViewMi… in getSubView() argument 122 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1); in getSubView() 132 static tcu::Texture3DView getSubView (const tcu::Texture3DView& view, int baseLevel, int maxLevel, … in getSubView() argument 135 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1); in getSubView() 140 …w getSubView (const tcu::TextureCubeArrayView& view, int baseLevel, int maxLevel, tcu::ImageViewMi… in getSubView() argument 143 const int clampedMax = de::clamp(maxLevel, clampedBase, view.getNumLevels()-1); in getSubView() [all …]
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | TextureD3D.cpp | 446 const GLuint maxLevel = mState.getMipmapMaxLevel(); in generateMipmap() local 447 ASSERT(maxLevel > baseLevel); // Should be checked before calling this. in generateMipmap() 470 ANGLE_TRY(generateMipmapUsingImages(context, maxLevel)); in generateMipmap() 477 const GLuint maxLevel) in generateMipmapUsingImages() argument 526 for (GLuint mip = mBaseLevel + 1; mip <= maxLevel; ++mip) in generateMipmapUsingImages() 1404 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 1407 for (GLuint level = baseLevel + 1; level <= maxLevel; level++) in initMipmapImages() 2117 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local 2122 for (GLuint level = baseLevel + 1; level <= maxLevel; level++) in initMipmapImages() 2806 const GLuint maxLevel = mState.getMipmapMaxLevel(); in initMipmapImages() local [all …]
|
/external/gfxstream-protocols/include/vulkan/include/vulkan/ |
D | vulkan_beta.h | 721 uint32_t maxLevel; member 786 uint32_t maxLevel; member
|