Home
last modified time | relevance | path

Searched refs:decode_jpeg_header (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/stbi/
H A Dstb_image.c1758 static int decode_jpeg_header(jpeg *z, int scan) in decode_jpeg_header() function
1783 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()