Searched refs:huff_dc (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 1770 stbi__huffman huff_dc[4]; member 2770 …if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha],… in stbi__parse_entropy_coded_data() 2798 …if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha],… in stbi__parse_entropy_coded_data() 2828 if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n)) in stbi__parse_entropy_coded_data() 2858 … if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n)) in stbi__parse_entropy_coded_data() 2945 if (!stbi__build_huffman(z->huff_dc+th, sizes)) return 0; in stbi__process_marker() 2946 v = z->huff_dc[th].values; in stbi__process_marker()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1770 stbi__huffman huff_dc[4]; member 2770 …if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha],… in stbi__parse_entropy_coded_data() 2798 …if (!stbi__jpeg_decode_block(z, data, z->huff_dc+z->img_comp[n].hd, z->huff_ac+ha, z->fast_ac[ha],… in stbi__parse_entropy_coded_data() 2828 if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n)) in stbi__parse_entropy_coded_data() 2858 … if (!stbi__jpeg_decode_block_prog_dc(z, data, &z->huff_dc[z->img_comp[n].hd], n)) in stbi__parse_entropy_coded_data() 2945 if (!stbi__build_huffman(z->huff_dc+th, sizes)) return 0; in stbi__process_marker() 2946 v = z->huff_dc[th].values; in stbi__process_marker()
|