/external/libopus/silk/ |
D | decode_core.c | 47 opus_int16 *A_Q12, *B_Q14, *pxq, A_Q12_tmp[ MAX_LPC_ORDER ]; in silk_decode_core() local 103 B_Q14 = &psDecCtrl->LTPCoef_Q14[ k * LTP_ORDER ]; in silk_decode_core() 129 silk_memset( B_Q14, 0, LTP_ORDER * sizeof( opus_int16 ) ); in silk_decode_core() 130 B_Q14[ LTP_ORDER/2 ] = SILK_FIX_CONST( 0.25, 14 ); in silk_decode_core() 179 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ 0 ], B_Q14[ 0 ] ); in silk_decode_core() 180 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -1 ], B_Q14[ 1 ] ); in silk_decode_core() 181 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -2 ], B_Q14[ 2 ] ); in silk_decode_core() 182 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -3 ], B_Q14[ 3 ] ); in silk_decode_core() 183 LTP_pred_Q13 = silk_SMLAWB( LTP_pred_Q13, pred_lag_ptr[ -4 ], B_Q14[ 4 ] ); in silk_decode_core()
|
D | PLC.c | 207 opus_int16 *B_Q14; in silk_PLC_conceal() local 246 B_Q14 = psPLC->LTPCoef_Q14; in silk_PLC_conceal() 270 rand_scale_Q14 -= B_Q14[ i ]; in silk_PLC_conceal() 313 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ 0 ], B_Q14[ 0 ] ); in silk_PLC_conceal() 314 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -1 ], B_Q14[ 1 ] ); in silk_PLC_conceal() 315 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -2 ], B_Q14[ 2 ] ); in silk_PLC_conceal() 316 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -3 ], B_Q14[ 3 ] ); in silk_PLC_conceal() 317 LTP_pred_Q12 = silk_SMLAWB( LTP_pred_Q12, pred_lag_ptr[ -4 ], B_Q14[ 4 ] ); in silk_PLC_conceal() 329 B_Q14[ j ] = silk_RSHIFT( silk_SMULBB( harm_Gain_Q15, B_Q14[ j ] ), 15 ); in silk_PLC_conceal()
|
D | quant_LTP_gains.c | 36 …opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gain… in silk_quant_LTP_gains() 120 … B_Q14[ j * LTP_ORDER + k ] = silk_LSHIFT( cbk_ptr_Q7[ cbk_index[ j ] * LTP_ORDER + k ], 7 ); in silk_quant_LTP_gains()
|
D | NSQ.c | 96 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13; in silk_NSQ_c() local 129 B_Q14 = <PCoef_Q14[ k * LTP_ORDER ]; in silk_NSQ_c() 158 …k_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14, in silk_NSQ_c()
|
D | NSQ_del_dec.c | 137 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13; in silk_NSQ_del_dec_c() local 203 B_Q14 = <PCoef_Q14[ k * LTP_ORDER ]; in silk_NSQ_del_dec_c() 267 …delayedGain_Q10, A_Q12, B_Q14, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[… in silk_NSQ_del_dec_c()
|
D | main.h | 212 …opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ], /* O Quantized LTP gain…
|
/external/libopus/silk/float/ |
D | wrappers_FLP.c | 189 opus_int16 B_Q14[ MAX_NB_SUBFR * LTP_ORDER ]; in silk_quant_LTP_gains_FLP() local 200 …silk_quant_LTP_gains( B_Q14, cbk_index, periodicity_index, sum_log_gain_Q7, &pred_gain_dB_Q7, XX_Q… in silk_quant_LTP_gains_FLP() 203 B[ i ] = (silk_float)B_Q14[ i ] * ( 1.0f / 16384.0f ); in silk_quant_LTP_gains_FLP()
|
/external/libopus/silk/x86/ |
D | NSQ_sse4_1.c | 92 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13; in silk_NSQ_sse4_1() local 185 B_Q14 = <PCoef_Q14[ k * LTP_ORDER ]; 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 …k_noise_shape_quantizer( NSQ, psIndices->signalType, x_sc_Q10, pulses, pxq, sLTP_Q15, A_Q12, B_Q14, in silk_NSQ_sse4_1()
|
D | NSQ_del_dec_sse4_1.c | 134 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13; in silk_NSQ_del_dec_sse4_1() local 200 B_Q14 = <PCoef_Q14[ k * LTP_ORDER ]; in silk_NSQ_del_dec_sse4_1() 264 …delayedGain_Q10, A_Q12, B_Q14, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[… in silk_NSQ_del_dec_sse4_1()
|
/external/libopus/silk/arm/ |
D | NSQ_del_dec_neon_intr.c | 262 const opus_int16 *A_Q12, *B_Q14, *AR_shp_Q13; in silk_NSQ_del_dec_neon() local 334 B_Q14 = <PCoef_Q14[ k * LTP_ORDER ]; in silk_NSQ_del_dec_neon() 388 …delayedGain_Q10, A_Q12, B_Q14, AR_shp_Q13, lag, HarmShapeFIRPacked_Q14, Tilt_Q14[ k ], LF_shp_Q14[… in silk_NSQ_del_dec_neon()
|