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

Go to the source code of this file.

Classes

struct  gif_dest_struct

Defines

#define CHAR_OUT(dinfo, c)
#define MAXCODE(n_bits)   ((1 << (n_bits)) - 1)

Typedefs

typedef gif_dest_structgif_dest_ptr

Functions

 compress_init (gif_dest_ptr dinfo, int i_bits)
 compress_pixel (gif_dest_ptr dinfo, int c)
 compress_term (gif_dest_ptr dinfo)
 emit_header (gif_dest_ptr dinfo, int num_colors, JSAMPARRAY colormap)
 finish_output_gif (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)
 flush_packet (gif_dest_ptr dinfo)
 jinit_write_gif (j_decompress_ptr cinfo)
 output (gif_dest_ptr dinfo, int code)
 put_3bytes (gif_dest_ptr dinfo, int val)
 put_pixel_rows (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo, JDIMENSION rows_supplied)
 put_word (gif_dest_ptr dinfo, unsigned int w)
 start_output_gif (j_decompress_ptr cinfo, djpeg_dest_ptr dinfo)

Define Documentation

#define CHAR_OUT (   dinfo,
 
)
Value:
{ (dinfo)->packetbuf[++(dinfo)->bytesinpkt] = (char) (c);  \
            if ((dinfo)->bytesinpkt >= 255)  \
              flush_packet(dinfo);  \
        }

Definition at line 95 of file wrgif.c.

#define MAXCODE (   n_bits)    ((1 << (n_bits)) - 1)

Definition at line 72 of file wrgif.c.


Typedef Documentation

Definition at line 69 of file wrgif.c.


Function Documentation

compress_init ( gif_dest_ptr  dinfo,
int  i_bits 
)

Definition at line 143 of file wrgif.c.

compress_pixel ( gif_dest_ptr  dinfo,
int  c 
)

Definition at line 162 of file wrgif.c.

Definition at line 182 of file wrgif.c.

emit_header ( gif_dest_ptr  dinfo,
int  num_colors,
JSAMPARRAY  colormap 
)

Definition at line 219 of file wrgif.c.

Definition at line 338 of file wrgif.c.

Definition at line 81 of file wrgif.c.

Definition at line 360 of file wrgif.c.

output ( gif_dest_ptr  dinfo,
int  code 
)

Definition at line 105 of file wrgif.c.

put_3bytes ( gif_dest_ptr  dinfo,
int  val 
)

Definition at line 209 of file wrgif.c.

put_pixel_rows ( j_decompress_ptr  cinfo,
djpeg_dest_ptr  dinfo,
JDIMENSION  rows_supplied 
)

Definition at line 319 of file wrgif.c.

put_word ( gif_dest_ptr  dinfo,
unsigned int  w 
)

Definition at line 200 of file wrgif.c.

Definition at line 302 of file wrgif.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