HomeSort by relevance Sort by last modified time
    Searched refs:maxBound (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_util.h 87 #define RANGE_CHECK(value, minBound, maxBound) \
89 if ((value) < (minBound) || (value) > (maxBound)) \
93 #define RANGE_CHECK(value, minBound, maxBound)
99 #define RANGE_CHECK_ARRAY(array, minBound, maxBound, length) \
103 if ((array)[i] < (minBound) || (array)[i] > (maxBound)) \
107 #define RANGE_CHECK_ARRAY(array, minBound, maxBound, length)
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 55 FuzzyComparisonMetricCase (tcu::TestContext& testCtx, const char* name, const char* refImg, const char* cmpImg, const float minBound, const float maxBound)
60 , m_maxBound (maxBound)
92 << TestLog::Float("MaxBound", "Maximum bound", "", QP_KEY_TAG_NONE, m_maxBound)
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.cpp 280 spirword_t maxBound = 0;
294 maxBound = std::max(maxBound, localId(id) + 1);
297 bound(maxBound); // reset header ID bound to as big as it now needs to be
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
SPVRemapper.cpp 280 spirword_t maxBound = 0;
294 maxBound = std::max(maxBound, localId(id) + 1);
297 bound(maxBound); // reset header ID bound to as big as it now needs to be
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 282 const float maxBound = canBeTrue ? 1.0f : 0.0f;
284 return de::inRange(result, minBound-resErr, maxBound+resErr);
415 const float maxBound = canBeTrue ? 1.0f : 0.0f;
417 return de::inRange(result, minBound-resErr, maxBound+resErr);
    [all...]

Completed in 1084 milliseconds