[−][src]Struct intel_genxml::gen9::HcpPicState
Fields
dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32frame_width_in_minimum_coding_block_size: u32pak_transform_skip_enable: boolframe_height_in_minimum_coding_block_size: u32min_cu_size: u32lcu_size: u32min_tu_size: u32max_tu_size: u32min_pcm_size: u32max_pcm_size: u32collocated_picture_is_i_slice: boolcurrent_picture_is_i_slice: boolcabac_zero_word_insertion_test_enable: boolsample_adaptive_offset_enable: boolpcm_enable: boolcu_qp_delta_enable: boolmax_dqp_depth: u32pcm_loop_filter_disable: boolconstrained_intra_prediction: boollog2_parallel_merge_level: u32sign_data_hiding: boolloop_filter_enable: boolentropy_coding_sync_enable: booltiling_enable: boolweighted_bipredication_enable: boolweighted_predication_enable: boolfield_pic: booltop_field: booltransform_skip_enable: boolamp_enable: booltransquant_bypass_enable: boolstrong_intra_smoothing_enable: boolcu_packet_structure: u32picture_cb_qp_offset: i32picture_cr_qp_offset: i32intra_max_transform_hierarchy_depth: u32inter_max_transform_hierarchy_depth: u32chroma_pcm_sample_bit_depth: u32luma_pcm_sample_bit_depth: u32chroma_bit_depth: u32luma_bit_depth: u32lcu_max_bit_size_allowed: u32non_first_pass: boollcu_max_size_report: boolframe_bitrate_max_report: boolframe_bitrate_min_report: boolload_bitstream_pointer_per_slice: boolframe_bitrate_max: u32frame_bitrate_max_unit: u32frame_bitrate_min: u32frame_bitrate_min_unit: u32frame_bitrate_min_delta: u32frame_bitrate_max_delta: u32frame_delta_qp_max: Framedeltaqpframe_delta_qp_min: Framedeltaqpframe_delta_qp_max_range: Framedeltaqprangeframe_delta_qp_min_range: Framedeltaqprangeminimum_frame_size: u32minimum_frame_size_units: u32Methods
impl HcpPicState[src]
pub const DWORD_LENGTH: 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 _4KB: u32[src]
pub const _4X4: 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; 19]> 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>,