Lines Matching refs:stbi__div4
3452 #define stbi__div4(x) ((stbi_uc) ((x) >> 2))
3469 out[i] = stbi__div4(3*in_near[i] + in_far[i] + 2);
3486 out[1] = stbi__div4(input[0]*3 + input[1] + 2);
3489 out[i*2+0] = stbi__div4(n+input[i-1]);
3490 out[i*2+1] = stbi__div4(n+input[i+1]);
3492 out[i*2+0] = stbi__div4(input[w-2]*3 + input[w-1] + 2);
3508 out[0] = out[1] = stbi__div4(3*in_near[0] + in_far[0] + 2);
3513 out[0] = stbi__div4(t1+2);
3520 out[w*2-1] = stbi__div4(t1+2);
3534 out[0] = out[1] = stbi__div4(3*in_near[0] + in_far[0] + 2);
3636 out[w*2-1] = stbi__div4(t1+2);