ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
_MPEGContext Struct Reference

#include <libmpeg_internal.h>

+ Collaboration diagram for _MPEGContext:

Data Fields

MPEGSequenceInfo m_SI
 
s64 m_FwdPTS
 
s64 m_BckPTS
 
s64 m_AuxPTS
 
int m_MBWidth
 
int m_MBHeight
 
_MPEGMacroBlock8m_pFwdFrame
 
_MPEGMacroBlock8m_pBckFrame
 
_MPEGMacroBlock8m_pAuxFrame
 
_MPEGMacroBlock8m_pCurFrame
 
_MPEGMBXYm_pMBXY
 
unsigned char * m_pCurFrameY
 
unsigned char * m_pCurFrameCbCr
 
int m_FRCode
 
int m_MBStride
 
int m_MBCount
 
int m_fProgSeq
 
int m_fMPEG2
 
int m_fRepFF
 
int m_fTopFF
 
int m_fFPFrmDCT
 
int m_fConsMV
 
int m_fSecField
 
int m_fError
 
int m_fDCRst
 
int m_QScale
 
int m_PictStruct
 
int m_PictCodingType
 
int m_FPFVector
 
int m_FwdFCode
 
int m_FPBVector
 
int m_BckFCode
 
int m_FCode [2][2]
 
int m_CurMC
 
_MPEGMotions m_MC [2]
 
_MPEGMotionsm_pCurMotions
 

Detailed Description

Definition at line 111 of file libmpeg_internal.h.

Field Documentation

◆ m_AuxPTS

s64 _MPEGContext::m_AuxPTS

Definition at line 116 of file libmpeg_internal.h.

Referenced by _get_next_picture(), and _mpeg12_picture_data().

◆ m_BckFCode

int _MPEGContext::m_BckFCode

Definition at line 144 of file libmpeg_internal.h.

Referenced by _mpeg12_dec_mb(), and _pic_header().

◆ m_BckPTS

s64 _MPEGContext::m_BckPTS

Definition at line 115 of file libmpeg_internal.h.

Referenced by _mpeg12_picture_data().

◆ m_CurMC

int _MPEGContext::m_CurMC

Definition at line 146 of file libmpeg_internal.h.

Referenced by _mpeg12_do_next_mc(), _mpeg12_picture_data(), and _mpeg12_slice().

◆ m_FCode

int _MPEGContext::m_FCode[2][2]

Definition at line 145 of file libmpeg_internal.h.

Referenced by _ext_pic_cod(), and _mpeg12_dec_mb().

◆ m_fConsMV

int _MPEGContext::m_fConsMV

Definition at line 134 of file libmpeg_internal.h.

Referenced by _ext_pic_cod(), and _mpeg12_dec_mb().

◆ m_fDCRst

int _MPEGContext::m_fDCRst

Definition at line 137 of file libmpeg_internal.h.

Referenced by _mpeg12_dec_mb(), and _mpeg12_slice().

◆ m_fError

int _MPEGContext::m_fError

Definition at line 136 of file libmpeg_internal.h.

Referenced by _mpeg12_dec_mb(), _mpeg12_motion_vector(), and _mpeg12_slice().

◆ m_fFPFrmDCT

int _MPEGContext::m_fFPFrmDCT

Definition at line 133 of file libmpeg_internal.h.

Referenced by _ext_pic_cod(), _init_seq(), and _mpeg12_dec_mb().

◆ m_fMPEG2

int _MPEGContext::m_fMPEG2

Definition at line 130 of file libmpeg_internal.h.

Referenced by _ext_seq(), _init_seq(), _mpeg12_dec_mb(), and MPEG_Initialize().

◆ m_FPBVector

int _MPEGContext::m_FPBVector

Definition at line 143 of file libmpeg_internal.h.

Referenced by _mpeg12_dec_mb(), and _pic_header().

◆ m_FPFVector

int _MPEGContext::m_FPFVector

Definition at line 141 of file libmpeg_internal.h.

Referenced by _mpeg12_dec_mb(), and _pic_header().

◆ m_fProgSeq

int _MPEGContext::m_fProgSeq

Definition at line 129 of file libmpeg_internal.h.

Referenced by _ext_pic_dsp(), _ext_seq(), and _init_seq().

◆ m_FRCode

int _MPEGContext::m_FRCode

Definition at line 126 of file libmpeg_internal.h.

Referenced by _ext_seq(), and _seq_header().

◆ m_fRepFF

int _MPEGContext::m_fRepFF

Definition at line 131 of file libmpeg_internal.h.

Referenced by _ext_pic_cod(), and _ext_pic_dsp().

◆ m_fSecField

int _MPEGContext::m_fSecField

◆ m_fTopFF

int _MPEGContext::m_fTopFF

Definition at line 132 of file libmpeg_internal.h.

Referenced by _ext_pic_cod(), _ext_pic_dsp(), and _mpeg12_dual_prime_vector().

◆ m_FwdFCode

int _MPEGContext::m_FwdFCode

Definition at line 142 of file libmpeg_internal.h.

Referenced by _mpeg12_dec_mb(), and _pic_header().

◆ m_FwdPTS

s64 _MPEGContext::m_FwdPTS

Definition at line 114 of file libmpeg_internal.h.

Referenced by _get_next_picture(), and _mpeg12_picture_data().

◆ m_MBCount

int _MPEGContext::m_MBCount

Definition at line 128 of file libmpeg_internal.h.

Referenced by _get_next_picture(), and _init_seq().

◆ m_MBHeight

int _MPEGContext::m_MBHeight

Definition at line 118 of file libmpeg_internal.h.

Referenced by _destroy_seq(), _init_seq(), and _mpeg12_picture_data().

◆ m_MBStride

int _MPEGContext::m_MBStride

Definition at line 127 of file libmpeg_internal.h.

Referenced by _init_seq(), and _mpeg2_mc().

◆ m_MBWidth

int _MPEGContext::m_MBWidth

◆ m_MC

_MPEGMotions _MPEGContext::m_MC[2]

Definition at line 147 of file libmpeg_internal.h.

Referenced by _mpeg12_do_next_mc(), _mpeg12_slice(), and MPEG_Initialize().

◆ m_pAuxFrame

_MPEGMacroBlock8* _MPEGContext::m_pAuxFrame

◆ m_pBckFrame

_MPEGMacroBlock8* _MPEGContext::m_pBckFrame

◆ m_pCurFrame

_MPEGMacroBlock8* _MPEGContext::m_pCurFrame

Definition at line 122 of file libmpeg_internal.h.

Referenced by _mpeg12_picture_data().

◆ m_pCurFrameCbCr

unsigned char* _MPEGContext::m_pCurFrameCbCr

Definition at line 125 of file libmpeg_internal.h.

Referenced by _mpeg12_picture_data(), and _mpeg2_mc().

◆ m_pCurFrameY

unsigned char* _MPEGContext::m_pCurFrameY

Definition at line 124 of file libmpeg_internal.h.

Referenced by _mpeg12_picture_data(), and _mpeg2_mc().

◆ m_pCurMotions

_MPEGMotions* _MPEGContext::m_pCurMotions

◆ m_pFwdFrame

_MPEGMacroBlock8* _MPEGContext::m_pFwdFrame

◆ m_PictCodingType

int _MPEGContext::m_PictCodingType

◆ m_PictStruct

◆ m_pMBXY

_MPEGMBXY* _MPEGContext::m_pMBXY

Definition at line 123 of file libmpeg_internal.h.

Referenced by _destroy_seq(), _init_seq(), and _mpeg2_mc().

◆ m_QScale

int _MPEGContext::m_QScale

Definition at line 138 of file libmpeg_internal.h.

Referenced by _mpeg12_dec_mb(), and _mpeg12_slice().

◆ m_SI


The documentation for this struct was generated from the following file: