Searched refs:huff_dc (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | stb_image.h | 1950 stbi__huffman huff_dc[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() 3022 if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n)) in stbi__parse_entropy_coded_data() 3052 if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n)) in stbi__parse_entropy_coded_data() 3140 if (!stbi__build_huffman(z->huff_dc+th, sizes)) return 0; in stbi__process_marker() 3141 v = z->huff_dc[th].values; in stbi__process_marker()
|
Completed in 12 milliseconds