HomeSort by: relevance | last modified time | path
    Searched defs:div4 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 1815 #define div4(x) ((uint8) ((x) >> 2)) macro
1832 out[i] = div4(3*in_near[i] + in_far[i] + 2);
1849 out[1] = div4(input[0]*3 + input[1] + 2);
1852 out[i*2+0] = div4(n+input[i-1]);
1853 out[i*2+1] = div4(n+input[i+1]);
1855 out[i*2+0] = div4(input[w-2]*3 + input[w-1] + 2);
1871 out[0] = out[1] = div4(3*in_near[0] + in_far[0] + 2);
1876 out[0] = div4(t1+2);
1883 out[w*2-1] = div4(t1+2);
stb_image.c 1815 #define div4(x) ((uint8) ((x) >> 2)) macro
1832 out[i] = div4(3*in_near[i] + in_far[i] + 2);
1849 out[1] = div4(input[0]*3 + input[1] + 2);
1852 out[i*2+0] = div4(n+input[i-1]);
1853 out[i*2+1] = div4(n+input[i+1]);
1855 out[i*2+0] = div4(input[w-2]*3 + input[w-1] + 2);
1871 out[0] = out[1] = div4(3*in_near[0] + in_far[0] + 2);
1876 out[0] = div4(t1+2);
1883 out[w*2-1] = div4(t1+2);

Completed in 175 milliseconds