Searched refs:x_Q3 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dwrappers_FLP.c105 opus_int32 x_Q3[ MAX_FRAME_LENGTH ]; local
158 x_Q3[ i ] = silk_float2int( 8.0f * x[ i ] );
163 silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
/external/libopus/silk/float/
H A Dwrappers_FLP.c105 opus_int32 x_Q3[ MAX_FRAME_LENGTH ]; local
158 x_Q3[ i ] = silk_float2int( 8.0f * x[ i ] );
163 silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
166 silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x_Q3, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
/external/chromium_org/third_party/opus/src/silk/
H A DNSQ.c38 const opus_int32 x_Q3[], /* I input in Q3 */
75 const opus_int32 x_Q3[], /* I Prefiltered input signal */
151 silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType );
157 x_Q3 += psEncC->subfr_length;
376 const opus_int32 x_Q3[], /* I input in Q3 */
404 x_sc_Q10[ i ] = silk_SMULWW( x_Q3[ i ], inv_gain_Q23 );
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
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 Dmain.h236 const opus_int32 x_Q3[], /* I Prefiltered input signal */
255 const opus_int32 x_Q3[], /* I Prefiltered input signal */
H A DNSQ_del_dec.c64 const opus_int32 x_Q3[], /* I Input in Q3 */
113 const opus_int32 x_Q3[], /* I Prefiltered input signal */
254 silk_nsq_del_dec_scale_states( psEncC, NSQ, psDelDec, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k,
262 x_Q3 += psEncC->subfr_length;
637 const opus_int32 x_Q3[], /* I Input in Q3 */
668 x_sc_Q10[ i ] = silk_SMULWW( x_Q3[ i ], inv_gain_Q23 );
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
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
/external/libopus/silk/
H A DNSQ.c38 const opus_int32 x_Q3[], /* I input in Q3 */
75 const opus_int32 x_Q3[], /* I Prefiltered input signal */
151 silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pitchL, psIndices->signalType );
157 x_Q3 += psEncC->subfr_length;
376 const opus_int32 x_Q3[], /* I input in Q3 */
404 x_sc_Q10[ i ] = silk_SMULWW( x_Q3[ i ], inv_gain_Q23 );
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
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 Dmain.h236 const opus_int32 x_Q3[], /* I Prefiltered input signal */
255 const opus_int32 x_Q3[], /* I Prefiltered input signal */
H A DNSQ_del_dec.c64 const opus_int32 x_Q3[], /* I Input in Q3 */
113 const opus_int32 x_Q3[], /* I Prefiltered input signal */
254 silk_nsq_del_dec_scale_states( psEncC, NSQ, psDelDec, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k,
262 x_Q3 += psEncC->subfr_length;
637 const opus_int32 x_Q3[], /* I Input in Q3 */
668 x_sc_Q10[ i ] = silk_SMULWW( x_Q3[ i ], inv_gain_Q23 );
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
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

Completed in 145 milliseconds