Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1692 static int stbi__get16be(stbi__context *s) in stbi__get16be() function
1704 stbi__uint32 z = stbi__get16be(s); in stbi__get32be()
1705 return (z << 16) + stbi__get16be(s); in stbi__get32be()
3105 if (stbi__get16be(z->s) != 4) return stbi__err("bad DRI len","Corrupt JPEG"); in stbi__process_marker()
3106 z->restart_interval = stbi__get16be(z->s); in stbi__process_marker()
3110 L = stbi__get16be(z->s)-2; in stbi__process_marker()
3119 z->dequant[t][stbi__jpeg_dezigzag[i]] = (stbi__uint16)(sixteen ? stbi__get16be(z->s) : stbi__get8(z->s)); in stbi__process_marker()
3125 L = stbi__get16be(z->s)-2; in stbi__process_marker()
3157 L = stbi__get16be(z->s); in stbi__process_marker()
3186 stbi__get16be( in stbi__process_marker()
[all...]

Completed in 7 milliseconds