W4                 56 libavcodec/alpha/simple_idct_alpha.c     a0 = W4 * sextw(l) + (1 << (ROW_SHIFT - 1));
W4                 85 libavcodec/alpha/simple_idct_alpha.c         a0 += W4 * t;
W4                 86 libavcodec/alpha/simple_idct_alpha.c         a1 -= W4 * t;
W4                 87 libavcodec/alpha/simple_idct_alpha.c         a2 -= W4 * t;
W4                 88 libavcodec/alpha/simple_idct_alpha.c         a3 += W4 * t;
W4                158 libavcodec/alpha/simple_idct_alpha.c     col[0] += (1 << (COL_SHIFT - 1)) / W4;
W4                160 libavcodec/alpha/simple_idct_alpha.c     a0 = W4 * col[8 * 0];
W4                161 libavcodec/alpha/simple_idct_alpha.c     a1 = W4 * col[8 * 0];
W4                162 libavcodec/alpha/simple_idct_alpha.c     a2 = W4 * col[8 * 0];
W4                163 libavcodec/alpha/simple_idct_alpha.c     a3 = W4 * col[8 * 0];
W4                173 libavcodec/alpha/simple_idct_alpha.c         a0 += W4 * col[8 * 4];
W4                174 libavcodec/alpha/simple_idct_alpha.c         a1 -= W4 * col[8 * 4];
W4                175 libavcodec/alpha/simple_idct_alpha.c         a2 -= W4 * col[8 * 4];
W4                176 libavcodec/alpha/simple_idct_alpha.c         a3 += W4 * col[8 * 4];
W4                237 libavcodec/alpha/simple_idct_alpha.c         int a0 = col[i] + (1 << (COL_SHIFT - 1)) / W4;
W4                239 libavcodec/alpha/simple_idct_alpha.c         a0 *= W4;
W4                 43 libavcodec/mips/simple_idct_mmi.c     W4,  W2,  W4,  W6,
W4                 45 libavcodec/mips/simple_idct_mmi.c     W4,  W6, -W4, -W2,
W4                 47 libavcodec/mips/simple_idct_mmi.c     W4, -W6, -W4,  W2,
W4                 49 libavcodec/mips/simple_idct_mmi.c     W4, -W2,  W4, -W6,
W4                 63 libavcodec/ppc/fdctdsp.c     { W4, W5, W6, W7 },
W4                159 libavcodec/simple_idct_template.c     a0 = ((SUINT)W4 * row[0]) + (1 << (ROW_SHIFT + extra_shift - 1));
W4                183 libavcodec/simple_idct_template.c         a0 += (SUINT)  W4*row[4] + (SUINT)W6*row[6];
W4                184 libavcodec/simple_idct_template.c         a1 += (SUINT)- W4*row[4] - (SUINT)W2*row[6];
W4                185 libavcodec/simple_idct_template.c         a2 += (SUINT)- W4*row[4] + (SUINT)W2*row[6];
W4                186 libavcodec/simple_idct_template.c         a3 += (SUINT)  W4*row[4] - (SUINT)W6*row[6];
W4                212 libavcodec/simple_idct_template.c         a0 = (SUINT)W4 * (col[8*0] + ((1<<(COL_SHIFT-1))/W4)); \
W4                233 libavcodec/simple_idct_template.c             a0 += (SUINT) W4*col[8*4];                         \
W4                234 libavcodec/simple_idct_template.c             a1 += (SUINT)-W4*col[8*4];                         \
W4                235 libavcodec/simple_idct_template.c             a2 += (SUINT)-W4*col[8*4];                         \
W4                236 libavcodec/simple_idct_template.c             a3 += (SUINT) W4*col[8*4];                         \