Home
last modified time | relevance | path

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

/cts/apps/CameraITS/utils/
Dimage_processing_utils.py50 MAX_LUT_SIZE = 65536 variable
52 math.floor((MAX_LUT_SIZE-1) * math.pow(i/(MAX_LUT_SIZE-1), 1/2.2) + 0.5)
53 for i in range(MAX_LUT_SIZE)])
931 if n <= 0 or n > MAX_LUT_SIZE or (n & (n - 1)) != 0: