BYTE_VEC 29 libavcodec/alpha/hpeldsp_alpha.c return (a & b) + (((a ^ b) & BYTE_VEC(0xfe)) >> 1); BYTE_VEC 34 libavcodec/alpha/hpeldsp_alpha.c return (a | b) - (((a ^ b) & BYTE_VEC(0xfe)) >> 1); BYTE_VEC 42 libavcodec/alpha/hpeldsp_alpha.c uint64_t r1 = ((l1 & ~BYTE_VEC(0x03)) >> 2) BYTE_VEC 43 libavcodec/alpha/hpeldsp_alpha.c + ((l2 & ~BYTE_VEC(0x03)) >> 2) BYTE_VEC 44 libavcodec/alpha/hpeldsp_alpha.c + ((l3 & ~BYTE_VEC(0x03)) >> 2) BYTE_VEC 45 libavcodec/alpha/hpeldsp_alpha.c + ((l4 & ~BYTE_VEC(0x03)) >> 2); BYTE_VEC 46 libavcodec/alpha/hpeldsp_alpha.c uint64_t r2 = (( (l1 & BYTE_VEC(0x03)) BYTE_VEC 47 libavcodec/alpha/hpeldsp_alpha.c + (l2 & BYTE_VEC(0x03)) BYTE_VEC 48 libavcodec/alpha/hpeldsp_alpha.c + (l3 & BYTE_VEC(0x03)) BYTE_VEC 49 libavcodec/alpha/hpeldsp_alpha.c + (l4 & BYTE_VEC(0x03)) BYTE_VEC 50 libavcodec/alpha/hpeldsp_alpha.c + BYTE_VEC(0x02)) >> 2) & BYTE_VEC(0x03); BYTE_VEC 91 libavcodec/alpha/hpeldsp_alpha.c uint64_t pix_l = (pix1 & BYTE_VEC(0x03)) \ BYTE_VEC 92 libavcodec/alpha/hpeldsp_alpha.c + (pix2 & BYTE_VEC(0x03)); \ BYTE_VEC 93 libavcodec/alpha/hpeldsp_alpha.c uint64_t pix_h = ((pix1 & ~BYTE_VEC(0x03)) >> 2) \ BYTE_VEC 94 libavcodec/alpha/hpeldsp_alpha.c + ((pix2 & ~BYTE_VEC(0x03)) >> 2); \ BYTE_VEC 104 libavcodec/alpha/hpeldsp_alpha.c npix_l = (npix1 & BYTE_VEC(0x03)) \ BYTE_VEC 105 libavcodec/alpha/hpeldsp_alpha.c + (npix2 & BYTE_VEC(0x03)); \ BYTE_VEC 106 libavcodec/alpha/hpeldsp_alpha.c npix_h = ((npix1 & ~BYTE_VEC(0x03)) >> 2) \ BYTE_VEC 107 libavcodec/alpha/hpeldsp_alpha.c + ((npix2 & ~BYTE_VEC(0x03)) >> 2); \ BYTE_VEC 108 libavcodec/alpha/hpeldsp_alpha.c avg = (((pix_l + npix_l + AVG4_ROUNDER) >> 2) & BYTE_VEC(0x03)) \ BYTE_VEC 147 libavcodec/alpha/hpeldsp_alpha.c #define AVG4_ROUNDER BYTE_VEC(0x02) BYTE_VEC 162 libavcodec/alpha/hpeldsp_alpha.c #define AVG4_ROUNDER BYTE_VEC(0x01) BYTE_VEC 30 libavcodec/alpha/me_cmp_alpha.c return (a | b) - (((a ^ b) & BYTE_VEC(0xfe)) >> 1); BYTE_VEC 35 libavcodec/alpha/me_cmp_alpha.c uint64_t r1 = ((l1 & ~BYTE_VEC(0x03)) >> 2) BYTE_VEC 36 libavcodec/alpha/me_cmp_alpha.c + ((l2 & ~BYTE_VEC(0x03)) >> 2) BYTE_VEC 37 libavcodec/alpha/me_cmp_alpha.c + ((l3 & ~BYTE_VEC(0x03)) >> 2) BYTE_VEC 38 libavcodec/alpha/me_cmp_alpha.c + ((l4 & ~BYTE_VEC(0x03)) >> 2); BYTE_VEC 39 libavcodec/alpha/me_cmp_alpha.c uint64_t r2 = (( (l1 & BYTE_VEC(0x03)) BYTE_VEC 40 libavcodec/alpha/me_cmp_alpha.c + (l2 & BYTE_VEC(0x03)) BYTE_VEC 41 libavcodec/alpha/me_cmp_alpha.c + (l3 & BYTE_VEC(0x03)) BYTE_VEC 42 libavcodec/alpha/me_cmp_alpha.c + (l4 & BYTE_VEC(0x03)) BYTE_VEC 43 libavcodec/alpha/me_cmp_alpha.c + BYTE_VEC(0x02)) >> 2) & BYTE_VEC(0x03);