fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

jidctflt.c File Reference

#include "jinclude.h"
#include "jpeglib.h"
#include "jdct.h"
Include dependency graph for jidctflt.c:

Go to the source code of this file.

Defines

#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)

Define Documentation

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

Definition at line 60 of file jidctflt.c.

Referenced by jpeg_idct_float().

#define JPEG_INTERNALS

Definition at line 39 of file jidctflt.c.


Function Documentation

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