Searched defs:LTP_scale_Q14 (Results 1 - 5 of 5) sorted by relevance

/external/libopus/silk/float/
H A Dwrappers_FLP.c109 opus_int LTP_scale_Q14; local
151 LTP_scale_Q14 = silk_LTPScales_table_Q14[ psIndices->LTP_scaleIndex ];
153 LTP_scale_Q14 = 0;
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 );
/external/libopus/silk/
H A DNSQ.c43 const opus_int LTP_scale_Q14, /* I */
86 const opus_int LTP_scale_Q14 /* I LTP state scaling */
151 silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType );
381 const opus_int LTP_scale_Q14, /* I */
414 inv_gain_Q31 = silk_LSHIFT( silk_SMULWB( inv_gain_Q31, LTP_scale_Q14 ), 2 );
373 silk_nsq_scale_states( 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
H A DNSQ_del_dec.c70 const opus_int LTP_scale_Q14, /* I LTP state scaling */
124 const opus_int LTP_scale_Q14 /* I LTP state scaling */
255 psEncC->nStatesDelayedDecision, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType, decisionDelay );
643 const opus_int LTP_scale_Q14, /* I LTP state scaling */
678 inv_gain_Q31 = silk_LSHIFT( silk_SMULWB( inv_gain_Q31, LTP_scale_Q14 ), 2 );
633 silk_nsq_del_dec_scale_states( 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
H A Dstructs.h319 opus_int LTP_scale_Q14; member in struct:__anon9032
/external/libopus/silk/fixed/
H A Dstructs_FIX.h85 opus_int LTP_scale_Q14; member in struct:__anon9013

Completed in 124 milliseconds