Searched refs:stbi__jpeg_decode_block_prog_ac (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/armnn/third-party/stb/ |
H A D | stb_image.h | 1989 static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *hac, stbi_… in stbi__jpeg_decode_block_prog_ac() function 2721 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data()
|
/aosp_15_r20/external/ComputeLibrary/include/stb/ |
H A D | stb_image.h | 2033 static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *hac, stbi_… in stbi__jpeg_decode_block_prog_ac() function 2765 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | stb_image.h | 2262 static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *hac, stbi_… in stbi__jpeg_decode_block_prog_ac() function 2994 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data()
|
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 2262 static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *hac, stbi_… in stbi__jpeg_decode_block_prog_ac() function 2994 if (!stbi__jpeg_decode_block_prog_ac(z, data, &z->huff_ac[ha], z->fast_ac[ha])) in stbi__parse_entropy_coded_data()
|