pub struct SilkEncoderState {
pub s_cmn: SilkEncoderStateCommon,
pub s_shape: SilkShapeState,
pub pulses: [i8; 320],
pub s_nsq: SilkNSQState,
pub ltp_corr_q15: i32,
pub res_nrg_smth: i32,
pub pitch_estimation_lpc_order: i32,
pub ps_nlsf_cb: Option<&'static NLSFCodebook>,
pub stereo: SilkStereoState,
pub resampler_delay_buf: [i16; 48],
}Fields§
§s_cmn: SilkEncoderStateCommon§s_shape: SilkShapeState§pulses: [i8; 320]§s_nsq: SilkNSQState§ltp_corr_q15: i32§res_nrg_smth: i32§pitch_estimation_lpc_order: i32§ps_nlsf_cb: Option<&'static NLSFCodebook>§stereo: SilkStereoState§resampler_delay_buf: [i16; 48]Trait Implementations§
Auto Trait Implementations§
impl Freeze for SilkEncoderState
impl RefUnwindSafe for SilkEncoderState
impl Send for SilkEncoderState
impl Sync for SilkEncoderState
impl Unpin for SilkEncoderState
impl UnsafeUnpin for SilkEncoderState
impl UnwindSafe for SilkEncoderState
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