Home
last modified time | relevance | path

Searched refs:eB (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
139 eB = B - CLAMP(rB,0,255); in check()
140 if (abs(eR) > 1 || abs(eG) > 1 || abs(eB) > 1) { in check()
149 , eR, eG, eB in check()
154 eBtotal += eB; in check()
157 AbseBtotal += abs(eB); in check()
158 if (eR | eG | eB) in check()
160 eBits += abs(eR) + abs(eG) + abs(eB); in check()