Searched refs:acc_s16_2 (Results 1 – 1 of 1) sorted by relevance
5914 const int16x4_t acc_s16_2 = vqmovn_s32(acc_2); in Quantize() local5915 const int16x8_t res_s16 = vcombine_s16(acc_s16_1, acc_s16_2); in Quantize()