Home
last modified time | relevance | path

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

/external/libxcam/modules/soft/
Dsoft_blender_tasks_priv.cpp255 #define ORG_MINUS_GAUSS(i) ret[i] = convert_to_uchar<float> ((orig[i] - gauss[i]) * 0.5f + 128.0f) in minus_array_8() macro
256 ORG_MINUS_GAUSS(0); in minus_array_8()
257 ORG_MINUS_GAUSS(1); in minus_array_8()
258 ORG_MINUS_GAUSS(2); in minus_array_8()
259 ORG_MINUS_GAUSS(3); in minus_array_8()
260 ORG_MINUS_GAUSS(4); in minus_array_8()
261 ORG_MINUS_GAUSS(5); in minus_array_8()
262 ORG_MINUS_GAUSS(6); in minus_array_8()
263 ORG_MINUS_GAUSS(7); in minus_array_8()