Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ stbi__jpeg_dequantize
Function
stbi__jpeg_dequantize
Source/Utils/stb_image.h:3072–3077 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3070
}
3071
3072
static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant)
3073
{
3074
int i;
3075
for (i=0; i < 64; ++i)
3076
data[i] *= dequant[i];
3077
}
3078
3079
static void stbi__jpeg_finish(stbi__jpeg *z)
3080
{
Callers
1
stbi__jpeg_finish
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected