Fields
intra_16x16_prob: [u8; 4]
Branch probabilities of the luma intra prediction mode decoding tree, kept live between frames.
intra_chroma_prob: [u8; 3]
Branch probabilities of the chroma intra prediction mode decoding tree, kept live between frames.
Trait Implementations
impl Eq for ModeProbs
impl StructuralEq for ModeProbs
impl StructuralPartialEq for ModeProbs
Auto Trait Implementations
impl RefUnwindSafe for ModeProbs
impl Send for ModeProbs
impl Sync for ModeProbs
impl Unpin for ModeProbs
impl UnwindSafe for ModeProbs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more