Searched refs:v_high_u16 (Results 1 – 1 of 1) sorted by relevance
71 const uint16x8_t v_high_u16 = vmovl_u8(v_high); in ColMeanAndVariance() local74 const uint16x4_t v_high_high = vget_high_u16(v_high_u16); in ColMeanAndVariance()75 const uint16x4_t v_high_low = vget_low_u16(v_high_u16); in ColMeanAndVariance()