[−][src]Struct intel_genxml::gen11::HcpPicState
Fields
dword_length: u32
subopcode: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
frame_width_in_minimum_coding_block_size: u32
pak_transform_skip_enable: bool
frame_height_in_minimum_coding_block_size: u32
min_cu_size: u32
lcu_size: u32
min_tu_size: u32
max_tu_size: u32
min_pcm_size: u32
max_pcm_size: u32
log2_sao_offset_scale_luma: u32
log2_sao_offset_scale_chroma: u32
chroma_qp_offset_list_length: u32
diff_cu_chroma_qp_offset_depth: u32
chroma_qp_offset_list_enable: bool
chroma_subsampling: u32
collocated_picture_is_i_slice: bool
current_picture_is_i_slice: bool
cabac_zero_word_insertion_test_enable: bool
high_precision_offsets_enable: bool
log2_max_transform_skip_size: u32
cross_component_prediction_enable: bool
cabac_bypass_alignment_enable: bool
persistent_rice_adaptation_enable: bool
intra_smoothing_disable: bool
explicit_rdpcm_enable: bool
implicit_rdpcm_enable: bool
transform_skip_context_enable: bool
transform_skip_rotation_enable: bool
sps_range_extension_enable: bool
sample_adaptive_offset_enable: bool
pcm_enable: bool
cu_qp_delta_enable: bool
max_dqp_depth: u32
pcm_loop_filter_disable: bool
constrained_intra_prediction: bool
log2_parallel_merge_level: u32
sign_data_hiding: bool
loop_filter_enable: bool
entropy_coding_sync_enable: bool
tiling_enable: bool
weighted_bipredication_enable: bool
weighted_predication_enable: bool
field_pic: bool
top_field: bool
transform_skip_enable: bool
amp_enable: bool
transquant_bypass_enable: bool
strong_intra_smoothing_enable: bool
cu_packet_structure: u32
picture_cb_qp_offset: i32
picture_cr_qp_offset: i32
intra_max_transform_hierarchy_depth: u32
inter_max_transform_hierarchy_depth: u32
chroma_pcm_sample_bit_depth: u32
luma_pcm_sample_bit_depth: u32
chroma_bit_depth: u32
luma_bit_depth: u32
lcu_max_bit_size_allowed: u32
non_first_pass: bool
lcu_max_size_report: bool
frame_bitrate_max_report: bool
frame_bitrate_min_report: bool
load_bitstream_pointer_per_slice: bool
frame_bitrate_max: u32
frame_bitrate_max_unit: u32
frame_bitrate_min: u32
frame_bitrate_min_unit: u32
frame_bitrate_min_delta: u32
frame_bitrate_max_delta: u32
frame_delta_qp_max: Framedeltaqp
frame_delta_qp_min: Framedeltaqp
frame_delta_qp_max_range: Framedeltaqprange
frame_delta_qp_min_range: Framedeltaqprange
minimum_frame_size: u32
minimum_frame_size_units: u32
fractional_qp_input: u32
fractional_qp_offset: u32
rho_domain_rate_control_enable: bool
fractional_qp_adjustment_enable: bool
rho_domain_frame_level_qp: u32
pak_dynamic_slice_mode_enable: bool
no_output_of_prior_pics: bool
first_slice_segment_in_pic: bool
nal_unit_type: u32
slice_pic_parameter_set_id: u32
sse_enable: bool
rdoq_enable: bool
number_of_lcus_innormal_slice_size_conformance_mode: u32
intra_tu_count_based_rdoq_disable: bool
slice_size_threshold: u32
target_slice_size: u32
class0_sse_threshold0: u32
class0_sse_threshold1: u32
sse_thresholds_for_class1_8: [u8; 32]
cb_qp_offset_list_0: i32
cb_qp_offset_list_1: i32
cb_qp_offset_list_2: i32
cb_qp_offset_list_3: i32
cb_qp_offset_list_4: i32
cb_qp_offset_list_5: i32
cr_qp_offset_list_0: i32
cr_qp_offset_list_1: i32
cr_qp_offset_list_2: i32
cr_qp_offset_list_3: i32
cr_qp_offset_list_4: i32
cr_qp_offset_list_5: i32
rdoq_intra_tu_threshold: u32
Methods
impl HcpPicState
[src]
pub const DWORD_LENGTH: u32
[src]
pub const COMPATIBILITY_MODE: u32
[src]
pub const EXTENC: u32
[src]
pub const ILLEGAL_RESERVED: u32
[src]
pub const VME: u32
[src]
pub const _10_BIT: u32
[src]
pub const _11_BIT: u32
[src]
pub const _12_BIT: u32
[src]
pub const _16KB: u32
[src]
pub const _16_BYTES: u32
[src]
pub const _4KB: u32
[src]
pub const _4X4: u32
[src]
pub const _4_2_0: u32
[src]
pub const _4_2_2: u32
[src]
pub const _4_4_4: u32
[src]
pub const _64X64: u32
[src]
pub const _8_BIT: u32
[src]
pub const _9_BIT: u32
[src]
Trait Implementations
impl Default for HcpPicState
[src]
impl Deserialize for HcpPicState
[src]
impl<'_> From<&'_ [u32; 38]> for HcpPicState
[src]
impl Serialize for HcpPicState
[src]
Auto Trait Implementations
impl RefUnwindSafe for HcpPicState
impl Send for HcpPicState
impl Sync for HcpPicState
impl Unpin for HcpPicState
impl UnwindSafe for HcpPicState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,