Home
last modified time | relevance | path

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

/cts/apps/CameraITS/tests/scene9/
Dtest_jpeg_quality.py37 _JPEG_DQT_RTOL = 0.8 # -20% for each +20 in jpeg.quality (empirical number) variable
276 if not all(y < x * _JPEG_DQT_RTOL for x, y in zip(l, l[1:])):
279 if not all(y < x * _JPEG_DQT_RTOL for x, y in zip(c, c[1:])):