Struct ash::vk::native::StdVideoEncodeH265WeightTable
source · #[repr(C)]pub struct StdVideoEncodeH265WeightTable {
pub flags: StdVideoEncodeH265WeightTableFlags,
pub luma_log2_weight_denom: u8,
pub delta_chroma_log2_weight_denom: i8,
pub delta_luma_weight_l0: [i8; 15],
pub luma_offset_l0: [i8; 15],
pub delta_chroma_weight_l0: [[i8; 2]; 15],
pub delta_chroma_offset_l0: [[i8; 2]; 15],
pub delta_luma_weight_l1: [i8; 15],
pub luma_offset_l1: [i8; 15],
pub delta_chroma_weight_l1: [[i8; 2]; 15],
pub delta_chroma_offset_l1: [[i8; 2]; 15],
}
Fields§
§flags: StdVideoEncodeH265WeightTableFlags
§luma_log2_weight_denom: u8
§delta_chroma_log2_weight_denom: i8
§delta_luma_weight_l0: [i8; 15]
§luma_offset_l0: [i8; 15]
§delta_chroma_weight_l0: [[i8; 2]; 15]
§delta_chroma_offset_l0: [[i8; 2]; 15]
§delta_luma_weight_l1: [i8; 15]
§luma_offset_l1: [i8; 15]
§delta_chroma_weight_l1: [[i8; 2]; 15]
§delta_chroma_offset_l1: [[i8; 2]; 15]
Trait Implementations§
source§impl Clone for StdVideoEncodeH265WeightTable
impl Clone for StdVideoEncodeH265WeightTable
source§fn clone(&self) -> StdVideoEncodeH265WeightTable
fn clone(&self) -> StdVideoEncodeH265WeightTable
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