Searched refs:decode_block (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 1317 static int decode_block(jpeg *j, short data[64], huffman *hdc, huffman *hac, int b) in decode_block() function 1531 …if (!decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+z->img_comp[n].ha, n)) return … in parse_entropy_coded_data() 1561 …if (!decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+z->img_comp[n].ha, n)) return … in parse_entropy_coded_data()
|