pub struct InterPrediction {
pub num_parts: u8,
pub part_width: u8,
pub part_height: u8,
pub ref_idx_l0: [i8; 4],
pub mvd_l0: [[[i16; 2]; 4]; 4],
pub sub_mb_info: Option<SubMbInfo>,
}Fields§
§num_parts: u8§part_width: u8§part_height: u8§ref_idx_l0: [i8; 4]§mvd_l0: [[[i16; 2]; 4]; 4]§sub_mb_info: Option<SubMbInfo>Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterPrediction
impl RefUnwindSafe for InterPrediction
impl Send for InterPrediction
impl Sync for InterPrediction
impl Unpin for InterPrediction
impl UnsafeUnpin for InterPrediction
impl UnwindSafe for InterPrediction
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