Home | History | Annotate | Download | only in priv

Lines Matching full:hsub16u

424 static inline UShort hsub16U ( UShort xx, UShort yy )
1240 return mk16x2( hsub16U( sel16x2_1(xx), sel16x2_1(yy) ),
1241 hsub16U( sel16x2_0(xx), sel16x2_0(yy) ) );