Home
last modified time | relevance | path

Searched refs:refVal (Results 1 – 7 of 7) sorted by relevance

/external/aac/libAACenc/src/
Dnoisedet.cpp119 static FIXP_SGL FDKaacEnc_fuzzyIsSmaller(FIXP_DBL testVal, FIXP_DBL refVal, in FDKaacEnc_fuzzyIsSmaller() argument
121 if (refVal <= FL2FXCONST_DBL(0.0)) in FDKaacEnc_fuzzyIsSmaller()
123 else if (testVal >= fMult((hiLim >> 1) + (loLim >> 1), refVal)) in FDKaacEnc_fuzzyIsSmaller()
159 FIXP_DBL refVal, testVal; in FDKaacEnc_noiseDetect() local
204 refVal = minVal << leadingBits; in FDKaacEnc_noiseDetect()
211 refVal, /* 1 * minValue */ in FDKaacEnc_noiseDetect()
223 refVal = np->refTonality; in FDKaacEnc_noiseDetect()
226 testVal, refVal, FL2FXCONST_DBL(0.45f), /* 1/2 * loLim (0.9f/2) */ in FDKaacEnc_noiseDetect()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.cpp139 ValueRef::set(Value *refVal) in set() argument
141 if (value == refVal) in set()
145 if (refVal) in set()
146 refVal->uses.insert(this); in set()
148 value = refVal; in set()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp342 const Vec4 refVal = select(Vec4(1.0f), Vec4(0.0f), cmpTrue); in isBilinearPCFCompareValid() local
344 const float v0 = bilinearInterpolate(refVal, x0, y0); in isBilinearPCFCompareValid()
345 const float v1 = bilinearInterpolate(refVal, x1, y0); in isBilinearPCFCompareValid()
346 const float v2 = bilinearInterpolate(refVal, x0, y1); in isBilinearPCFCompareValid()
347 const float v3 = bilinearInterpolate(refVal, x1, y1); in isBilinearPCFCompareValid()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.cpp1650 const float refVal = *((const float*)ref + ndx); in compareComponents() local
1653 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents()
1661 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local
1664 if ((refVal != 0) != (resVal != 0)) in compareComponents()
1674 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local
1677 if (refVal != resVal) in compareComponents()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp2707 const int refVal = clearVal + delta; in createExtendedDynamicStateTests() local
2708 if (refVal < kMinValI || refVal > kMaxValI) in createExtendedDynamicStateTests()
2711 const auto refValU8 = static_cast<deUint8>(refVal); in createExtendedDynamicStateTests()
2712 const auto refValU32 = static_cast<deUint32>(refVal); in createExtendedDynamicStateTests()
2847 + "_ref_" + de::toString(refVal) in createExtendedDynamicStateTests()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp1790 const float refVal = *((const float*)ref + ndx); in compareComponents() local
1793 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents()
1801 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local
1804 if ((refVal != 0) != (resVal != 0)) in compareComponents()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td374 OpBuilderDAG<(ins "Value":$refVal),
376 if (!refVal) {
380 auto refTy = refVal.getType().cast<fir::ReferenceType>();
381 $_state.addOperands(refVal);