W7                106 libavcodec/alpha/simple_idct_alpha.c         b3 = W7 * t;
W7                118 libavcodec/alpha/simple_idct_alpha.c         b1 -= W7 * t;
W7                129 libavcodec/alpha/simple_idct_alpha.c         b2 += W7 * t;
W7                136 libavcodec/alpha/simple_idct_alpha.c         b0 += W7 * t;
W7                190 libavcodec/alpha/simple_idct_alpha.c         b3 = W7 * col[8 * 1];
W7                200 libavcodec/alpha/simple_idct_alpha.c         b1 -= W7 * col[8 * 3];
W7                208 libavcodec/alpha/simple_idct_alpha.c         b2 += W7 * col[8 * 5];
W7                213 libavcodec/alpha/simple_idct_alpha.c         b0 += W7 * col[8 * 7];
W7                 44 libavcodec/mips/simple_idct_mmi.c     W1,  W3,  W5,  W7,
W7                 46 libavcodec/mips/simple_idct_mmi.c     W3, -W7, -W1, -W5,
W7                 48 libavcodec/mips/simple_idct_mmi.c     W5, -W1,  W7,  W3,
W7                 50 libavcodec/mips/simple_idct_mmi.c     W7, -W5,  W3, -W1,
W7                 44 libavcodec/mips/wmv2dsp_mmi.c     a1 = W1 * b[1] + W7 * b[7];
W7                 50 libavcodec/mips/wmv2dsp_mmi.c     a7 = W7 * b[1] - W1 * b[7];
W7                 74 libavcodec/mips/wmv2dsp_mmi.c     a1 = (W1 * b[ 8] + W7 * b[56] + 4) >> 3;
W7                 80 libavcodec/mips/wmv2dsp_mmi.c     a7 = (W7 * b[ 8] - W1 * b[56] + 4) >> 3;
W7                 63 libavcodec/ppc/fdctdsp.c     { W4, W5, W6, W7 },
W7                172 libavcodec/simple_idct_template.c     MAC(b1, -W7, row[3]);
W7                175 libavcodec/simple_idct_template.c     b3 = MUL(W7, row[1]);
W7                189 libavcodec/simple_idct_template.c         MAC(b0,  W7, row[7]);
W7                194 libavcodec/simple_idct_template.c         MAC(b2,  W7, row[5]);
W7                225 libavcodec/simple_idct_template.c         b3 = MUL(W7, col[8*1]);                         \
W7                228 libavcodec/simple_idct_template.c         MAC(b1, -W7, col[8*3]);                         \
W7                242 libavcodec/simple_idct_template.c             MAC(b2,  W7, col[8*5]);                     \
W7                254 libavcodec/simple_idct_template.c             MAC(b0,  W7, col[8*7]);                     \
W7                 41 libavcodec/wmv2dsp.c     a1 = W1 * b[1] + W7 * b[7];
W7                 42 libavcodec/wmv2dsp.c     a7 = W7 * b[1] - W1 * b[7];
W7                 71 libavcodec/wmv2dsp.c     a1 = (W1 * b[8 * 1] + W7 * b[8 * 7] + 4) >> 3;
W7                 72 libavcodec/wmv2dsp.c     a7 = (W7 * b[8 * 1] - W1 * b[8 * 7] + 4) >> 3;