Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dstb_image.h3316 #define stbi__SOI(x) ((x) == 0xd8) macro
3330 if (!stbi__SOI(m)) return stbi__err("no SOI","Corrupt JPEG"); in stbi__decode_jpeg_header()