Home | History | Annotate | Download | only in gdx2d

Lines Matching refs:sum_h

2073          out0 = _mm_packs_epi32(_mm_srai_epi32(sum_l, s), _mm_srai_epi32(sum_h, s)); \
2257 out0 = vcombine_s16(shiftop(sum_l, s), shiftop(sum_h, s)); \