Searched refs:stbi__div4 (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h2860 #define stbi__div4(x) ((stbi_uc) ((x) >> 2)) macro
2877 out[i] = stbi__div4(3*in_near[i] + in_far[i] + 2);
2894 out[1] = stbi__div4(input[0]*3 + input[1] + 2);
2897 out[i*2+0] = stbi__div4(n+input[i-1]);
2898 out[i*2+1] = stbi__div4(n+input[i+1]);
2900 out[i*2+0] = stbi__div4(input[w-2]*3 + input[w-1] + 2);
2916 out[0] = out[1] = stbi__div4(3*in_near[0] + in_far[0] + 2);
2921 out[0] = stbi__div4(t1+2);
2928 out[w*2-1] = stbi__div4(t1+2);
2942 out[0] = out[1] = stbi__div4(
[all...]

Completed in 165 milliseconds