Type Alias CUVIDH264SVCEXT
Source pub type CUVIDH264SVCEXT = _CUVIDH264SVCEXT;
#[repr(C)]
pub struct CUVIDH264SVCEXT {Show 28 fields
pub profile_idc: u8,
pub level_idc: u8,
pub DQId: u8,
pub DQIdMax: u8,
pub disable_inter_layer_deblocking_filter_idc: u8,
pub ref_layer_chroma_phase_y_plus1: u8,
pub inter_layer_slice_alpha_c0_offset_div2: i8,
pub inter_layer_slice_beta_offset_div2: i8,
pub DPBEntryValidFlag: u16,
pub inter_layer_deblocking_filter_control_present_flag: u8,
pub extended_spatial_scalability_idc: u8,
pub adaptive_tcoeff_level_prediction_flag: u8,
pub slice_header_restriction_flag: u8,
pub chroma_phase_x_plus1_flag: u8,
pub chroma_phase_y_plus1: u8,
pub tcoeff_level_prediction_flag: u8,
pub constrained_intra_resampling_flag: u8,
pub ref_layer_chroma_phase_x_plus1_flag: u8,
pub store_ref_base_pic_flag: u8,
pub Reserved8BitsA: u8,
pub Reserved8BitsB: u8,
pub scaled_ref_layer_left_offset: i16,
pub scaled_ref_layer_top_offset: i16,
pub scaled_ref_layer_right_offset: i16,
pub scaled_ref_layer_bottom_offset: i16,
pub Reserved16Bits: u16,
pub pNextLayer: *mut _CUVIDPICPARAMS,
pub bRefBaseLayer: i32,
}