Searched refs:do_fmean16 (Results 1 – 1 of 1) sorted by relevance
545 static inline int16_t do_fmean16(int16_t src1, int16_t src2) in do_fmean16() function558 r.VIS_SW64(0) = do_fmean16(s1.VIS_SW64(0), s2.VIS_SW64(0)); in helper_fmean16()559 r.VIS_SW64(1) = do_fmean16(s1.VIS_SW64(1), s2.VIS_SW64(1)); in helper_fmean16()560 r.VIS_SW64(2) = do_fmean16(s1.VIS_SW64(2), s2.VIS_SW64(2)); in helper_fmean16()561 r.VIS_SW64(3) = do_fmean16(s1.VIS_SW64(3), s2.VIS_SW64(3)); in helper_fmean16()