[−][src]Struct brotli::enc::prior_eval::Stride1Prior
Methods
impl Stride1Prior
[src]
Trait Implementations
impl Prior for Stride1Prior
[src]
fn lookup_lin(
stride_byte: u8,
selected_context: u8,
actual_context: usize,
high_nibble: Option<u8>
) -> usize
[src]
stride_byte: u8,
selected_context: u8,
actual_context: usize,
high_nibble: Option<u8>
) -> usize
fn which() -> usize
[src]
fn lookup_mut(
data: &mut [s16],
stride_byte: u8,
selected_context: u8,
actual_context: usize,
high_nibble: Option<u8>
) -> CDF
[src]
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
[src]
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
[src]
stride_byte: u8,
selected_context: u8,
actual_context: usize,
high_nibble: Option<u8>
) -> usize
Auto Trait Implementations
impl RefUnwindSafe for Stride1Prior
impl Send for Stride1Prior
impl Sync for Stride1Prior
impl Unpin for Stride1Prior
impl UnwindSafe for Stride1Prior
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,