Searched refs:refVal (Results 1 – 6 of 6) sorted by relevance
/external/aac/libAACenc/src/ |
D | noisedet.cpp | 109 FIXP_DBL refVal, in FDKaacEnc_fuzzyIsSmaller() argument 113 if (refVal <= FL2FXCONST_DBL(0.0)) in FDKaacEnc_fuzzyIsSmaller() 115 else if (testVal >= fMult((hiLim>>1)+(loLim>>1), refVal)) in FDKaacEnc_fuzzyIsSmaller() 154 FIXP_DBL refVal, testVal; in FDKaacEnc_noiseDetect() local 197 refVal = minVal << leadingBits; in FDKaacEnc_noiseDetect() 203 refVal, /* 1 * minValue */ in FDKaacEnc_noiseDetect() 214 refVal = np->refTonality; in FDKaacEnc_noiseDetect() 217 refVal, in FDKaacEnc_noiseDetect()
|
/external/mesa3d/src/gallium/drivers/nv50/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.push_back(this); in set() 148 value = refVal; in set()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 1419 const float refVal = *((const float*)ref + ndx); in compareComponents() local 1422 if (deFloatAbs(resVal - refVal) >= threshold) in compareComponents() 1430 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local 1433 if ((refVal != 0) != (resVal != 0)) in compareComponents() 1443 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local 1446 if (refVal != resVal) in compareComponents()
|
/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 | 1641 const float refVal = *((const float*)ref + ndx); in compareComponents() local 1644 if (!(deFloatAbs(resVal - refVal) <= threshold)) in compareComponents() 1652 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local 1655 if ((refVal != 0) != (resVal != 0)) in compareComponents() 1665 const deUint32 refVal = *((const deUint32*)ref + ndx); in compareComponents() local 1668 if (refVal != resVal) in compareComponents()
|
/external/opencv3/modules/calib3d/test/ |
D | test_cameracalibration.cpp | 257 int compare(double* val, double* refVal, int len,
|