Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h4419 int cmf = stbi__zget8(a); in stbi__parse_zlib_header() local
4420 int cm = cmf & 15; in stbi__parse_zlib_header()
4421 /* int cinfo = cmf >> 4; */ in stbi__parse_zlib_header()
4424 if ((cmf*256+flg) % 31 != 0) return stbi__err("bad zlib header","Corrupt PNG"); // zlib spec in stbi__parse_zlib_header()

Completed in 11 milliseconds