Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_reference.cpp2249 const uint32 mRound = 1 << (mBits - 1); in RefVignette16() local
2267 s = (s * m + mRound) >> mBits; in RefVignette16()
2304 r = (r * m + mRound) >> mBits; in RefVignette16()
2305 g = (g * m + mRound) >> mBits; in RefVignette16()
2306 b = (b * m + mRound) >> mBits; in RefVignette16()
2351 a = (a * m + mRound) >> mBits; in RefVignette16()
2352 b = (b * m + mRound) >> mBits; in RefVignette16()
2353 c = (c * m + mRound) >> mBits; in RefVignette16()
2354 d = (d * m + mRound) >> mBits; in RefVignette16()
2401 s = (s * m + mRound) >> mBits; in RefVignette16()