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

Function stbi__cleanup_jpeg

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

clean up the temporary component buffers

Source from the content-addressed store, hash-verified

4152
4153// clean up the temporary component buffers
4154static void stbi__cleanup_jpeg(stbi__jpeg* j) {
4155 stbi__free_jpeg_components(j, j->s->img_n, 0);
4156}
4157
4158typedef struct {
4159 resample_row_func resample;

Callers 1

load_jpeg_imageFunction · 0.85

Calls 1

Tested by

no test coverage detected