Searched refs:decode_jpeg_header (Results 1 – 1 of 1) sorted by relevance
1758 static int decode_jpeg_header(jpeg *z, int scan) in decode_jpeg_header() function1783 if (!decode_jpeg_header(j, SCAN_load)) return 0; in decode_jpeg_image()2103 if (!decode_jpeg_header(j, SCAN_header)) in stbi_jpeg_info_raw()2118 r = decode_jpeg_header(&j, SCAN_type); in stbi_jpeg_test_file()2153 res = decode_jpeg_header(j, SCAN_type); in stbi_jpeg_test_memory()