[−][src]Struct intel_genxml::gen9::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
collocated_picture_is_i_slice: bool
current_picture_is_i_slice: bool
cabac_zero_word_insertion_test_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
Methods
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>,