ldq                62 libavcodec/alpha/dsputil_alpha.c         shorts0 = ldq(block);
ldq                67 libavcodec/alpha/dsputil_alpha.c         shorts1 = ldq(block + 4);
ldq                91 libavcodec/alpha/dsputil_alpha.c         shorts0 = ldq(block);
ldq                92 libavcodec/alpha/dsputil_alpha.c         shorts1 = ldq(block + 4);
ldq               239 libavcodec/alpha/dsputil_alpha.c         OPKIND(ldq, STORE);                                                 \
ldq               265 libavcodec/alpha/dsputil_alpha.c #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
ldq               280 libavcodec/alpha/dsputil_alpha.c #define STORE(l, b) stq(AVG2(l, ldq(b)), b);
ldq                33 libavcodec/alpha/motion_est_alpha.c         p = ldq(pixels);
ldq                53 libavcodec/alpha/motion_est_alpha.c         x = ldq(s1);
ldq                54 libavcodec/alpha/motion_est_alpha.c         y = ldq(s2);
ldq                98 libavcodec/alpha/motion_est_alpha.c             p1  = ldq(pix1);
ldq               109 libavcodec/alpha/motion_est_alpha.c             p1 = ldq(pix1);
ldq               110 libavcodec/alpha/motion_est_alpha.c             p2 = ldq(pix2);
ldq               133 libavcodec/alpha/motion_est_alpha.c             p1_l  = ldq(pix1);
ldq               134 libavcodec/alpha/motion_est_alpha.c             p1_r  = ldq(pix1 + 8);
ldq               148 libavcodec/alpha/motion_est_alpha.c             p1_l = ldq(pix1);
ldq               149 libavcodec/alpha/motion_est_alpha.c             p1_r = ldq(pix1 + 8);
ldq               150 libavcodec/alpha/motion_est_alpha.c             p2_l = ldq(pix2);
ldq               151 libavcodec/alpha/motion_est_alpha.c             p2_r = ldq(pix2 + 8);
ldq               175 libavcodec/alpha/motion_est_alpha.c             p1_l = ldq(pix1);
ldq               176 libavcodec/alpha/motion_est_alpha.c             p1_r = ldq(pix1 + 8);
ldq               177 libavcodec/alpha/motion_est_alpha.c             l    = ldq(pix2);
ldq               178 libavcodec/alpha/motion_est_alpha.c             r    = ldq(pix2 + 8);
ldq               197 libavcodec/alpha/motion_est_alpha.c             p1_l = ldq(pix1);
ldq               198 libavcodec/alpha/motion_est_alpha.c             p1_r = ldq(pix1 + 8);
ldq               217 libavcodec/alpha/motion_est_alpha.c             p1_l  = ldq(pix1);
ldq               218 libavcodec/alpha/motion_est_alpha.c             p1_r  = ldq(pix1 + 8);
ldq               251 libavcodec/alpha/motion_est_alpha.c             p1_l  = ldq(pix1);
ldq               252 libavcodec/alpha/motion_est_alpha.c             p1_r  = ldq(pix1 + 8);
ldq               268 libavcodec/alpha/motion_est_alpha.c         p2_l = ldq(pix2);
ldq               269 libavcodec/alpha/motion_est_alpha.c         p2_r = ldq(pix2 + 8);
ldq               273 libavcodec/alpha/motion_est_alpha.c             p1_l = ldq(pix1);
ldq               274 libavcodec/alpha/motion_est_alpha.c             p1_r = ldq(pix1 + 8);
ldq               276 libavcodec/alpha/motion_est_alpha.c             np2_l = ldq(pix2);
ldq               277 libavcodec/alpha/motion_est_alpha.c             np2_r = ldq(pix2 + 8);
ldq               297 libavcodec/alpha/motion_est_alpha.c     p1_l = ldq(pix1);
ldq               298 libavcodec/alpha/motion_est_alpha.c     p1_r = ldq(pix1 + 8);
ldq               305 libavcodec/alpha/motion_est_alpha.c         p2_l = ldq(pix2);
ldq               306 libavcodec/alpha/motion_est_alpha.c         p2_r = ldq(pix2 + 8);
ldq               307 libavcodec/alpha/motion_est_alpha.c         p2_x = ldq(pix2 + 16) << 56;
ldq               317 libavcodec/alpha/motion_est_alpha.c         np1_l = ldq(pix1);
ldq               318 libavcodec/alpha/motion_est_alpha.c         np1_r = ldq(pix1 + 8);
ldq               325 libavcodec/alpha/motion_est_alpha.c             np2_l = ldq(pix2);
ldq               326 libavcodec/alpha/motion_est_alpha.c             np2_r = ldq(pix2 + 8);
ldq               327 libavcodec/alpha/motion_est_alpha.c             np2_x = ldq(pix2 + 16) << 56;
ldq                38 libavcodec/alpha/mpegvideo_alpha.c         levels = ldq(block);
ldq                55 libavcodec/alpha/simple_idct_alpha.c     l = ldq(row);
ldq                56 libavcodec/alpha/simple_idct_alpha.c     r = ldq(row + 4);
ldq               248 libavcodec/alpha/simple_idct_alpha.c     l = ldq(col + 0 * 4); r = ldq(col + 1 * 4);