pub struct LfChannelDequantization {
pub m_x_lf: f32,
pub m_y_lf: f32,
pub m_b_lf: f32,
/* private fields */
}
Expand description
Dequantization information for each channel.
Fields§
§m_x_lf: f32
§m_y_lf: f32
§m_b_lf: f32
Implementations§
Source§impl LfChannelDequantization
impl LfChannelDequantization
pub fn m_x_lf_unscaled(&self) -> f32
pub fn m_y_lf_unscaled(&self) -> f32
pub fn m_b_lf_unscaled(&self) -> f32
Trait Implementations§
Source§impl<Ctx: Copy> Bundle<Ctx> for LfChannelDequantization
impl<Ctx: Copy> Bundle<Ctx> for LfChannelDequantization
Source§impl<Ctx: Copy> BundleDefault<Ctx> for LfChannelDequantization
impl<Ctx: Copy> BundleDefault<Ctx> for LfChannelDequantization
Source§fn default_with_context(_ctx: Ctx) -> Selfwhere
Self: Sized,
fn default_with_context(_ctx: Ctx) -> Selfwhere
Self: Sized,
Creates a default value with the given context.
Auto Trait Implementations§
impl Freeze for LfChannelDequantization
impl RefUnwindSafe for LfChannelDequantization
impl Send for LfChannelDequantization
impl Sync for LfChannelDequantization
impl Unpin for LfChannelDequantization
impl UnwindSafe for LfChannelDequantization
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