Skip to main content

BandCtx

Struct BandCtx 

Source
pub struct BandCtx<'a> {
Show 15 fields pub encode: bool, pub m: &'a CeltMode, pub i: usize, pub band_e: &'a [f32], pub rc: &'a mut RangeCoder, pub spread: i32, pub remaining_bits: i32, pub resynth: bool, pub tf_change: i32, pub intensity: usize, pub theta_round: i32, pub avoid_split_noise: bool, pub arch: i32, pub disable_inv: bool, pub seed: u32,
}

Fields§

§encode: bool§m: &'a CeltMode§i: usize§band_e: &'a [f32]§rc: &'a mut RangeCoder§spread: i32§remaining_bits: i32§resynth: bool§tf_change: i32§intensity: usize§theta_round: i32§avoid_split_noise: bool§arch: i32§disable_inv: bool§seed: u32

Auto Trait Implementations§

§

impl<'a> Freeze for BandCtx<'a>

§

impl<'a> RefUnwindSafe for BandCtx<'a>

§

impl<'a> Send for BandCtx<'a>

§

impl<'a> Sync for BandCtx<'a>

§

impl<'a> Unpin for BandCtx<'a>

§

impl<'a> UnsafeUnpin for BandCtx<'a>

§

impl<'a> !UnwindSafe for BandCtx<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.