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

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h1660 static int const stbi__jbias[16] = {0,-1,-3,-7,-15,-31,-63,-127,-255,-511,-1023,-2047,-4095,-8191,-16383,-32767}; variable
1676 return k + (stbi__jbias[n] & ~sgn);

Completed in 421 milliseconds