HomeSort by relevance Sort by last modified time
    Searched defs:refVal (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
noisedet.cpp 112 description: Fuzzy value calculation for "testVal is smaller than refVal"
119 static FIXP_SGL FDKaacEnc_fuzzyIsSmaller(FIXP_DBL testVal, FIXP_DBL refVal,
121 if (refVal <= FL2FXCONST_DBL(0.0))
123 else if (testVal >= fMult((hiLim >> 1) + (loLim >> 1), refVal))
159 FIXP_DBL refVal, testVal;
204 refVal = minVal << leadingBits;
211 refVal, /* 1 * minValue */
223 refVal = np->refTonality;
226 testVal, refVal, FL2FXCONST_DBL(0.45f), /* 1/2 * loLim (0.9f/2) */
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp     [all...]

Completed in 798 milliseconds