Searched refs:refVal (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACenc/src/ |
D | noisedet.cpp | 119 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/ |
D | nv50_ir.cpp | 139 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/ |
D | tcuTexCompareVerifier.cpp | 342 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/ |
D | es31fSSBOLayoutCase.cpp | 1655 const float refVal = *((const float*)ref + ndx); in compareComponents() local 1658 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents() 1666 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local 1669 if ((refVal != 0) != (resVal != 0)) in compareComponents() 1679 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local 1682 if (refVal != resVal) in compareComponents()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1722 const float refVal = *((const float*)ref + ndx); in compareComponents() local 1725 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents() 1733 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local 1736 if ((refVal != 0) != (resVal != 0)) in compareComponents()
|