/external/libopus/silk/ |
D | NSQ.c | 43 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ 58 opus_int32 sLTP_Q15[], /* I/O LTP state */ 98 VARDECL( opus_int32, sLTP_Q15 ); in silk_NSQ_c() 120 ALLOC( sLTP_Q15, in silk_NSQ_c() 157 …silk_nsq_scale_states( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains_Q16, p… in silk_NSQ_c() 159 …silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_… in silk_NSQ_c() 191 opus_int32 sLTP_Q15[], /* I/O LTP state */ in silk_noise_shape_quantizer() argument 219 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_noise_shape_quantizer() 344 sLTP_Q15[ NSQ->sLTP_buf_idx ] = silk_LSHIFT( LPC_exc_Q14, 1 ); in silk_noise_shape_quantizer() 362 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ in silk_nsq_scale_states() argument [all …]
|
D | decode_core.c | 49 VARDECL( opus_int32, sLTP_Q15 ); in silk_decode_core() 59 ALLOC( sLTP_Q15, psDec->ltp_mem_length + psDec->frame_length, opus_int32 ); in silk_decode_core() 159 …sLTP_Q15[ sLTP_buf_idx - i - 1 ] = silk_SMULWB( inv_gain_Q31, sLTP[ psDec->ltp_mem_length - i - 1 … in silk_decode_core() 165 … sLTP_Q15[ sLTP_buf_idx - i - 1 ] = silk_SMULWW( gain_adj_Q16, sLTP_Q15[ sLTP_buf_idx - i - 1 ] ); in silk_decode_core() 174 pred_lag_ptr = &sLTP_Q15[ sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_decode_core() 190 sLTP_Q15[ sLTP_buf_idx ] = silk_LSHIFT( pres_Q14[ i ], 1 ); in silk_decode_core()
|
D | NSQ_del_dec.c | 72 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ 92 opus_int32 sLTP_Q15[], /* I/O LTP filter state */ 137 VARDECL( opus_int32, sLTP_Q15 ); in silk_NSQ_del_dec_c() 189 ALLOC( sLTP_Q15, in silk_NSQ_del_dec_c() 260 silk_nsq_del_dec_scale_states( psEncC, NSQ, psDelDec, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, in silk_NSQ_del_dec_c() 263 …ise_shape_quantizer_del_dec( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, in silk_NSQ_del_dec_c() 320 opus_int32 sLTP_Q15[], /* I/O LTP filter state */ in silk_noise_shape_quantizer_del_dec() argument 363 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_noise_shape_quantizer_del_dec() 600 … sLTP_Q15[ NSQ->sLTP_buf_idx - decisionDelay ] = psDD->Pred_Q15[ last_smple_idx ]; in silk_noise_shape_quantizer_del_dec() 637 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ in silk_nsq_del_dec_scale_states() argument [all …]
|
/external/libopus/silk/x86/ |
D | NSQ_sse.c | 45 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ 59 opus_int32 sLTP_Q15[], /* I/O LTP state */ 94 VARDECL( opus_int32, sLTP_Q15 ); in silk_NSQ_sse4_1() 175 ALLOC( sLTP_Q15, in silk_NSQ_sse4_1() 212 …silk_nsq_scale_states_sse4_1( psEncC, NSQ, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, LTP_scale_Q14, Gains… in silk_NSQ_sse4_1() 216 …_quantizer_10_16_sse4_1( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14, in silk_NSQ_sse4_1() 222 …silk_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_… in silk_NSQ_sse4_1() 251 opus_int32 sLTP_Q15[], /* I/O LTP state */ in silk_noise_shape_quantizer_10_16_sse4_1() argument 284 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_noise_shape_quantizer_10_16_sse4_1() 526 sLTP_Q15[ NSQ->sLTP_buf_idx ] = silk_LSHIFT( LPC_exc_Q14, 1 ); in silk_noise_shape_quantizer_10_16_sse4_1() [all …]
|
D | NSQ_del_dec_sse.c | 72 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ 92 opus_int32 sLTP_Q15[], /* I/O LTP filter state */ 136 VARDECL( opus_int32, sLTP_Q15 ); in silk_NSQ_del_dec_sse4_1() 188 ALLOC( sLTP_Q15, in silk_NSQ_del_dec_sse4_1() 259 … silk_nsq_del_dec_scale_states_sse4_1( psEncC, NSQ, psDelDec, x_Q3, x_sc_Q10, sLTP, sLTP_Q15, k, in silk_NSQ_del_dec_sse4_1() 262 …pe_quantizer_del_dec_sse4_1( NSQ, psDelDec, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, in silk_NSQ_del_dec_sse4_1() 318 opus_int32 sLTP_Q15[], /* I/O LTP filter state */ in silk_noise_shape_quantizer_del_dec_sse4_1() argument 359 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_noise_shape_quantizer_del_dec_sse4_1() 696 … sLTP_Q15[ NSQ->sLTP_buf_idx - decisionDelay ] = psDD->Pred_Q15[ last_smple_idx ]; in silk_noise_shape_quantizer_del_dec_sse4_1() 732 opus_int32 sLTP_Q15[], /* O LTP state matching scaled input */ in silk_nsq_del_dec_scale_states_sse4_1() argument [all …]
|
D | main_sse.h | 197 opus_int32 sLTP_Q15[], /* I/O LTP state */
|
/external/libopus/silk/mips/ |
D | NSQ_del_dec_mipsr1.h | 46 opus_int32 sLTP_Q15[], /* I/O LTP filter state */ in silk_noise_shape_quantizer_del_dec() argument 119 pred_lag_ptr = &sLTP_Q15[ NSQ->sLTP_buf_idx - lag + LTP_ORDER / 2 ]; in silk_noise_shape_quantizer_del_dec() 381 … sLTP_Q15[ NSQ->sLTP_buf_idx - decisionDelay ] = psDD->Pred_Q15[ last_smple_idx ]; in silk_noise_shape_quantizer_del_dec()
|