[−][src]Struct intel_genxml::gen11::HcpVp9PicState
Fields
dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32frame_width: u32frame_height: u32frame_type: u32adapt_probabilities: boolintra_only: boolallow_hi_precision_mv: boolmotion_compensation_filter_type: u32reference_frame_sign_bias: u32use_prev_in_find_mv_references: boolhybrid_prediction_mode: u32selectable_tx_mode: u32last_frame_type: u32refresh_frame_context_enable: boolerror_resilient_mode_enable: boolframe_parallel_decoding_mode_enable: boolfilter_level: u32sharpness_level: u32segmentation_enable: boolsegmentation_update_map: boolsegmentation_temporal_update: boollossless_mode: boolsegment_id_stream_out_enable: boolsegment_id_stream_in_enable: boollog2_tile_column: u32log2_tile_row: u32sse_enable: boolchroma_sampling_format: u32bit_depth: u32profile_level: u32vertical_scale_factor_for_last: f32horizontal_scale_factor_for_last: f32vertical_scale_factor_for_golden: f32horizontal_scale_factor_for_golden: f32vertical_scale_factor_for_altref: f32horizontal_scale_factor_for_altref: f32last_frame_width: u32last_frame_height: u32golden_frame_width: u32golden_frame_height: u32altref_frame_width: u32altref_frame_height: u32uncompressed_header_length: u32first_partition_size: u32motion_comp_scaling_enable: boolcompressed_header_bin_count: u32luma_ac_q_index_delta: u32tail_insertion_enable: boolheader_insertion_enable: boolchroma_ac_q_index_delta: i32chroma_dc_q_index_delta: i32luma_dc_q_index_delta: i32lf_ref_delta_0: i32lf_ref_delta_1: i32lf_ref_delta_2: i32lf_ref_delta_3: i32lf_mode_delta_0: i32lf_mode_delta_1: i32bit_offset_for_lf_ref_delta: u32bit_offset_for_lf_mode_delta: u32bit_offset_for_qindex: u32bit_offset_for_lf_level: u32non_first_pass: boolvdenc_pak_only_pass: boolframe_bitrate_max_report: boolframe_bitrate_min_report: boolframe_bitrate_max: u32frame_bitrate_max_unit: u32frame_bitrate_min: u32frame_bitrate_min_unit: u32frame_delta_qindex_max: u64frame_delta_qindex_min: u32frame_delta_lfmax: u64frame_delta_lfmin: u32frame_delta_qindex_lfmax_range: u64frame_delta_qindex_lfmin_range: u32minimum_frame_size: u32minimum_frame_size_units: u32bit_offset_for_first_partition_size: u32class0_sse_threshold0: u32class0_sse_threshold1: u32sse_thresholds_for_class1_8: [u8; 32]Methods
impl HcpVp9PicState[src]
pub const DWORD_LENGTH: u32[src]
pub const BILINEAR: u32[src]
pub const COMAPTIBILITY_MODE: 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 FORMAT_444: 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_1: u32[src]
pub const PROFILE_2: u32[src]
pub const PROFILE_3: u32[src]
pub const SWITCHABLE: u32[src]
pub const _10_BIT: u32[src]
pub const _12_BIT: u32[src]
pub const _16KB: u32[src]
pub const _16_BYTES: 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 _4KB: 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; 42]> 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>,