Classes | Defines | Typedefs | Functions
wrbmp.c File Reference
#include "cdjpeg.h"
Include dependency graph for wrbmp.c:

Go to the source code of this file.

Classes

struct  bmp_dest_struct

Defines

#define PUT_2B(array, offset, value)
#define PUT_4B(array, offset, value)

Typedefs

typedef bmp_dest_structbmp_dest_ptr

Functions

 finish_output_bmp (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)
 jinit_write_bmp (j_decompress_ptr cinfo, boolean is_os2)
 LOCAL (void)
 put_gray_rows (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied)
 start_output_bmp (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)
 write_bmp_header (j_decompress_ptr cinfo, bmp_dest_ptr dest)
 write_colormap (j_decompress_ptr cinfo, bmp_dest_ptr dest, int map_colors, int map_entry_size)
 write_os2_header (j_decompress_ptr cinfo, bmp_dest_ptr dest)

Define Documentation

#define PUT_2B (   array,
  offset,
  value 
)
Value:
(array[offset] = (char) ((value) & 0xFF), \
         array[offset+1] = (char) (((value) >> 8) & 0xFF))
#define PUT_4B (   array,
  offset,
  value 
)
Value:
(array[offset] = (char) ((value) & 0xFF), \
         array[offset+1] = (char) (((value) >> 8) & 0xFF), \
         array[offset+2] = (char) (((value) >> 16) & 0xFF), \
         array[offset+3] = (char) (((value) >> 24) & 0xFF))

Typedef Documentation

Definition at line 56 of file wrbmp.c.


Function Documentation

Definition at line 344 of file wrbmp.c.

jinit_write_bmp ( j_decompress_ptr  cinfo,
boolean  is_os2 
)

Definition at line 390 of file wrbmp.c.

LOCAL ( void  )

Definition at line 60 of file wrbmp.c.

put_gray_rows ( j_decompress_ptr  cinfo,
djpeg_dest_ptr  dinfo,
JDIMENSION  rows_supplied 
)

Definition at line 106 of file wrbmp.c.

Definition at line 142 of file wrbmp.c.

Definition at line 157 of file wrbmp.c.

write_colormap ( j_decompress_ptr  cinfo,
bmp_dest_ptr  dest,
int  map_colors,
int  map_entry_size 
)

Definition at line 292 of file wrbmp.c.

Definition at line 230 of file wrbmp.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