MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__get16be

Function stbi__get16be

lite/example/cpp_example/mge/cv/stb_image.h:1732–1735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1730// nothing
1731#else
1732static int stbi__get16be(stbi__context* s) {
1733 int z = stbi__get8(s);
1734 return (z << 8) + stbi__get8(s);
1735}
1736#endif
1737
1738#if defined(STBI_NO_PNG) && defined(STBI_NO_PSD) && defined(STBI_NO_PIC)

Callers 12

stbi__get32beFunction · 0.85
stbi__process_markerFunction · 0.85
stbi__decode_jpeg_imageFunction · 0.85
stbi__parse_png_fileFunction · 0.85
stbi__psd_loadFunction · 0.85
stbi__pic_load_coreFunction · 0.85
stbi__pic_loadFunction · 0.85
stbi__psd_infoFunction · 0.85
stbi__psd_is16Function · 0.85
stbi__pic_infoFunction · 0.85

Calls 1

stbi__get8Function · 0.85

Tested by

no test coverage detected