PandA-2024.02
|
Go to the source code of this file.
Functions | |
int | read (unsigned char *s1, const unsigned char *s2, int n) |
void | Fill_Buffer () |
unsigned int | Show_Bits (int N) |
unsigned int | Get_Bits1 () |
void | Flush_Buffer (int N) |
unsigned int | Get_Bits (int N) |
void Fill_Buffer | ( | ) |
Definition at line 80 of file getbits.c.
References inRdbfr, ld_Rdbfr, ld_Rdmax, ld_Rdptr, read(), SEQUENCE_END_CODE, and System_Stream_Flag.
void Flush_Buffer | ( | int | N | ) |
unsigned int Get_Bits | ( | int | N | ) |
Definition at line 175 of file getbits.c.
References Flush_Buffer(), N, and Show_Bits().
unsigned int Get_Bits1 | ( | ) |
Definition at line 127 of file getbits.c.
References Get_Bits().
int read | ( | unsigned char * | s1, |
const unsigned char * | s2, | ||
int | n | ||
) |