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
jidctflt.c File Reference
#include "jinclude.h"
#include "jpeglib.h"
#include "jdct.h"

Go to the source code of this file.

Macros

#define JPEG_INTERNALS
 
#define DEQUANTIZE(coef, quantval)   (((FAST_FLOAT) (coef)) * (quantval))
 

Functions

 jpeg_idct_float (j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col)
 

Macro Definition Documentation

◆ DEQUANTIZE

#define DEQUANTIZE (   coef,
  quantval 
)    (((FAST_FLOAT) (coef)) * (quantval))

Definition at line 60 of file jidctflt.c.

Referenced by jpeg_idct_float().

◆ JPEG_INTERNALS

#define JPEG_INTERNALS

Definition at line 39 of file jidctflt.c.

Function Documentation

◆ jpeg_idct_float()

jpeg_idct_float ( j_decompress_ptr  cinfo,
jpeg_component_info compptr,
JCOEFPTR  coef_block,
JSAMPARRAY  output_buf,
JDIMENSION  output_col 
)