Type Alias CUVIDMPEG4PICPARAMS
Source pub type CUVIDMPEG4PICPARAMS = _CUVIDMPEG4PICPARAMS;
#[repr(C)]
pub struct CUVIDMPEG4PICPARAMS {Show 23 fields
pub ForwardRefIdx: i32,
pub BackwardRefIdx: i32,
pub video_object_layer_width: i32,
pub video_object_layer_height: i32,
pub vop_time_increment_bitcount: i32,
pub top_field_first: i32,
pub resync_marker_disable: i32,
pub quant_type: i32,
pub quarter_sample: i32,
pub short_video_header: i32,
pub divx_flags: i32,
pub vop_coding_type: i32,
pub vop_coded: i32,
pub vop_rounding_type: i32,
pub alternate_vertical_scan_flag: i32,
pub interlaced: i32,
pub vop_fcode_forward: i32,
pub vop_fcode_backward: i32,
pub trd: [i32; 2],
pub trb: [i32; 2],
pub QuantMatrixIntra: [u8; 64],
pub QuantMatrixInter: [u8; 64],
pub gmc_enabled: i32,
}