Searched refs:narrowed_high (Results 1 – 2 of 2) sorted by relevance
118 int8x8_t narrowed_high = vmovn_s16(combined_high); in MeanImpl() local120 int8x16_t combined_output = vcombine_s8(narrowed_low, narrowed_high); in MeanImpl()
131 uint8x8_t narrowed_high = vmovn_u16(combined_high); in MeanImpl() local133 uint8x16_t combined_output = vcombine_u8(narrowed_low, narrowed_high); in MeanImpl()