Searched refs:stbi__get16be (Results 1 – 2 of 2) sorted by relevance
1533 static int stbi__get16be(stbi__context *s) in stbi__get16be() function1541 stbi__uint32 z = stbi__get16be(s); in stbi__get32be()1542 return (z << 16) + stbi__get16be(s); in stbi__get32be()2911 if (stbi__get16be(z->s) != 4) return stbi__err("bad DRI len","Corrupt JPEG"); in stbi__process_marker()2912 z->restart_interval = stbi__get16be(z->s); in stbi__process_marker()2916 L = stbi__get16be(z->s)-2; in stbi__process_marker()2925 …z->dequant[t][stbi__jpeg_dezigzag[i]] = (stbi__uint16)(sixteen ? stbi__get16be(z->s) : stbi__get8(… in stbi__process_marker()2931 L = stbi__get16be(z->s)-2; in stbi__process_marker()2962 L = stbi__get16be(z->s); in stbi__process_marker()2991 stbi__get16be(z->s); // flags0 in stbi__process_marker()[all …]