W1                103 libavcodec/alpha/simple_idct_alpha.c         b0 = W1 * t;
W1                119 libavcodec/alpha/simple_idct_alpha.c         b2 -= W1 * t;
W1                128 libavcodec/alpha/simple_idct_alpha.c         b1 -= W1 * t;
W1                139 libavcodec/alpha/simple_idct_alpha.c         b3 -= W1 * t;
W1                187 libavcodec/alpha/simple_idct_alpha.c         b0 = W1 * col[8 * 1];
W1                201 libavcodec/alpha/simple_idct_alpha.c         b2 -= W1 * col[8 * 3];
W1                207 libavcodec/alpha/simple_idct_alpha.c         b1 -= W1 * col[8 * 5];
W1                216 libavcodec/alpha/simple_idct_alpha.c         b3 -= W1 * col[8 * 7];
W1                 44 libavcodec/mips/simple_idct_mmi.c     W1,  W3,  W5,  W7,
W1                 46 libavcodec/mips/simple_idct_mmi.c     W3, -W7, -W1, -W5,
W1                 48 libavcodec/mips/simple_idct_mmi.c     W5, -W1,  W7,  W3,
W1                 50 libavcodec/mips/simple_idct_mmi.c     W7, -W5,  W3, -W1,
W1                 44 libavcodec/mips/wmv2dsp_mmi.c     a1 = W1 * b[1] + W7 * b[7];
W1                 50 libavcodec/mips/wmv2dsp_mmi.c     a7 = W7 * b[1] - W1 * b[7];
W1                 74 libavcodec/mips/wmv2dsp_mmi.c     a1 = (W1 * b[ 8] + W7 * b[56] + 4) >> 3;
W1                 80 libavcodec/mips/wmv2dsp_mmi.c     a7 = (W7 * b[ 8] - W1 * b[56] + 4) >> 3;
W1                 62 libavcodec/ppc/fdctdsp.c     { W0, W1, W2, W3 },
W1                169 libavcodec/simple_idct_template.c     b0 = MUL(W1, row[1]);
W1                174 libavcodec/simple_idct_template.c     MAC(b2, -W1, row[3]);
W1                191 libavcodec/simple_idct_template.c         MAC(b1, -W1, row[5]);
W1                198 libavcodec/simple_idct_template.c         MAC(b3, -W1, row[7]);
W1                222 libavcodec/simple_idct_template.c         b0 = MUL(W1, col[8*1]);                         \
W1                229 libavcodec/simple_idct_template.c         MAC(b2, -W1, col[8*3]);                         \
W1                241 libavcodec/simple_idct_template.c             MAC(b1, -W1, col[8*5]);                     \
W1                257 libavcodec/simple_idct_template.c             MAC(b3, -W1, col[8*7]);                     \
W1                 41 libavcodec/wmv2dsp.c     a1 = W1 * b[1] + W7 * b[7];
W1                 42 libavcodec/wmv2dsp.c     a7 = W7 * b[1] - W1 * b[7];
W1                 71 libavcodec/wmv2dsp.c     a1 = (W1 * b[8 * 1] + W7 * b[8 * 7] + 4) >> 3;
W1                 72 libavcodec/wmv2dsp.c     a7 = (W7 * b[8 * 1] - W1 * b[8 * 7] + 4) >> 3;
W1                 65 libavutil/tests/pixelutils.c             int r = run_single_test(test, b1, W1, b2, W2, a, i);
W1                 76 libavutil/tests/pixelutils.c     uint8_t *buf1 = av_malloc(W1*H1);
W1                 97 libavutil/tests/pixelutils.c     RANDOM_INIT(buf1, W1*H1);
W1                104 libavutil/tests/pixelutils.c     memset(buf1, 0xff, W1*H1);
W1                111 libavutil/tests/pixelutils.c     memset(buf1, 0x90, W1*H1);