Searched refs:huff_ac (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1951 stbi__huffman huff_ac[4]; member 2964 if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha], n, z->dequant[z->img_comp[n].tq])) return 0; in stbi__parse_entropy_coded_data() 2992 if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha], n, z->dequant[z->img_comp[n].tq])) return 0; in stbi__parse_entropy_coded_data() 3026 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data() 3143 if (!stbi__build_huffman(z->huff_ac+th, sizes)) return 0; in stbi__process_marker() 3144 v = z->huff_ac[th].values; in stbi__process_marker() 3149 stbi__build_fast_ac(z->fast_ac[th], z->huff_ac + th); in stbi__process_marker()
|
Completed in 12 milliseconds