Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp115 int r, g, b, a, h, s, v, c_max, c_min; in JNI_COLORSPACE_METHOD() local
126 c_min = (g > b) ? b : g; in JNI_COLORSPACE_METHOD()
129 c_min = (r > b) ? b : r; in JNI_COLORSPACE_METHOD()
132 delta = c_max -c_min; in JNI_COLORSPACE_METHOD()