/external/aac/libAACenc/src/ |
aacenc_tns.cpp | [all...] |
/frameworks/av/media/libaaudio/examples/loopback/src/ |
LoopbackAnalyzer.h | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiImageClearingTests.cpp | 366 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); 387 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); 408 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); [all...] |
/external/deqp/framework/common/ |
tcuVectorUtil.hpp | 361 static inline Vector<T, Size> absDiff (const Vector<T, Size>& a, const Vector<T, Size>& b)
|
tcuTexLookupVerifier.cpp | 85 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logicalNot(prec.colorMask))); 90 return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec.colorMask))); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureGatherTests.cpp | 622 tcu::greaterThan(tcu::absDiff(resultPix, idealPix), [all...] |
es31fTextureBorderClampTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderTextureGatherTests.cpp | 651 tcu::greaterThan(tcu::absDiff(resultPix, idealPix), [all...] |