Go to the source code of this file.
| #define VLC_IMGFMT_XXMC VLC_FOURCC('X','x','M','C') |
| #define VLC_MACROBLOCK_DCT_TYPE_INTERLACED 32 |
| #define VLC_MACROBLOCK_INTRA 1 |
| #define VLC_MACROBLOCK_MOTION_BACKWARD 4 |
| #define VLC_MACROBLOCK_MOTION_FORWARD 8 |
| #define VLC_MACROBLOCK_PATTERN 2 |
| #define VLC_MACROBLOCK_QUANT 16 |
| #define VLC_MC_16X8 2 |
| #define VLC_MC_DMV 3 |
| #define VLC_MC_FIELD 1 |
| #define VLC_MC_FRAME 2 |
| #define VLC_PICT_B_TYPE 3 |
| #define VLC_PICT_D_TYPE 4 |
| #define VLC_PICT_I_TYPE 1 |
| #define VLC_PICT_P_TYPE 2 |
| #define VLC_VO_IDCT_ACCEL 2 |
| #define VLC_VO_MOTION_ACCEL 1 |
| #define VLC_VO_SIGNED_INTRA 4 |
| #define VLC_XVMC_ACCEL_IDCT 0x00000002 |
Referenced by checkXvMCCap(), and xxmc_dispose_context().
| #define VLC_XVMC_ACCEL_MOCOMP 0x00000001 |
Referenced by checkXvMCCap(), and xxmc_dispose_context().
| #define VLC_XVMC_ACCEL_VLD 0x00000004 |
Referenced by checkXvMCCap().
| #define VLC_XVMC_MPEG_1 0x00000001 |
Referenced by checkXvMCCap().
| #define VLC_XVMC_MPEG_2 0x00000002 |
Referenced by checkXvMCCap().
| #define VLC_XVMC_MPEG_4 0x00000004 |
Referenced by checkXvMCCap().
| typedef struct vlc_macroblock_s vlc_macroblocks_t |
| typedef struct vlc_vld_frame_s vlc_vld_frame_t |
| typedef struct vlc_xvmc_s vlc_xvmc_t |
| typedef struct vlc_xxmc_s vlc_xxmc_t |
1.5.6