ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <libmpeg_internal.h>
Data Fields | |
MPEGSequenceInfo | m_SI |
s64 | m_FwdPTS |
s64 | m_BckPTS |
s64 | m_AuxPTS |
int | m_MBWidth |
int | m_MBHeight |
_MPEGMacroBlock8 * | m_pFwdFrame |
_MPEGMacroBlock8 * | m_pBckFrame |
_MPEGMacroBlock8 * | m_pAuxFrame |
_MPEGMacroBlock8 * | m_pCurFrame |
_MPEGMBXY * | m_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] |
_MPEGMotions * | m_pCurMotions |
Definition at line 111 of file libmpeg_internal.h.
s64 _MPEGContext::m_AuxPTS |
Definition at line 116 of file libmpeg_internal.h.
Referenced by _get_next_picture(), and _mpeg12_picture_data().
int _MPEGContext::m_BckFCode |
Definition at line 144 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), and _pic_header().
s64 _MPEGContext::m_BckPTS |
Definition at line 115 of file libmpeg_internal.h.
Referenced by _mpeg12_picture_data().
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().
int _MPEGContext::m_FCode[2][2] |
Definition at line 145 of file libmpeg_internal.h.
Referenced by _ext_pic_cod(), and _mpeg12_dec_mb().
int _MPEGContext::m_fConsMV |
Definition at line 134 of file libmpeg_internal.h.
Referenced by _ext_pic_cod(), and _mpeg12_dec_mb().
int _MPEGContext::m_fDCRst |
Definition at line 137 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), and _mpeg12_slice().
int _MPEGContext::m_fError |
Definition at line 136 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), _mpeg12_motion_vector(), and _mpeg12_slice().
int _MPEGContext::m_fFPFrmDCT |
Definition at line 133 of file libmpeg_internal.h.
Referenced by _ext_pic_cod(), _init_seq(), and _mpeg12_dec_mb().
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().
int _MPEGContext::m_FPBVector |
Definition at line 143 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), and _pic_header().
int _MPEGContext::m_FPFVector |
Definition at line 141 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), and _pic_header().
int _MPEGContext::m_fProgSeq |
Definition at line 129 of file libmpeg_internal.h.
Referenced by _ext_pic_dsp(), _ext_seq(), and _init_seq().
int _MPEGContext::m_FRCode |
Definition at line 126 of file libmpeg_internal.h.
Referenced by _ext_seq(), and _seq_header().
int _MPEGContext::m_fRepFF |
Definition at line 131 of file libmpeg_internal.h.
Referenced by _ext_pic_cod(), and _ext_pic_dsp().
int _MPEGContext::m_fSecField |
Definition at line 135 of file libmpeg_internal.h.
Referenced by _get_first_picture(), _get_next_picture(), _mpeg12_get_refs(), and _mpeg12_picture_data().
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().
int _MPEGContext::m_FwdFCode |
Definition at line 142 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), and _pic_header().
s64 _MPEGContext::m_FwdPTS |
Definition at line 114 of file libmpeg_internal.h.
Referenced by _get_next_picture(), and _mpeg12_picture_data().
int _MPEGContext::m_MBCount |
Definition at line 128 of file libmpeg_internal.h.
Referenced by _get_next_picture(), and _init_seq().
int _MPEGContext::m_MBHeight |
Definition at line 118 of file libmpeg_internal.h.
Referenced by _destroy_seq(), _init_seq(), and _mpeg12_picture_data().
int _MPEGContext::m_MBStride |
Definition at line 127 of file libmpeg_internal.h.
Referenced by _init_seq(), and _mpeg2_mc().
int _MPEGContext::m_MBWidth |
Definition at line 117 of file libmpeg_internal.h.
Referenced by _destroy_seq(), _init_seq(), _mpeg12_get_ref(), _mpeg12_get_refs(), _mpeg12_picture_data(), _mpeg12_slice(), and _mpeg2_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().
_MPEGMacroBlock8* _MPEGContext::m_pAuxFrame |
Definition at line 121 of file libmpeg_internal.h.
Referenced by _destroy_seq(), _get_next_picture(), _init_seq(), and _mpeg12_picture_data().
_MPEGMacroBlock8* _MPEGContext::m_pBckFrame |
Definition at line 120 of file libmpeg_internal.h.
Referenced by _destroy_seq(), _init_seq(), _mpeg12_get_refs(), and _mpeg12_picture_data().
_MPEGMacroBlock8* _MPEGContext::m_pCurFrame |
Definition at line 122 of file libmpeg_internal.h.
Referenced by _mpeg12_picture_data().
unsigned char* _MPEGContext::m_pCurFrameCbCr |
Definition at line 125 of file libmpeg_internal.h.
Referenced by _mpeg12_picture_data(), and _mpeg2_mc().
unsigned char* _MPEGContext::m_pCurFrameY |
Definition at line 124 of file libmpeg_internal.h.
Referenced by _mpeg12_picture_data(), and _mpeg2_mc().
_MPEGMotions* _MPEGContext::m_pCurMotions |
Definition at line 148 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), _mpeg12_get_ref(), _mpeg12_get_refs(), _mpeg12_slice(), and _mpeg2_mc().
_MPEGMacroBlock8* _MPEGContext::m_pFwdFrame |
Definition at line 119 of file libmpeg_internal.h.
Referenced by _destroy_seq(), _get_next_picture(), _init_seq(), _mpeg12_get_refs(), and _mpeg12_picture_data().
int _MPEGContext::m_PictCodingType |
Definition at line 140 of file libmpeg_internal.h.
Referenced by _get_next_picture(), _mpeg12_dec_mb(), _mpeg12_get_refs(), _mpeg12_picture_data(), _mpeg12_slice(), and _pic_header().
int _MPEGContext::m_PictStruct |
Definition at line 139 of file libmpeg_internal.h.
Referenced by _ext_pic_cod(), _ext_pic_dsp(), _get_first_picture(), _get_next_picture(), _init_seq(), _mpeg12_dec_mb(), _mpeg12_dual_prime_vector(), _mpeg12_get_refs(), _mpeg12_picture_data(), _mpeg12_slice(), and _mpeg2_mc().
_MPEGMBXY* _MPEGContext::m_pMBXY |
Definition at line 123 of file libmpeg_internal.h.
Referenced by _destroy_seq(), _init_seq(), and _mpeg2_mc().
int _MPEGContext::m_QScale |
Definition at line 138 of file libmpeg_internal.h.
Referenced by _mpeg12_dec_mb(), and _mpeg12_slice().
MPEGSequenceInfo _MPEGContext::m_SI |
Definition at line 113 of file libmpeg_internal.h.
Referenced by _ext_seq(), _ext_seq_dsp(), _get_first_picture(), _get_next_picture(), _init_seq(), _seq_header(), and MPEG_Initialize().