Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros | Functions
jcomapi.c File Reference
#include "jinclude.h"
#include "jpeglib.h"

Go to the source code of this file.

Macros

#define JPEG_INTERNALS
 

Functions

 jpeg_abort (j_common_ptr cinfo)
 
 jpeg_destroy (j_common_ptr cinfo)
 
 jpeg_alloc_quant_table (j_common_ptr cinfo)
 
 jpeg_alloc_huff_table (j_common_ptr cinfo)
 

Macro Definition Documentation

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 12 of file jcomapi.c.

Function Documentation

◆ jpeg_abort()

jpeg_abort ( j_common_ptr  cinfo)

◆ jpeg_alloc_huff_table()

jpeg_alloc_huff_table ( j_common_ptr  cinfo)

◆ jpeg_alloc_quant_table()

jpeg_alloc_quant_table ( j_common_ptr  cinfo)

◆ jpeg_destroy()

jpeg_destroy ( j_common_ptr  cinfo)

Definition at line 69 of file jcomapi.c.

References GLOBAL, and NULL.

Referenced by error_exit(), jpeg_destroy_compress(), and jpeg_destroy_decompress().