#include <stdio.h>
#include "config.h"
#include "global.h"
#include "getbits.c"
#include "getvlc.h"
#include "getvlc.c"
#include "motion.c"
Go to the source code of this file.
|
| 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 |
| |
◆ Num
◆ Initialize_Buffer()
| void Initialize_Buffer |
( |
| ) |
|
◆ main()
◆ evalue
◆ inmvfs
| const int inmvfs[2][2] = { {232, 200}, {32, 240} } |
◆ inPMV
| const int inPMV[2][2][2] = { {{45, 207}, {70, 41}}, {{4, 180}, {120, 216}} } |
◆ inRdbfr
| const unsigned char inRdbfr[Num] |
◆ out_ld_Rdptr
| const unsigned char out_ld_Rdptr[Num] |
◆ outmvfs
| const int outmvfs[2][2] = { {0, 200}, {0, 240} } |
◆ 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.