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 | |
unsigned char * | m_pMBDstY |
unsigned char * | m_pMBDstCbCr |
unsigned char * | m_pSrc |
unsigned char * | m_pSPRBlk |
unsigned char * | m_pSPRRes |
unsigned char * | m_pSPRMC |
int | m_Stride |
int | m_nMotions |
void(* | BlockOp )(struct _MPEGMotions *) |
_MPEGMotion | m_Motion [7] |
Definition at line 96 of file libmpeg_internal.h.
void( * _MPEGMotions::BlockOp) (struct _MPEGMotions *) |
Definition at line 106 of file libmpeg_internal.h.
_MPEGMotion _MPEGMotions::m_Motion[7] |
Definition at line 107 of file libmpeg_internal.h.
int _MPEGMotions::m_nMotions |
Definition at line 105 of file libmpeg_internal.h.
unsigned char* _MPEGMotions::m_pMBDstCbCr |
Definition at line 99 of file libmpeg_internal.h.
unsigned char* _MPEGMotions::m_pMBDstY |
Definition at line 98 of file libmpeg_internal.h.
unsigned char* _MPEGMotions::m_pSPRBlk |
Definition at line 101 of file libmpeg_internal.h.
Referenced by MPEG_Initialize().
unsigned char* _MPEGMotions::m_pSPRMC |
Definition at line 103 of file libmpeg_internal.h.
Referenced by MPEG_Initialize().
unsigned char* _MPEGMotions::m_pSPRRes |
Definition at line 102 of file libmpeg_internal.h.
Referenced by MPEG_Initialize().
unsigned char* _MPEGMotions::m_pSrc |
Definition at line 100 of file libmpeg_internal.h.
int _MPEGMotions::m_Stride |
Definition at line 104 of file libmpeg_internal.h.