Home
last modified time | relevance | path

Searched refs:STBI__RESTART (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h2930 #define STBI__RESTART(x) ((x) >= 0xd0 && (x) <= 0xd7) macro
2971 if (!STBI__RESTART(z->marker)) return 1; in stbi__parse_entropy_coded_data()
3001 if (!STBI__RESTART(z->marker)) return 1; in stbi__parse_entropy_coded_data()
3032 if (!STBI__RESTART(z->marker)) return 1; in stbi__parse_entropy_coded_data()
3061 if (!STBI__RESTART(z->marker)) return 1; in stbi__parse_entropy_coded_data()
3429 if (STBI__RESTART(m)) in stbi__decode_jpeg_image()

Completed in 12 milliseconds