Searched refs:bucketNdxFloat (Results 1 – 1 of 1) sorted by relevance
1085 …const float bucketNdxFloat = (samples[sampleNdx].allocatedSize - minBufferSize) / (float)(maxBuffe… in bucketizeSamplesUniformly() local1086 const int bucketNdx = de::clamp((int)deFloatFloor(bucketNdxFloat), 0, numBuckets-1); in bucketizeSamplesUniformly()