Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ STBI__CASE
Function
STBI__CASE
lite/example/cpp_example/mge/cv/stb_image.h:5140–5142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5138
}
5139
break;
5140
STBI__CASE(STBI__F_up) {
5141
cur[k] = STBI__BYTECAST(raw[k] + prior[k]);
5142
}
5143
break;
5144
STBI__CASE(STBI__F_avg) {
5145
cur[k] = STBI__BYTECAST(
Callers
2
stbi__convert_format
Function · 0.85
stbi__convert_format16
Function · 0.85
Calls
1
stbi__paeth
Function · 0.85
Tested by
no test coverage detected