#[repr(C)]pub struct h264_pwt {
pub luma_log2_weight_denom: u32,
pub chroma_log2_weight_denom: u32,
pub l0: [h264_pwt_item; 32],
pub l1: [h264_pwt_item; 32],
}Expand description
7.3.3.2 Prediction weight table syntax
Fields§
§luma_log2_weight_denom: u32§chroma_log2_weight_denom: u32§l0: [h264_pwt_item; 32]§l1: [h264_pwt_item; 32]Trait Implementations§
Auto Trait Implementations§
impl Freeze for h264_pwt
impl RefUnwindSafe for h264_pwt
impl Send for h264_pwt
impl Sync for h264_pwt
impl Unpin for h264_pwt
impl UnwindSafe for h264_pwt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more