Struct AVDOVINLQParams
#[repr(C)]pub struct AVDOVINLQParams {
pub nlq_offset: u16,
pub vdr_in_max: u64,
pub linear_deadzone_slope: u64,
pub linear_deadzone_threshold: u64,
}
Expand description
Coefficients of the non-linear inverse quantization. For the interpretation of these, see ETSI GS CCM 001.
Fields§
§nlq_offset: u16
§vdr_in_max: u64
§linear_deadzone_slope: u64
§linear_deadzone_threshold: u64
Trait Implementations§
§impl Clone for AVDOVINLQParams
impl Clone for AVDOVINLQParams
§fn clone(&self) -> AVDOVINLQParams
fn clone(&self) -> AVDOVINLQParams
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for AVDOVINLQParams
impl Debug for AVDOVINLQParams
impl Copy for AVDOVINLQParams
Auto Trait Implementations§
impl Freeze for AVDOVINLQParams
impl RefUnwindSafe for AVDOVINLQParams
impl Send for AVDOVINLQParams
impl Sync for AVDOVINLQParams
impl Unpin for AVDOVINLQParams
impl UnwindSafe for AVDOVINLQParams
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