Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_pixarlog.c182 #define CLAMP12(t) (((t) < 3071) ? (uint16) (t) : 3071) in horizontalAccumulate12() macro
190 op[0] = CLAMP12(t0); in horizontalAccumulate12()
191 op[1] = CLAMP12(t1); in horizontalAccumulate12()
192 op[2] = CLAMP12(t2); in horizontalAccumulate12()
201 op[0] = CLAMP12(t0); in horizontalAccumulate12()
202 op[1] = CLAMP12(t1); in horizontalAccumulate12()
203 op[2] = CLAMP12(t2); in horizontalAccumulate12()
210 op[0] = CLAMP12(t0); in horizontalAccumulate12()
211 op[1] = CLAMP12(t1); in horizontalAccumulate12()
212 op[2] = CLAMP12(t2); in horizontalAccumulate12()
[all …]