[−][src]Struct intel_genxml::gen9::HcpVp9PicState
Fields
dword_length: u32
subopcode: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
frame_width: u32
frame_height: u32
frame_type: u32
adapt_probabilities: bool
intra_only: bool
allow_hi_precision_mv: bool
motion_compensation_filter_type: u32
reference_frame_sign_bias: u32
use_prev_in_find_mv_references: bool
hybrid_prediction_mode: u32
selectable_tx_mode: u32
last_frame_type: u32
refresh_frame_context_enable: bool
error_resilient_mode_enable: bool
frame_parallel_decoding_mode_enable: bool
filter_level: u32
sharpness_level: u32
segmentation_enable: bool
segmentation_update_map: bool
segmentation_temporal_update: bool
lossless_mode: bool
segment_id_stream_out_enable: bool
segment_id_stream_in_enable: bool
log2_tile_column: u32
log2_tile_row: u32
chroma_sampling_format: u32
bit_depth: u32
profile_level: u32
vertical_scale_factor_for_last: f32
horizontal_scale_factor_for_last: f32
vertical_scale_factor_for_golden: f32
horizontal_scale_factor_for_golden: f32
vertical_scale_factor_for_altref: f32
horizontal_scale_factor_for_altref: f32
last_frame_width: u32
last_frame_height: u32
golden_frame_width: u32
golden_frame_height: u32
altref_frame_width: u32
altref_frame_height: u32
uncompressed_header_length: u32
first_partition_size: u32
motion_comp_scaling_enable: bool
compressed_header_bin_count: u32
luma_ac_q_index_delta: u32
chroma_ac_q_index_delta: i32
chroma_dc_q_index_delta: i32
luma_dc_q_index_delta: i32
lf_ref_delta_0: i32
lf_ref_delta_1: i32
lf_ref_delta_2: i32
lf_ref_delta_3: i32
lf_mode_delta_0: i32
lf_mode_delta_1: i32
bit_offset_for_lf_ref_delta: u32
bit_offset_for_lf_mode_delta: u32
bit_offset_for_q_index: u32
bit_offset_for_lf_level: u32
Methods
impl HcpVp9PicState
[src]
pub const DWORD_LENGTH: u32
[src]
pub const BILINEAR: u32
[src]
pub const EIGHT_TAP: u32
[src]
pub const EIGHT_TAP_SHARP: u32
[src]
pub const EIGHT_TAP_SMOOTH: u32
[src]
pub const FORMAT_420: u32
[src]
pub const INTER_FRAME: u32
[src]
pub const KEY_FRAME: u32
[src]
pub const NON_KEY_FRAME: u32
[src]
pub const PROFILE_0: u32
[src]
pub const PROFILE_2: u32
[src]
pub const SWITCHABLE: u32
[src]
pub const _10_BIT: u32
[src]
pub const _12_BIT: u32
[src]
pub const _16_TILE_COLUMN: u32
[src]
pub const _1_TILE_COLUMN: u32
[src]
pub const _1_TILE_ROW: u32
[src]
pub const _2_TILE_COLUMN: u32
[src]
pub const _2_TILE_ROW: u32
[src]
pub const _32_TILE_COLUMN: u32
[src]
pub const _4_TILE_COLUMN: u32
[src]
pub const _4_TILE_ROW: u32
[src]
pub const _64_TILE_COLUMN: u32
[src]
pub const _8_BIT: u32
[src]
pub const _8_TILE_COLUMN: u32
[src]
Trait Implementations
impl Default for HcpVp9PicState
[src]
impl Deserialize for HcpVp9PicState
[src]
impl<'_> From<&'_ [u32; 19]> for HcpVp9PicState
[src]
impl Serialize for HcpVp9PicState
[src]
Auto Trait Implementations
impl RefUnwindSafe for HcpVp9PicState
impl Send for HcpVp9PicState
impl Sync for HcpVp9PicState
impl Unpin for HcpVp9PicState
impl UnwindSafe for HcpVp9PicState
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>,