Struct ash::vk::native::StdVideoEncodeH264WeightTable
source · #[repr(C)]pub struct StdVideoEncodeH264WeightTable {
pub flags: StdVideoEncodeH264WeightTableFlags,
pub luma_log2_weight_denom: u8,
pub chroma_log2_weight_denom: u8,
pub luma_weight_l0: [i8; 32],
pub luma_offset_l0: [i8; 32],
pub chroma_weight_l0: [[i8; 2]; 32],
pub chroma_offset_l0: [[i8; 2]; 32],
pub luma_weight_l1: [i8; 32],
pub luma_offset_l1: [i8; 32],
pub chroma_weight_l1: [[i8; 2]; 32],
pub chroma_offset_l1: [[i8; 2]; 32],
}
Fields§
§flags: StdVideoEncodeH264WeightTableFlags
§luma_log2_weight_denom: u8
§chroma_log2_weight_denom: u8
§luma_weight_l0: [i8; 32]
§luma_offset_l0: [i8; 32]
§chroma_weight_l0: [[i8; 2]; 32]
§chroma_offset_l0: [[i8; 2]; 32]
§luma_weight_l1: [i8; 32]
§luma_offset_l1: [i8; 32]
§chroma_weight_l1: [[i8; 2]; 32]
§chroma_offset_l1: [[i8; 2]; 32]
Trait Implementations§
source§impl Clone for StdVideoEncodeH264WeightTable
impl Clone for StdVideoEncodeH264WeightTable
source§fn clone(&self) -> StdVideoEncodeH264WeightTable
fn clone(&self) -> StdVideoEncodeH264WeightTable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more