Lines Matching refs:FMAXSW
342 #define FMAXSW(a, b) ((int16_t)(a) > (int16_t)(b)) ? (a) : (b)386 SSE_HELPER_W(helper_pmaxsw, FMAXSW)