Home
last modified time | relevance | path

Searched refs:JPEG_DQT_TOL (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CameraITS/tests/scene2_a/
Dtest_jpeg_quality.py36 JPEG_DQT_TOL = 0.8 # -20% for each +20 in jpeg.quality (empirical number) variable
274 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:])):