Searched defs:NSQ (Results 1 - 6 of 6) sorted by relevance

/external/libopus/silk/
H A DNSQ.c34 #include "NSQ.h"
39 silk_nsq_state *NSQ, /* I/O NSQ state */
53 silk_nsq_state *NSQ, /* I/O NSQ state */
79 silk_nsq_state *NSQ, /* I/O NSQ state */
105 NSQ->rand_seed = psIndices->Seed;
108 lag = NSQ->lagPrev;
110 silk_assert( NSQ
76 silk_NSQ_c( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, SideInfoIndices *psIndices, const opus_int16 x16[], opus_int8 pulses[], const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], const opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], const opus_int Tilt_Q14[ MAX_NB_SUBFR ], const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int Lambda_Q10, const opus_int LTP_scale_Q14 ) argument
183 silk_noise_shape_quantizer( silk_nsq_state *NSQ, opus_int signalType, const opus_int32 x_sc_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int shapingLPCOrder, opus_int predictLPCOrder, int arch ) argument
368 silk_nsq_scale_states( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, const opus_int16 x16[], opus_int32 x_sc_Q10[], const opus_int16 sLTP[], opus_int32 sLTP_Q15[], opus_int subfr, const opus_int LTP_scale_Q14, const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int signal_type ) argument
[all...]
H A DNSQ_del_dec.c34 #include "NSQ.h"
69 silk_nsq_state *NSQ, /* I/O NSQ state */
88 silk_nsq_state *NSQ, /* I/O NSQ state */
119 silk_nsq_state *NSQ, /* I/O NSQ state */
151 lag = NSQ->lagPrev;
153 silk_assert( NSQ->prev_gain_Q16 != 0 );
163 psDD->LF_AR_Q14 = NSQ
117 silk_NSQ_del_dec_c( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, SideInfoIndices *psIndices, const opus_int16 x16[], opus_int8 pulses[], const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], const opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], const opus_int Tilt_Q14[ MAX_NB_SUBFR ], const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int Lambda_Q10, const opus_int LTP_scale_Q14 ) argument
318 silk_noise_shape_quantizer_del_dec( silk_nsq_state *NSQ, NSQ_del_dec_struct psDelDec[], opus_int signalType, const opus_int32 x_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], opus_int32 delayedGain_Q10[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int subfr, opus_int shapingLPCOrder, opus_int predictLPCOrder, opus_int warping_Q16, opus_int nStatesDelayedDecision, opus_int *smpl_buf_idx, opus_int decisionDelay, int arch ) argument
651 silk_nsq_del_dec_scale_states( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, NSQ_del_dec_struct psDelDec[], const opus_int16 x16[], opus_int32 x_sc_Q10[], const opus_int16 sLTP[], opus_int32 sLTP_Q15[], opus_int subfr, opus_int nStatesDelayedDecision, const opus_int LTP_scale_Q14, const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int signal_type, const opus_int decisionDelay ) argument
[all...]
/external/libopus/silk/mips/
H A DNSQ_del_dec_mipsr1.h40 silk_nsq_state *NSQ, /* I/O NSQ state */
118 shp_lag_ptr = &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - lag + HARM_SHAPE_FIR_TAPS / 2 ];
119 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ];
381 NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx - decisionDelay ] = psDD->Shape_Q14[ last_smple_idx ];
382 sLTP_Q15[ NSQ->sLTP_buf_idx - decisionDelay ] = psDD->Pred_Q15[ last_smple_idx ];
384 NSQ->sLTP_shp_buf_idx++;
385 NSQ
39 silk_noise_shape_quantizer_del_dec( silk_nsq_state *NSQ, NSQ_del_dec_struct psDelDec[], opus_int signalType, const opus_int32 x_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], opus_int32 delayedGain_Q10[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int subfr, opus_int shapingLPCOrder, opus_int predictLPCOrder, opus_int warping_Q16, opus_int nStatesDelayedDecision, opus_int *smpl_buf_idx, opus_int decisionDelay, int arch ) argument
[all...]
/external/libopus/silk/x86/
H A DNSQ_del_dec_sse.c67 silk_nsq_state *NSQ, /* I/O NSQ state */
86 silk_nsq_state *NSQ, /* I/O NSQ state */
116 silk_nsq_state *NSQ, /* I/O NSQ state */
148 lag = NSQ->lagPrev;
150 silk_assert( NSQ->prev_gain_Q16 != 0 );
160 psDD->LF_AR_Q14 = NSQ->sLF_AR_shp_Q14;
161 psDD->Shape_Q14[ 0 ] = NSQ
114 silk_NSQ_del_dec_sse4_1( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, SideInfoIndices *psIndices, const opus_int32 x_Q3[], opus_int8 pulses[], const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], const opus_int Tilt_Q14[ MAX_NB_SUBFR ], const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int Lambda_Q10, const opus_int LTP_scale_Q14 ) argument
312 silk_noise_shape_quantizer_del_dec_sse4_1( silk_nsq_state *NSQ, NSQ_del_dec_struct psDelDec[], opus_int signalType, const opus_int32 x_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], opus_int32 delayedGain_Q10[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int subfr, opus_int shapingLPCOrder, opus_int predictLPCOrder, opus_int warping_Q16, opus_int nStatesDelayedDecision, opus_int *smpl_buf_idx, opus_int decisionDelay ) argument
727 silk_nsq_del_dec_scale_states_sse4_1( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, NSQ_del_dec_struct psDelDec[], const opus_int32 x_Q3[], opus_int32 x_sc_Q10[], const opus_int16 sLTP[], opus_int32 sLTP_Q15[], opus_int subfr, opus_int nStatesDelayedDecision, const opus_int LTP_scale_Q14, const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int signal_type, const opus_int decisionDelay ) argument
[all...]
H A DNSQ_sse.c41 silk_nsq_state *NSQ, /* I/O NSQ state */
54 silk_nsq_state *NSQ, /* I/O NSQ state */
75 silk_nsq_state *NSQ, /* I/O NSQ state */
106 NSQ->rand_seed = psIndices->Seed;
109 lag = NSQ->lagPrev;
111 silk_assert( NSQ->prev_gain_Q16 != 0 );
180 NSQ
73 silk_NSQ_sse4_1( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, SideInfoIndices *psIndices, const opus_int32 x_Q3[], opus_int8 pulses[], const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], const opus_int16 AR2_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], const opus_int Tilt_Q14[ MAX_NB_SUBFR ], const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int Lambda_Q10, const opus_int LTP_scale_Q14 ) argument
244 silk_noise_shape_quantizer_10_16_sse4_1( silk_nsq_state *NSQ, opus_int signalType, const opus_int32 x_sc_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int offset_Q10, opus_int length, opus_int32 table[][4] ) argument
602 silk_nsq_scale_states_sse4_1( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, const opus_int32 x_Q3[], opus_int32 x_sc_Q10[], const opus_int16 sLTP[], opus_int32 sLTP_Q15[], opus_int subfr, const opus_int LTP_scale_Q14, const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int signal_type ) argument
[all...]
/external/libopus/silk/arm/
H A DNSQ_del_dec_neon_intr.c70 silk_nsq_state *NSQ, /* I/O NSQ state */
88 silk_nsq_state *NSQ, /* I/O NSQ state */
128 silk_nsq_state *NSQ
170 vst1q_s32( &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx + offset + 0 ], t0_s32x4 );
171 vst1q_s32( &NSQ->sLTP_shp_Q14[ NSQ->sLTP_shp_buf_idx + offset + 4 ], t1_s32x4 );
183 silk_nsq_state *NSQ
217 silk_NSQ_del_dec_neon( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, SideInfoIndices *psIndices, const opus_int16 x16[], opus_int8 pulses[], const opus_int16 PredCoef_Q12[ 2 * MAX_LPC_ORDER ], const opus_int16 LTPCoef_Q14[ LTP_ORDER * MAX_NB_SUBFR ], const opus_int16 AR_Q13[ MAX_NB_SUBFR * MAX_SHAPE_LPC_ORDER ], const opus_int HarmShapeGain_Q14[ MAX_NB_SUBFR ], const opus_int Tilt_Q14[ MAX_NB_SUBFR ], const opus_int32 LF_shp_Q14[ MAX_NB_SUBFR ], const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int Lambda_Q10, const opus_int LTP_scale_Q14 ) argument
542 silk_noise_shape_quantizer_del_dec_neon( silk_nsq_state *NSQ, NSQ_del_decs_struct psDelDec[], opus_int signalType, const opus_int32 x_Q10[], opus_int8 pulses[], opus_int16 xq[], opus_int32 sLTP_Q15[], opus_int32 delayedGain_Q10[], const opus_int16 a_Q12[], const opus_int16 b_Q14[], const opus_int16 AR_shp_Q13[], opus_int lag, opus_int32 HarmShapeFIRPacked_Q14, opus_int Tilt_Q14, opus_int32 LF_shp_Q14, opus_int32 Gain_Q16, opus_int Lambda_Q10, opus_int offset_Q10, opus_int length, opus_int subfr, opus_int shapingLPCOrder, opus_int predictLPCOrder, opus_int warping_Q16, opus_int nStatesDelayedDecision, opus_int *smpl_buf_idx, opus_int decisionDelay ) argument
1004 silk_nsq_del_dec_scale_states_neon( const silk_encoder_state *psEncC, silk_nsq_state *NSQ, NSQ_del_decs_struct psDelDec[], const opus_int16 x16[], opus_int32 x_sc_Q10[], const opus_int16 sLTP[], opus_int32 sLTP_Q15[], opus_int subfr, const opus_int LTP_scale_Q14, const opus_int32 Gains_Q16[ MAX_NB_SUBFR ], const opus_int pitchL[ MAX_NB_SUBFR ], const opus_int signal_type, const opus_int decisionDelay ) argument
[all...]

Completed in 144 milliseconds