MCPcopy 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
3311static 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
3317static void stbi__jpeg_finish(stbi__jpeg* z) {
3318 if (z->progressive) {

Callers 1

stbi__jpeg_finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected