Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h641 typedef signed short stbi__int16; typedef
647 typedef int16_t stbi__int16; typedef
1953 stbi__int16 fast_ac[4][1 << FAST_BITS];
2048 static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) in stbi__build_fast_ac()
2067 fast_ac[i] = (stbi__int16) ((k * 256) + (run * 16) + (len + magbits)); in stbi__build_fast_ac()
2208 static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__huffman *hdc, stbi__huffman *hac, stbi__int16 *fac, int b, stbi__uint16 *dequant) in stbi__jpeg_decode_block()
2293 static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *hac, stbi__int16 *fac) in stbi__jpeg_decode_block_prog_ac()
6554 stbi__int16 prefix;
6754 p->prefix = (stbi__int16) oldcode;

Completed in 12 milliseconds