Searched refs:CLAMP12 (Results 1 – 1 of 1) sorted by relevance
182 #define CLAMP12(t) (((t) < 3071) ? (uint16) (t) : 3071) in horizontalAccumulate12() macro190 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 …]