Searched refs:JPEG_DQT_TOL (Results 1 – 1 of 1) sorted by relevance
36 JPEG_DQT_TOL = 0.8 # -20% for each +20 in jpeg.quality (empirical number) variable274 if not all(y < x * JPEG_DQT_TOL for x, y in zip(l, l[1:])):277 if not all(y < x * JPEG_DQT_TOL for x, y in zip(c, c[1:])):