Searched refs:warping_Q16_s32x4 (Results 1 – 1 of 1) sorted by relevance
/external/libopus/silk/fixed/arm/ |
D | warped_autocorrelation_FIX_neon_intr.c | 53 …int32x4_t state_QS0_1_s32x4, const int32x4_t state_QS1_1_s32x4, const int32x4_t warping_Q16_s32x4 ) in calc_state() argument 56 t_s32x4 = vqdmulhq_s32( t_s32x4, warping_Q16_s32x4 ); in calc_state() 151 const int32x4_t warping_Q16_s32x4 = vdupq_n_s32( warping_Q16 << 15 ); in silk_warped_autocorrelation_FIX_neon() local 171 … state_QS_s32x4[ 0 ][ 0 ], state_QS_s32x4[ 2 ][ 0 ], state_QS_s32x4[ 1 ][ 0 ], warping_Q16_s32x4 ); in silk_warped_autocorrelation_FIX_neon() 172 … state_QS_s32x4[ 0 ][ 1 ], state_QS_s32x4[ 2 ][ 1 ], state_QS_s32x4[ 1 ][ 1 ], warping_Q16_s32x4 ); in silk_warped_autocorrelation_FIX_neon() 191 … state_QS_s32x4[ 0 ][ 0 ], state_QS_s32x4[ 2 ][ 0 ], state_QS_s32x4[ 1 ][ 0 ], warping_Q16_s32x4 ); in silk_warped_autocorrelation_FIX_neon()
|