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.
Referenced by Flush_Buffer().
void Flush_Buffer | ( | int | N | ) |
Definition at line 136 of file getbits.c.
References Fill_Buffer(), ld_Bfr, ld_Incnt, ld_Rdbfr, ld_Rdptr, and N.
Referenced by Get_Bits(), Get_motion_code(), and Initialize_Buffer().
unsigned int Get_Bits | ( | int | N | ) |
Definition at line 190 of file getbits.c.
References Flush_Buffer(), N, and Show_Bits().
Referenced by __attribute__(), Get_Bits1(), Get_dmvector(), motion_vector(), and motion_vectors().
unsigned int Get_Bits1 | ( | ) |
Definition at line 127 of file getbits.c.
References Get_Bits().
Referenced by Get_motion_code().
int read | ( | unsigned char * | s1, |
const unsigned char * | s2, | ||
int | n | ||
) |
Definition at line 56 of file getbits.c.
Referenced by Fill_Buffer().
unsigned int Show_Bits | ( | int | N | ) |
Definition at line 117 of file getbits.c.
Referenced by Get_Bits(), and Get_motion_code().