Searched refs:huff_ac (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 | 1771 stbi__huffman huff_ac[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() 2832 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data() 2948 if (!stbi__build_huffman(z->huff_ac+th, sizes)) return 0; in stbi__process_marker() 2949 v = z->huff_ac[th].values; in stbi__process_marker() 2954 stbi__build_fast_ac(z->fast_ac[th], z->huff_ac + th); in stbi__process_marker()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 1771 stbi__huffman huff_ac[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() 2832 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data() 2948 if (!stbi__build_huffman(z->huff_ac+th, sizes)) return 0; in stbi__process_marker() 2949 v = z->huff_ac[th].values; in stbi__process_marker() 2954 stbi__build_fast_ac(z->fast_ac[th], z->huff_ac + th); in stbi__process_marker()
|