Lines Matching refs:x_sc_Q10
41 opus_int32 x_sc_Q10[], /* O input scaled with 1/Gain */
55 const opus_int32 x_sc_Q10[], /* I */
102 VARDECL( opus_int32, x_sc_Q10 ); in silk_NSQ_c()
122 ALLOC( x_sc_Q10, psEncC->subfr_length, opus_int32 ); in silk_NSQ_c()
156 …silk_nsq_scale_states( psEncC, NSQ, x16, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, pi… in silk_NSQ_c()
158 …silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_… in silk_NSQ_c()
186 const opus_int32 x_sc_Q10[], /* I */ in silk_noise_shape_quantizer() argument
277 … r_Q10 = silk_SUB32( x_sc_Q10[ i ], tmp1 ); /* residual error Q10 */ in silk_noise_shape_quantizer()
351 NSQ->sDiff_shp_Q14 = silk_SUB_LSHIFT32( xq_Q14, x_sc_Q10[ i ], 4 ); in silk_noise_shape_quantizer()
372 opus_int32 x_sc_Q10[], /* O input scaled with 1/Gain */ in silk_nsq_scale_states() argument
392 x_sc_Q10[ i ] = silk_SMULWW( x16[ i ], inv_gain_Q26 ); in silk_nsq_scale_states()