Struct brotli::enc::prior_eval::FastCMPrior
source · pub struct FastCMPrior {}
Trait Implementations§
source§impl Prior for FastCMPrior
impl Prior for FastCMPrior
fn lookup_lin( stride_byte: u8, selected_context: u8, actual_context: usize, high_nibble: Option<u8>, ) -> usize
fn which() -> usize
fn lookup_mut( data: &mut [s16], stride_byte: u8, selected_context: u8, actual_context: usize, high_nibble: Option<u8>, ) -> CDF<'_>
fn lookup( data: &[s16], stride_byte: u8, selected_context: u8, actual_context: usize, high_nibble: Option<u8>, ) -> &s16
fn score_index( stride_byte: u8, selected_context: u8, actual_context: usize, high_nibble: Option<u8>, ) -> usize
Auto Trait Implementations§
impl Freeze for FastCMPrior
impl RefUnwindSafe for FastCMPrior
impl Send for FastCMPrior
impl Sync for FastCMPrior
impl Unpin for FastCMPrior
impl UnwindSafe for FastCMPrior
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