pub type VAEncMiscParameterSubMbPartPelH264 = _VAEncMiscParameterSubMbPartPelH264;Expand description
\brief MB partition modes and 1/2 1/4 motion search configuration
Specifies MB partition modes that are disabled. Specifies Half-pel mode and Quarter-pel mode searching
Aliased Type§
#[repr(C)]pub struct VAEncMiscParameterSubMbPartPelH264 {
pub disable_inter_sub_mb_partition: u32,
pub inter_sub_mb_partition_mask: _VAEncMiscParameterSubMbPartPelH264__bindgen_ty_1,
pub enable_sub_pel_mode: u32,
pub sub_pel_mode: u8,
pub reserved: [u8; 3],
}Fields§
§disable_inter_sub_mb_partition: u32§inter_sub_mb_partition_mask: _VAEncMiscParameterSubMbPartPelH264__bindgen_ty_1§enable_sub_pel_mode: u32\brief Precison of motion search 0:Integer mode searching 1:Half-pel mode searching 2:Reserved 3:Quarter-pel mode searching
sub_pel_mode: u8§reserved: [u8; 3]