Searched refs:hac (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 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() argument 2245 int rs = stbi__jpeg_huff_decode(j, hac); 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() argument 2322 int rs = stbi__jpeg_huff_decode(j, hac); in stbi__jpeg_decode_block_prog_ac() 2364 int rs = stbi__jpeg_huff_decode(j, hac); // @OPTIMIZE see if we can use the fast path here, advance-by-r is so slow, eh in stbi__jpeg_decode_block_prog_ac()
|
Completed in 12 milliseconds