BYTE_VEC          142 libavcodec/alpha/dsputil_alpha.c     return (a & b) + (((a ^ b) & BYTE_VEC(0xfe)) >> 1);
BYTE_VEC          147 libavcodec/alpha/dsputil_alpha.c     return (a | b) - (((a ^ b) & BYTE_VEC(0xfe)) >> 1);
BYTE_VEC          155 libavcodec/alpha/dsputil_alpha.c     uint64_t r1 = ((l1 & ~BYTE_VEC(0x03)) >> 2)
BYTE_VEC          156 libavcodec/alpha/dsputil_alpha.c                 + ((l2 & ~BYTE_VEC(0x03)) >> 2)
BYTE_VEC          157 libavcodec/alpha/dsputil_alpha.c                 + ((l3 & ~BYTE_VEC(0x03)) >> 2)
BYTE_VEC          158 libavcodec/alpha/dsputil_alpha.c                 + ((l4 & ~BYTE_VEC(0x03)) >> 2);
BYTE_VEC          159 libavcodec/alpha/dsputil_alpha.c     uint64_t r2 = ((  (l1 & BYTE_VEC(0x03))
BYTE_VEC          160 libavcodec/alpha/dsputil_alpha.c                     + (l2 & BYTE_VEC(0x03))
BYTE_VEC          161 libavcodec/alpha/dsputil_alpha.c                     + (l3 & BYTE_VEC(0x03))
BYTE_VEC          162 libavcodec/alpha/dsputil_alpha.c                     + (l4 & BYTE_VEC(0x03))
BYTE_VEC          163 libavcodec/alpha/dsputil_alpha.c                     + BYTE_VEC(0x02)) >> 2) & BYTE_VEC(0x03);
BYTE_VEC          204 libavcodec/alpha/dsputil_alpha.c         uint64_t pix_l = (pix1 & BYTE_VEC(0x03))                            \
BYTE_VEC          205 libavcodec/alpha/dsputil_alpha.c                        + (pix2 & BYTE_VEC(0x03));                           \
BYTE_VEC          206 libavcodec/alpha/dsputil_alpha.c         uint64_t pix_h = ((pix1 & ~BYTE_VEC(0x03)) >> 2)                    \
BYTE_VEC          207 libavcodec/alpha/dsputil_alpha.c                        + ((pix2 & ~BYTE_VEC(0x03)) >> 2);                   \
BYTE_VEC          217 libavcodec/alpha/dsputil_alpha.c             npix_l = (npix1 & BYTE_VEC(0x03))                               \
BYTE_VEC          218 libavcodec/alpha/dsputil_alpha.c                    + (npix2 & BYTE_VEC(0x03));                              \
BYTE_VEC          219 libavcodec/alpha/dsputil_alpha.c             npix_h = ((npix1 & ~BYTE_VEC(0x03)) >> 2)                       \
BYTE_VEC          220 libavcodec/alpha/dsputil_alpha.c                    + ((npix2 & ~BYTE_VEC(0x03)) >> 2);                      \
BYTE_VEC          221 libavcodec/alpha/dsputil_alpha.c             avg = (((pix_l + npix_l + AVG4_ROUNDER) >> 2) & BYTE_VEC(0x03)) \
BYTE_VEC          260 libavcodec/alpha/dsputil_alpha.c #define AVG4_ROUNDER BYTE_VEC(0x02)
BYTE_VEC          275 libavcodec/alpha/dsputil_alpha.c #define AVG4_ROUNDER BYTE_VEC(0x01)
BYTE_VEC           72 libavcodec/alpha/motion_est_alpha.c     return (a | b) - (((a ^ b) & BYTE_VEC(0xfe)) >> 1);
BYTE_VEC           77 libavcodec/alpha/motion_est_alpha.c     uint64_t r1 = ((l1 & ~BYTE_VEC(0x03)) >> 2)
BYTE_VEC           78 libavcodec/alpha/motion_est_alpha.c                 + ((l2 & ~BYTE_VEC(0x03)) >> 2)
BYTE_VEC           79 libavcodec/alpha/motion_est_alpha.c                 + ((l3 & ~BYTE_VEC(0x03)) >> 2)
BYTE_VEC           80 libavcodec/alpha/motion_est_alpha.c                 + ((l4 & ~BYTE_VEC(0x03)) >> 2);
BYTE_VEC           81 libavcodec/alpha/motion_est_alpha.c     uint64_t r2 = ((  (l1 & BYTE_VEC(0x03))
BYTE_VEC           82 libavcodec/alpha/motion_est_alpha.c                     + (l2 & BYTE_VEC(0x03))
BYTE_VEC           83 libavcodec/alpha/motion_est_alpha.c                     + (l3 & BYTE_VEC(0x03))
BYTE_VEC           84 libavcodec/alpha/motion_est_alpha.c                     + (l4 & BYTE_VEC(0x03))
BYTE_VEC           85 libavcodec/alpha/motion_est_alpha.c                     + BYTE_VEC(0x02)) >> 2) & BYTE_VEC(0x03);