![]() |
PandA-2024.02
|
#include "mpeg2dec.h"

Go to the source code of this file.
Functions | |
| void Fill_Buffer | _ANSI_ARGS_ ((void)) |
| unsigned int Show_Bits | _ANSI_ARGS_ ((int n)) |
| void motion_vector | _ANSI_ARGS_ ((int *PMV, int *dmvector, int h_r_size, int v_r_size, int dmv, int mvscale, int full_pel_vector)) |
Variables | |
| int | System_Stream_Flag |
| unsigned char | ld_Rdbfr [2048] |
| unsigned char * | ld_Rdptr |
| unsigned char * | ld_Rdmax |
| unsigned int | ld_Bfr |
| int | ld_Incnt |
| int Get_coded_block_pattern _ANSI_ARGS_ | ( | (void) | ) |
| unsigned int Get_Bits _ANSI_ARGS_ | ( | (int n) | ) |
| void motion_vector _ANSI_ARGS_ | ( | (int *PMV, int *dmvector, int h_r_size, int v_r_size, int dmv, int mvscale, int full_pel_vector) | ) |
| unsigned int ld_Bfr |
Definition at line 79 of file global.h.
Referenced by Flush_Buffer(), Initialize_Buffer(), and Show_Bits().
| int ld_Incnt |
Definition at line 80 of file global.h.
Referenced by Flush_Buffer(), and Initialize_Buffer().
| unsigned char ld_Rdbfr[2048] |
Definition at line 77 of file global.h.
Referenced by Fill_Buffer(), Flush_Buffer(), and Initialize_Buffer().
| unsigned char * ld_Rdmax |
Definition at line 78 of file global.h.
Referenced by Fill_Buffer(), and Initialize_Buffer().
| unsigned char* ld_Rdptr |
Definition at line 78 of file global.h.
Referenced by Fill_Buffer(), Flush_Buffer(), and Initialize_Buffer().
| int System_Stream_Flag |
Definition at line 75 of file global.h.
Referenced by Fill_Buffer(), and main().
1.8.13