W6                 77 libavcodec/alpha/simple_idct_alpha.c         a1 += W6 * t;
W6                 78 libavcodec/alpha/simple_idct_alpha.c         a2 -= W6 * t;
W6                 94 libavcodec/alpha/simple_idct_alpha.c         a0 += W6 * t;
W6                 97 libavcodec/alpha/simple_idct_alpha.c         a3 -= W6 * t;
W6                167 libavcodec/alpha/simple_idct_alpha.c         a1 += W6 * col[8 * 2];
W6                168 libavcodec/alpha/simple_idct_alpha.c         a2 -= W6 * col[8 * 2];
W6                180 libavcodec/alpha/simple_idct_alpha.c         a0 += W6 * col[8 * 6];
W6                183 libavcodec/alpha/simple_idct_alpha.c         a3 -= W6 * col[8 * 6];
W6                 43 libavcodec/mips/simple_idct_mmi.c     W4,  W2,  W4,  W6,
W6                 45 libavcodec/mips/simple_idct_mmi.c     W4,  W6, -W4, -W2,
W6                 47 libavcodec/mips/simple_idct_mmi.c     W4, -W6, -W4,  W2,
W6                 49 libavcodec/mips/simple_idct_mmi.c     W4, -W2,  W4, -W6,
W6                 45 libavcodec/mips/wmv2dsp_mmi.c     a2 = W2 * b[2] + W6 * b[6];
W6                 49 libavcodec/mips/wmv2dsp_mmi.c     a6 = W6 * b[2] - W2 * b[6];
W6                 75 libavcodec/mips/wmv2dsp_mmi.c     a2 = (W2 * b[16] + W6 * b[48] + 4) >> 3;
W6                 79 libavcodec/mips/wmv2dsp_mmi.c     a6 = (W6 * b[16] - W2 * b[48] + 4) >> 3;
W6                 63 libavcodec/ppc/fdctdsp.c     { W4, W5, W6, W7 },
W6                165 libavcodec/simple_idct_template.c     a1 += (SUINT)W6 * row[2];
W6                166 libavcodec/simple_idct_template.c     a2 -= (SUINT)W6 * row[2];
W6                183 libavcodec/simple_idct_template.c         a0 += (SUINT)  W4*row[4] + (SUINT)W6*row[6];
W6                186 libavcodec/simple_idct_template.c         a3 += (SUINT)  W4*row[4] - (SUINT)W6*row[6];
W6                218 libavcodec/simple_idct_template.c         a1 += (SUINT) W6*col[8*2];                             \
W6                219 libavcodec/simple_idct_template.c         a2 += (SUINT)-W6*col[8*2];                             \
W6                247 libavcodec/simple_idct_template.c             a0 += (SUINT) W6*col[8*6];                         \
W6                250 libavcodec/simple_idct_template.c             a3 += (SUINT)-W6*col[8*6];                         \
W6                 45 libavcodec/wmv2dsp.c     a2 = W2 * b[2] + W6 * b[6];
W6                 46 libavcodec/wmv2dsp.c     a6 = W6 * b[2] - W2 * b[6];
W6                 75 libavcodec/wmv2dsp.c     a2 = (W2 * b[8 * 2] + W6 * b[8 * 6] + 4) >> 3;
W6                 76 libavcodec/wmv2dsp.c     a6 = (W6 * b[8 * 2] - W2 * b[8 * 6] + 4) >> 3;