[−][src]Struct brotli::enc::find_stride::EntropyTally
Methods
impl<AllocU32: Allocator<u32>> EntropyTally<AllocU32>
[src]
pub fn new(
m32: &mut AllocU32,
max_stride_arg: Option<u8>
) -> EntropyTally<AllocU32>
[src]
m32: &mut AllocU32,
max_stride_arg: Option<u8>
) -> EntropyTally<AllocU32>
pub fn disabled_placeholder(m32: &mut AllocU32) -> EntropyTally<AllocU32>
[src]
pub fn peek(&mut self) -> &mut EntropyBucketPopulation<AllocU32>
[src]
pub fn get_previous_bytes(
&self,
input0: &[u8],
input1: &[u8],
bytes_processed: usize
) -> [u8; 8]
[src]
&self,
input0: &[u8],
input1: &[u8],
bytes_processed: usize
) -> [u8; 8]
pub fn pick_best_stride<InputReference: SliceWrapper<u8>>(
&mut self,
commands: &[Command<InputReference>],
input0: &[u8],
input1: &[u8],
bytes_processed: &mut usize,
entropy_pyramid: &EntropyPyramid<AllocU32>,
stride_detection_quality: u8
) -> u8
[src]
&mut self,
commands: &[Command<InputReference>],
input0: &[u8],
input1: &[u8],
bytes_processed: &mut usize,
entropy_pyramid: &EntropyPyramid<AllocU32>,
stride_detection_quality: u8
) -> u8
pub fn free(&mut self, m32: &mut AllocU32)
[src]
pub fn is_free(&mut self) -> bool
[src]
Auto Trait Implementations
impl<AllocU32> RefUnwindSafe for EntropyTally<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
<AllocU32 as Allocator<u32>>::AllocatedMemory: RefUnwindSafe,
impl<AllocU32> Send for EntropyTally<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Send,
<AllocU32 as Allocator<u32>>::AllocatedMemory: Send,
impl<AllocU32> Sync for EntropyTally<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Sync,
<AllocU32 as Allocator<u32>>::AllocatedMemory: Sync,
impl<AllocU32> Unpin for EntropyTally<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: Unpin,
<AllocU32 as Allocator<u32>>::AllocatedMemory: Unpin,
impl<AllocU32> UnwindSafe for EntropyTally<AllocU32> where
<AllocU32 as Allocator<u32>>::AllocatedMemory: UnwindSafe,
<AllocU32 as Allocator<u32>>::AllocatedMemory: UnwindSafe,
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>,