PandA-2024.02
Macros | Functions | Variables
mpeg2.c File Reference
#include <stdio.h>
#include "config.h"
#include "global.h"
#include "getbits.c"
#include "getvlc.h"
#include "getvlc.c"
#include "motion.c"
Include dependency graph for mpeg2.c:

Go to the source code of this file.

Macros

#define Num   2048
 

Functions

void Initialize_Buffer ()
 
int main ()
 

Variables

const unsigned char inRdbfr [Num]
 
const unsigned char out_ld_Rdptr [Num]
 
const int inPMV [2][2][2] = { {{45, 207}, {70, 41}}, {{4, 180}, {120, 216}} }
 
const int inmvfs [2][2] = { {232, 200}, {32, 240} }
 
const int outPMV [2][2][2]
 
const int outmvfs [2][2] = { {0, 200}, {0, 240} }
 
int evalue
 

Macro Definition Documentation

◆ Num

#define Num   2048

Definition at line 39 of file mpeg2.c.

Function Documentation

◆ Initialize_Buffer()

void Initialize_Buffer ( )

Definition at line 337 of file mpeg2.c.

References Flush_Buffer(), ld_Bfr, ld_Incnt, ld_Rdbfr, ld_Rdmax, and ld_Rdptr.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 347 of file mpeg2.c.

References evalue, Initialize_Buffer(), inmvfs, inPMV, k, main_result, motion_vectors(), outmvfs, outPMV, and System_Stream_Flag.

Here is the call graph for this function:

Variable Documentation

◆ evalue

int evalue

Definition at line 328 of file mpeg2.c.

Referenced by main().

◆ inmvfs

const int inmvfs[2][2] = { {232, 200}, {32, 240} }

Definition at line 323 of file mpeg2.c.

Referenced by main().

◆ inPMV

const int inPMV[2][2][2] = { {{45, 207}, {70, 41}}, {{4, 180}, {120, 216}} }

Definition at line 322 of file mpeg2.c.

Referenced by main().

◆ inRdbfr

const unsigned char inRdbfr[Num]

Definition at line 48 of file mpeg2.c.

Referenced by Fill_Buffer().

◆ out_ld_Rdptr

const unsigned char out_ld_Rdptr[Num]

Definition at line 184 of file mpeg2.c.

◆ outmvfs

const int outmvfs[2][2] = { {0, 200}, {0, 240} }

Definition at line 326 of file mpeg2.c.

Referenced by main().

◆ outPMV

const int outPMV[2][2][2]
Initial value:
=
{ {{1566, 206}, {70, 41}}, {{1566, 206}, {120, 216}} }

Definition at line 324 of file mpeg2.c.

Referenced by main().


Generated on Mon Feb 12 2024 13:03:08 for PandA-2024.02 by doxygen 1.8.13