W3                104 libavcodec/alpha/simple_idct_alpha.c         b1 = W3 * t;
W3                117 libavcodec/alpha/simple_idct_alpha.c         b0 += W3 * t;
W3                130 libavcodec/alpha/simple_idct_alpha.c         b3 += W3 * t;
W3                138 libavcodec/alpha/simple_idct_alpha.c         b2 += W3 * t;
W3                188 libavcodec/alpha/simple_idct_alpha.c         b1 = W3 * col[8 * 1];
W3                199 libavcodec/alpha/simple_idct_alpha.c         b0 += W3 * col[8 * 3];
W3                209 libavcodec/alpha/simple_idct_alpha.c         b3 += W3 * col[8 * 5];
W3                215 libavcodec/alpha/simple_idct_alpha.c         b2 += W3 * col[8 * 7];
W3                 63 libavcodec/ppc/fdctdsp.c     { W0, W1, W2, W3 },
W3                152 libavcodec/simple_idct_template.c     MAC(b0, W3, row[3]);
W3                153 libavcodec/simple_idct_template.c     b1 = MUL(W3, row[1]);
W3                173 libavcodec/simple_idct_template.c         MAC(b2,  W3, row[7]);
W3                175 libavcodec/simple_idct_template.c         MAC(b3,  W3, row[5]);
W3                201 libavcodec/simple_idct_template.c         b1 = MUL(W3, col[8*1]);                         \
W3                205 libavcodec/simple_idct_template.c         MAC(b0,  W3, col[8*3]);                         \
W3                221 libavcodec/simple_idct_template.c             MAC(b3,  W3, col[8*5]);                     \
W3                234 libavcodec/simple_idct_template.c             MAC(b2,  W3, col[8*7]);                     \
W3                 43 libavcodec/wmv2dsp.c     a5 = W5 * b[5] + W3 * b[3];
W3                 44 libavcodec/wmv2dsp.c     a3 = W3 * b[5] - W5 * b[3];
W3                 73 libavcodec/wmv2dsp.c     a5 = (W5 * b[8 * 5] + W3 * b[8 * 3] + 4) >> 3;
W3                 74 libavcodec/wmv2dsp.c     a3 = (W3 * b[8 * 5] - W5 * b[8 * 3] + 4) >> 3;