Searched refs:t_s16x8 (Results 1 – 1 of 1) sorted by relevance
131 int16x8_t t_s16x8; in copy_winner_state_kernel() local142 t_s16x8 = vcombine_s16( vrshrn_n_s32( t0_s32x4, 10 ), vrshrn_n_s32( t1_s32x4, 10 ) ); in copy_winner_state_kernel()143 vst1_s8( &pulses[ offset ], vmovn_s16( t_s16x8 ) ); in copy_winner_state_kernel()462 int16x8_t t_s16x8; in silk_short_prediction_create_arch_coef_neon_local() local466 …t_s16x8 = vld1q_s16( in + 0 ); /* 7 6 5 4 3 2 1… in silk_short_prediction_create_arch_coef_neon_local()467 …t_s16x8 = vrev64q_s16( t_s16x8 ); /* 4 5 6 7 0 1 2… in silk_short_prediction_create_arch_coef_neon_local()468 …t2_s32x4 = vshll_n_s16( vget_high_s16( t_s16x8 ), 15 ); /* 4 5 6 7 … in silk_short_prediction_create_arch_coef_neon_local()469 …t3_s32x4 = vshll_n_s16( vget_low_s16( t_s16x8 ), 15 ); /* 0 1 2 3 … in silk_short_prediction_create_arch_coef_neon_local()472 …t_s16x8 = vld1q_s16( in + 8 ); /* F E D C B A 9 8 … in silk_short_prediction_create_arch_coef_neon_local()473 …t_s16x8 = vrev64q_s16( t_s16x8 ); /* C D E F 8 9 A B … in silk_short_prediction_create_arch_coef_neon_local()[all …]