Home
last modified time | relevance | path

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

/libtiff-4.0.7/archive/tools/
H A Dycbcr.c123 int eR, eG, eB; in check() local
137 eR = R - CLAMP(rR,0,255); in check()
140 if (abs(eR) > 1 || abs(eG) > 1 || abs(eB) > 1) { in check()
149 , eR, eG, eB in check()
152 eRtotal += eR; in check()
155 AbseRtotal += abs(eR); in check()
158 if (eR | eG | eB) in check()
160 eBits += abs(eR) + abs(eG) + abs(eB); in check()