Classes | Defines | Typedefs | Functions
jcdctmgr.c File Reference
#include "jinclude.h"
#include "jpeglib.h"
#include "jdct.h"
Include dependency graph for jcdctmgr.c:

Go to the source code of this file.

Classes

struct  my_fdct_controller

Defines

#define CONST_BITS   14
#define DIVIDE_BY(a, b)   if (a >= b) a /= b; else a = 0
#define JPEG_INTERNALS

Typedefs

typedef my_fdct_controllermy_fdct_ptr

Functions

 forward_DCT (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks)
 forward_DCT_float (j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks)
 jinit_forward_dct (j_compress_ptr cinfo)
 start_pass_fdctmgr (j_compress_ptr cinfo)

Define Documentation

#define CONST_BITS   14
#define DIVIDE_BY (   a,
  b 
)    if (a >= b) a /= b; else a = 0
#define JPEG_INTERNALS

Definition at line 14 of file jcdctmgr.c.


Typedef Documentation

Definition at line 41 of file jcdctmgr.c.


Function Documentation

forward_DCT ( j_compress_ptr  cinfo,
jpeg_component_info compptr,
JSAMPARRAY  sample_data,
JBLOCKROW  coef_blocks,
JDIMENSION  start_row,
JDIMENSION  start_col,
JDIMENSION  num_blocks 
)

Definition at line 180 of file jcdctmgr.c.

forward_DCT_float ( j_compress_ptr  cinfo,
jpeg_component_info compptr,
JSAMPARRAY  sample_data,
JBLOCKROW  coef_blocks,
JDIMENSION  start_row,
JDIMENSION  start_col,
JDIMENSION  num_blocks 
)

Definition at line 270 of file jcdctmgr.c.

Definition at line 345 of file jcdctmgr.c.

Definition at line 54 of file jcdctmgr.c.



openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Thu Apr 11 2019 03:30:20