Searched refs:a_Q12_arch (Results 1 – 3 of 3) sorted by relevance
/external/libopus/silk/ |
D | NSQ.c | 213 opus_int32 a_Q12_arch[MAX_LPC_ORDER]; in silk_noise_shape_quantizer() local 224 silk_short_prediction_create_arch_coef(a_Q12_arch, a_Q12, predictLPCOrder); in silk_noise_shape_quantizer() 232 …LPC_pred_Q10 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLP… in silk_noise_shape_quantizer()
|
D | NSQ_del_dec.c | 356 opus_int32 a_Q12_arch[MAX_LPC_ORDER]; in silk_noise_shape_quantizer_del_dec() local 372 silk_short_prediction_create_arch_coef(a_Q12_arch, a_Q12, predictLPCOrder); in silk_noise_shape_quantizer_del_dec() 418 …LPC_pred_Q14 = silk_noise_shape_quantizer_short_prediction(psLPC_Q14, a_Q12, a_Q12_arch, predictLP… in silk_noise_shape_quantizer_del_dec()
|
/external/libopus/silk/arm/ |
D | NSQ_del_dec_neon_intr.c | 511 …_short_prediction_neon_local(const opus_int32 *buf32, const opus_int32 *a_Q12_arch, opus_int order) in silk_noise_shape_quantizer_short_prediction_neon_local() argument 513 const int32x4_t a_Q12_arch0_s32x4 = vld1q_s32( a_Q12_arch + 0 ); in silk_noise_shape_quantizer_short_prediction_neon_local() 514 const int32x4_t a_Q12_arch1_s32x4 = vld1q_s32( a_Q12_arch + 4 ); in silk_noise_shape_quantizer_short_prediction_neon_local() 515 const int32x4_t a_Q12_arch2_s32x4 = vld1q_s32( a_Q12_arch + 8 ); in silk_noise_shape_quantizer_short_prediction_neon_local() 516 const int32x4_t a_Q12_arch3_s32x4 = vld1q_s32( a_Q12_arch + 12 ); in silk_noise_shape_quantizer_short_prediction_neon_local() 577 opus_int32 a_Q12_arch[MAX_LPC_ORDER]; in silk_noise_shape_quantizer_del_dec_neon() local 605 silk_short_prediction_create_arch_coef_neon_local( a_Q12_arch, a_Q12, predictLPCOrder ); in silk_noise_shape_quantizer_del_dec_neon() 649 …ediction_neon_local(psDelDec->sLPC_Q14[ NSQ_LPC_BUF_LENGTH - 16 + i ], a_Q12_arch, predictLPCOrder… in silk_noise_shape_quantizer_del_dec_neon()
|