Searched refs:randomDither (Results 1 – 1 of 1) sorted by relevance
2162 double randomDither = ThreadLocalRandom.current().nextFloat(); in addDither() local2164 randomDither *= 2 * MEDIAMETRICS_DITHER; in addDither()2166 randomDither += 1 - MEDIAMETRICS_DITHER; in addDither()2167 return value != -1 ? (long) (value * randomDither) : -1; in addDither()