Searched refs:Lambda_Q10 (Results 1 - 7 of 7) sorted by relevance

/external/libopus/silk/
H A DNSQ.c64 opus_int Lambda_Q10, /* I */
85 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
154 AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[ k ], Gains_Q16[ k ], Lambda_Q10,
190 opus_int Lambda_Q10, /* I */
311 rd1_Q20 = silk_SMULBB( q1_Q10, Lambda_Q10 );
312 rd2_Q20 = silk_SMULBB( q2_Q10, Lambda_Q10 );
316 rd1_Q20 = silk_SMULBB( q1_Q10, Lambda_Q10 );
317 rd2_Q20 = silk_SMULBB( q2_Q10, Lambda_Q10 );
321 rd1_Q20 = silk_SMULBB( -q1_Q10, Lambda_Q10 );
322 rd2_Q20 = silk_SMULBB( q2_Q10, Lambda_Q10 );
71 silk_NSQ( 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
175 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 ) argument
[all...]
H A DNSQ_del_dec.c97 opus_int Lambda_Q10, /* I */
123 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
259 Gains_Q16[ k ], Lambda_Q10, offset_Q10, psEncC->subfr_length, subfr++, psEncC->shapingLPCOrder,
323 opus_int Lambda_Q10, /* I */
473 rd1_Q10 = silk_SMULBB( q1_Q10, Lambda_Q10 );
474 rd2_Q10 = silk_SMULBB( q2_Q10, Lambda_Q10 );
478 rd1_Q10 = silk_SMULBB( q1_Q10, Lambda_Q10 );
479 rd2_Q10 = silk_SMULBB( q2_Q10, Lambda_Q10 );
483 rd1_Q10 = silk_SMULBB( -q1_Q10, Lambda_Q10 );
484 rd2_Q10 = silk_SMULBB( q2_Q10, Lambda_Q10 );
109 silk_NSQ_del_dec( 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
306 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 ) argument
[all...]
H A Dmain.h246 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
265 const opus_int Lambda_Q10, /* I Rate/distortion tradeoff */
/external/libopus/silk/fixed/
H A Dprocess_gains_FIX.c108 psEncCtrl->Lambda_Q10 = SILK_FIX_CONST( LAMBDA_OFFSET, 10 )
115 silk_assert( psEncCtrl->Lambda_Q10 > 0 );
116 silk_assert( psEncCtrl->Lambda_Q10 < SILK_FIX_CONST( 2, 10 ) );
H A Dencode_frame_FIX.c199 sEncCtrl.Tilt_Q14, sEncCtrl.LF_shp_Q14, sEncCtrl.Gains_Q16, sEncCtrl.pitchL, sEncCtrl.Lambda_Q10, sEncCtrl.LTP_scale_Q14 );
203 sEncCtrl.Tilt_Q14, sEncCtrl.LF_shp_Q14, sEncCtrl.Gains_Q16, sEncCtrl.pitchL, sEncCtrl.Lambda_Q10, sEncCtrl.LTP_scale_Q14 );
239 sEncCtrl.Lambda_Q10 = silk_ADD_RSHIFT32( sEncCtrl.Lambda_Q10, sEncCtrl.Lambda_Q10, 1 );
374 psEncCtrl->Gains_Q16, psEncCtrl->pitchL, psEncCtrl->Lambda_Q10, psEncCtrl->LTP_scale_Q14 );
379 psEncCtrl->Gains_Q16, psEncCtrl->pitchL, psEncCtrl->Lambda_Q10, psEncCtrl->LTP_scale_Q14 );
H A Dstructs_FIX.h97 opus_int Lambda_Q10; member in struct:__anon9013
/external/libopus/silk/float/
H A Dwrappers_FLP.c114 opus_int Lambda_Q10; local
132 Lambda_Q10 = ( opus_int )silk_float2int( psEncCtrl->Lambda * 1024.0f );
164 AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_scale_Q14 );
167 AR2_Q13, HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, psEncCtrl->pitchL, Lambda_Q10, LTP_scale_Q14 );

Completed in 119 milliseconds