W5                105 libavcodec/alpha/simple_idct_alpha.c         b2 = W5 * t;
W5                120 libavcodec/alpha/simple_idct_alpha.c         b3 -= W5 * t;
W5                127 libavcodec/alpha/simple_idct_alpha.c         b0 += W5 * t;
W5                137 libavcodec/alpha/simple_idct_alpha.c         b1 -= W5 * t;
W5                189 libavcodec/alpha/simple_idct_alpha.c         b2 = W5 * col[8 * 1];
W5                202 libavcodec/alpha/simple_idct_alpha.c         b3 -= W5 * col[8 * 3];
W5                206 libavcodec/alpha/simple_idct_alpha.c         b0 += W5 * col[8 * 5];
W5                214 libavcodec/alpha/simple_idct_alpha.c         b1 -= W5 * col[8 * 7];
W5                 64 libavcodec/ppc/fdctdsp.c     { W4, W5, W6, W7 },
W5                155 libavcodec/simple_idct_template.c     b2 = MUL(W5, row[1]);
W5                158 libavcodec/simple_idct_template.c     MAC(b3, -W5, row[3]);
W5                166 libavcodec/simple_idct_template.c         MAC(b0,  W5, row[5]);
W5                170 libavcodec/simple_idct_template.c         MAC(b1, -W5, row[7]);
W5                202 libavcodec/simple_idct_template.c         b2 = MUL(W5, col[8*1]);                         \
W5                208 libavcodec/simple_idct_template.c         MAC(b3, -W5, col[8*3]);                         \
W5                218 libavcodec/simple_idct_template.c             MAC(b0,  W5, col[8*5]);                     \
W5                233 libavcodec/simple_idct_template.c             MAC(b1, -W5, col[8*7]);                     \
W5                 43 libavcodec/wmv2dsp.c     a5 = W5 * b[5] + W3 * b[3];
W5                 44 libavcodec/wmv2dsp.c     a3 = W3 * b[5] - W5 * b[3];
W5                 73 libavcodec/wmv2dsp.c     a5 = (W5 * b[8 * 5] + W3 * b[8 * 3] + 4) >> 3;
W5                 74 libavcodec/wmv2dsp.c     a3 = (W3 * b[8 * 5] - W5 * b[8 * 3] + 4) >> 3;