Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ stbi__jpeg_dequantize
Function
stbi__jpeg_dequantize
lite/example/cpp_example/mge/cv/stb_image.h:3311–3315 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3309
}
3310
3311
static void stbi__jpeg_dequantize(short* data, stbi__uint16* dequant) {
3312
int i;
3313
for (i = 0; i < 64; ++i)
3314
data[i] *= dequant[i];
3315
}
3316
3317
static void stbi__jpeg_finish(stbi__jpeg* z) {
3318
if (z->progressive) {
Callers
1
stbi__jpeg_finish
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected