Searched refs:stbi__huffman (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1945 } stbi__huffman; typedef 1950 stbi__huffman huff_dc[4]; 1951 stbi__huffman huff_ac[4]; 2001 static int stbi__build_huffman(stbi__huffman *h, int *count) in stbi__build_huffman() 2048 static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) in stbi__build_fast_ac() 2095 stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffman *h) in stbi__jpeg_huff_decode() 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() 2263 static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64], stbi__huffman *hdc, int b) in stbi__jpeg_decode_block_prog_dc() 2293 static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *ha [all...] |
Completed in 7 milliseconds