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                 64 libavcodec/ppc/fdctdsp.c     { W4, W5, W6, W7 },
W7                154 libavcodec/simple_idct_template.c     MAC(b1, -W7, row[3]);
W7                157 libavcodec/simple_idct_template.c     b3 = MUL(W7, row[1]);
W7                167 libavcodec/simple_idct_template.c         MAC(b0,  W7, row[7]);
W7                172 libavcodec/simple_idct_template.c         MAC(b2,  W7, row[5]);
W7                203 libavcodec/simple_idct_template.c         b3 = MUL(W7, col[8*1]);                         \
W7                206 libavcodec/simple_idct_template.c         MAC(b1, -W7, col[8*3]);                         \
W7                220 libavcodec/simple_idct_template.c             MAC(b2,  W7, col[8*5]);                     \
W7                232 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;