Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/qt/src/3rdparty/libjpeg/jidctred.c
#include "jinclude.h"
#include "jpeglib.h"
#include "jdct.h"

'defines'

#define JPEG_INTERNALS
#define CONST_BITS   13
#define PASS1_BITS   2
#define FIX_0_211164243   ((INT32) 1730)
#define FIX_0_509795579   ((INT32) 4176)
#define FIX_0_601344887   ((INT32) 4926)
#define FIX_0_720959822   ((INT32) 5906)
#define FIX_0_765366865   ((INT32) 6270)
#define FIX_0_850430095   ((INT32) 6967)
#define FIX_0_899976223   ((INT32) 7373)
#define FIX_1_061594337   ((INT32) 8697)
#define FIX_1_272758580   ((INT32) 10426)
#define FIX_1_451774981   ((INT32) 11893)
#define FIX_1_847759065   ((INT32) 15137)
#define FIX_2_172734803   ((INT32) 17799)
#define FIX_2_562915447   ((INT32) 20995)
#define FIX_3_624509785   ((INT32) 29692)
#define MULTIPLY(var, const)   MULTIPLY16C16(var,const)
#define DEQUANTIZE(coef, quantval)   (((ISLOW_MULT_TYPE) (coef)) * (quantval))

Funciones

 jpeg_idct_4x4 (j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col)
 jpeg_idct_2x2 (j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col)
 jpeg_idct_1x1 (j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col)

Documentación de los 'defines'

#define CONST_BITS   13
#define DEQUANTIZE (   coef,
  quantval 
)    (((ISLOW_MULT_TYPE) (coef)) * (quantval))
#define FIX_0_211164243   ((INT32) 1730)
#define FIX_0_509795579   ((INT32) 4176)
#define FIX_0_601344887   ((INT32) 4926)
#define FIX_0_720959822   ((INT32) 5906)
#define FIX_0_765366865   ((INT32) 6270)
#define FIX_0_850430095   ((INT32) 6967)
#define FIX_0_899976223   ((INT32) 7373)
#define FIX_1_061594337   ((INT32) 8697)
#define FIX_1_272758580   ((INT32) 10426)
#define FIX_1_451774981   ((INT32) 11893)
#define FIX_1_847759065   ((INT32) 15137)
#define FIX_2_172734803   ((INT32) 17799)
#define FIX_2_562915447   ((INT32) 20995)
#define FIX_3_624509785   ((INT32) 29692)
#define JPEG_INTERNALS
#define MULTIPLY (   var,
  const 
)    MULTIPLY16C16(var,const)
#define PASS1_BITS   2

Documentación de las funciones

jpeg_idct_1x1 ( j_decompress_ptr  cinfo,
jpeg_component_info compptr,
JCOEFPTR  coef_block,
JSAMPARRAY  output_buf,
JDIMENSION  output_col 
)
jpeg_idct_2x2 ( j_decompress_ptr  cinfo,
jpeg_component_info compptr,
JCOEFPTR  coef_block,
JSAMPARRAY  output_buf,
JDIMENSION  output_col 
)
jpeg_idct_4x4 ( j_decompress_ptr  cinfo,
jpeg_component_info compptr,
JCOEFPTR  coef_block,
JSAMPARRAY  output_buf,
JDIMENSION  output_col 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'