[−][src]Struct intel_genxml::gen12::MfxAvcImgState
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
frame_size: u32
frame_width: u32
frame_height: u32
image_structure: u32
weighted_biprediction_idc: u32
weighted_prediction_enable: bool
rho_domain_rate_control_enable: bool
first_chroma_qp_offset: u32
second_chroma_qp_offset: u32
field_picure: bool
mbaff_mode: bool
frame_mb_only: bool
_8x8_idct_transform_mode: bool
direct_8x8_inference: bool
constrained_intra_prediction: bool
non_reference_picture: bool
entropy_coding_sync_enable: bool
mb_mv_format: u32
chroma_format_idc: u32
mv_unpacked_enable: bool
load_bitstream_pointer_per_slice: bool
mb_status_read: bool
minimum_frame_size: u32
intra_mb_max_bit_control: bool
inter_mb_max_bit_control: bool
frame_bitrate_max_report: bool
frame_bitrate_min_report: bool
force_ipcm_control: bool
mb_level_rate_control: bool
minimum_frame_size_units: u32
non_first_pass: u32
trellis_quantization_chroma_disable: bool
trellis_quantization_rounding: u32
trellis_quantization_enable: bool
intra_mb_conformance_max_size: u32
inter_mb_conformance_max_size: u32
slice_delta_qp_max_0: i32
slice_delta_qp_max_1: i32
slice_delta_qp_max_2: u32
slice_delta_qp_max_3: i32
slice_delta_qp_min_0: i32
slice_delta_qp_min_1: i32
slice_delta_qp_min_2: i32
slice_delta_qp_min_3: i32
frame_bitrate_min: u32
frame_bitrate_min_unit_mode: u32
frame_bitrate_min_unit: u32
frame_bitrate_max: u32
frame_bitrate_max_unit_mode: u32
frame_bitrate_max_unit: u32
frame_bitrate_min_delta: u32
frame_bitrate_max_delta: u32
slice_stats_stream_out_enable: bool
initial_qp_value: i32
number_of_active_reference_pictures_from_l0: u32
number_of_active_reference_pictures_from_l1: u32
number_of_reference_frames: u32
current_picture_has_performed_mmco5: bool
pic_order_present: bool
delta_pic_order_always_zero: bool
pic_order_count_type: u32
slice_group_map_type: u32
redundant_pic_count_present: bool
number_of_slice_groups: u32
deblocking_filter_control_present: bool
log2_max_frame_number: u32
log2_max_pic_order_count_lsb: u32
slice_group_change_rate: u32
current_picture_frame_number: u32
current_frame_view_id: u32
max_view_idxl0: u32
max_view_idxl1: u32
inter_view_order_disable: bool
fractional_qp_input: u32
fractional_qp_offset: u32
extended_rho_domain_statistics_enable: bool
rho_domain_average_mb_qp: u32
threshold_size: u32
target_slice_size: u32
Methods
impl MfxAvcImgState
[src]
pub const DWORD_LENGTH: u32
[src]
pub const BOTTOM_FIELD_PICTURE: u32
[src]
pub const COMPATIBILITY_MODE: u32
[src]
pub const DEFAULT: u32
[src]
pub const EXPLICIT: u32
[src]
pub const FOLLOW: u32
[src]
pub const FRAME_PICTURE: u32
[src]
pub const IGNORE: u32
[src]
pub const IMPLICIT: u32
[src]
pub const INVALID_NOT_ALLOWED: u32
[src]
pub const MONOCHROME_PICTURE: u32
[src]
pub const NEW_MODE: u32
[src]
pub const TOP_FIELD_PICTURE: u32
[src]
pub const _16KB: u32
[src]
pub const _16_BYTES: u32
[src]
pub const _4KB: u32
[src]
pub const _4_2_0_PICTURE: u32
[src]
pub const _4_2_2_PICTURE_NOT_SUPPORTED: u32
[src]
pub const _4_4_4_PICTURE_NOT_SUPPORTED: u32
[src]
Trait Implementations
impl Default for MfxAvcImgState
[src]
impl Deserialize for MfxAvcImgState
[src]
impl<'_> From<&'_ [u32; 21]> for MfxAvcImgState
[src]
impl Serialize for MfxAvcImgState
[src]
Auto Trait Implementations
impl RefUnwindSafe for MfxAvcImgState
impl Send for MfxAvcImgState
impl Sync for MfxAvcImgState
impl Unpin for MfxAvcImgState
impl UnwindSafe for MfxAvcImgState
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>,