Context algorithm
Semi-predictive context algorithm implementation
 All Data Structures Files Functions Variables Typedefs Macros Pages
bitio.h File Reference

Go to the source code of this file.

Functions

short int input_bit (FILE *stream)
 
void initialize_output_bitstream (void)
 
void output_bit (FILE *stream, int bit)
 
void flush_output_bitstream (FILE *stream)
 
void initialize_input_bitstream (void)
 
long bit_ftell_output (FILE *stream)
 
long bit_ftell_input (FILE *stream)
 

Function Documentation

long bit_ftell_input ( FILE *  stream)

Definition at line 163 of file bitio.c.

long bit_ftell_output ( FILE *  stream)

Definition at line 148 of file bitio.c.

void flush_output_bitstream ( FILE *  stream)

Definition at line 85 of file bitio.c.

void initialize_input_bitstream ( void  )

Definition at line 96 of file bitio.c.

void initialize_output_bitstream ( void  )

Definition at line 48 of file bitio.c.

short int input_bit ( FILE *  stream)

Definition at line 112 of file bitio.c.

void output_bit ( FILE *  stream,
int  bit 
)

Definition at line 62 of file bitio.c.