Searched refs:input_s16_low (Results 1 – 1 of 1) sorted by relevance
6766 const int16x4_t input_s16_low = vget_low_s16(input_s16); in Dequantize() local6768 const int32x4_t val_low = vmovl_s16(input_s16_low); in Dequantize()6805 const int16x4_t input_s16_low = vget_low_s16(input_s16); in Dequantize() local6807 const int32x4_t val_low = vmovl_s16(input_s16_low); in Dequantize()6842 const int16x4_t input_s16_low = vld1_s16(input_data + i); in Dequantize() local6844 const int32x4_t val_low = vmovl_s16(input_s16_low); in Dequantize()