Searched defs:stbi__int16 (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h603 typedef signed short stbi__int16; typedef
609 typedef int16_t stbi__int16; typedef
1476 stbi__int16 fast_ac[4][1 << FAST_BITS];
1564 static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h)
1583 fast_ac[i] = (stbi__int16) ((k << 8) + (run << 4) + (len + magbits));
1719 static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__huffman *hdc, stbi__huffman *hac, stbi__int16 *fac, int b, stbi_uc *dequant)
1798 static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *hac, stbi__int16 *fac)
5470 stbi__int16 prefix;
5653 p->prefix = (stbi__int16) oldcode;

Completed in 112 milliseconds