W4                 61 libavcodec/alpha/simple_idct_alpha.c     a0 = W4 * sextw(l) + (1 << (ROW_SHIFT - 1));
W4                 90 libavcodec/alpha/simple_idct_alpha.c         a0 += W4 * t;
W4                 91 libavcodec/alpha/simple_idct_alpha.c         a1 -= W4 * t;
W4                 92 libavcodec/alpha/simple_idct_alpha.c         a2 -= W4 * t;
W4                 93 libavcodec/alpha/simple_idct_alpha.c         a3 += W4 * t;
W4                163 libavcodec/alpha/simple_idct_alpha.c     col[0] += (1 << (COL_SHIFT - 1)) / W4;
W4                165 libavcodec/alpha/simple_idct_alpha.c     a0 = W4 * col[8 * 0];
W4                166 libavcodec/alpha/simple_idct_alpha.c     a1 = W4 * col[8 * 0];
W4                167 libavcodec/alpha/simple_idct_alpha.c     a2 = W4 * col[8 * 0];
W4                168 libavcodec/alpha/simple_idct_alpha.c     a3 = W4 * col[8 * 0];
W4                178 libavcodec/alpha/simple_idct_alpha.c         a0 += W4 * col[8 * 4];
W4                179 libavcodec/alpha/simple_idct_alpha.c         a1 -= W4 * col[8 * 4];
W4                180 libavcodec/alpha/simple_idct_alpha.c         a2 -= W4 * col[8 * 4];
W4                181 libavcodec/alpha/simple_idct_alpha.c         a3 += W4 * col[8 * 4];
W4                242 libavcodec/alpha/simple_idct_alpha.c         int_fast32_t a0 = col[i] + (1 << (COL_SHIFT - 1)) / W4;
W4                244 libavcodec/alpha/simple_idct_alpha.c         a0 *= W4;
W4                 62 libavcodec/ppc/fdct_altivec.c     { W4, W5, W6, W7 },
W4                110 libavcodec/simple_idct.c         a0 = (W4 * row[0]) + (1 << (ROW_SHIFT - 1));
W4                136 libavcodec/simple_idct.c             a0 += W4*row[4] + W6*row[6];
W4                137 libavcodec/simple_idct.c             a1 += - W4*row[4] - W2*row[6];
W4                138 libavcodec/simple_idct.c             a2 += - W4*row[4] + W2*row[6];
W4                139 libavcodec/simple_idct.c             a3 += W4*row[4] - W6*row[6];
W4                171 libavcodec/simple_idct.c         a0 = W4 * (col[8*0] + ((1<<(COL_SHIFT-1))/W4));
W4                192 libavcodec/simple_idct.c             a0 += + W4*col[8*4];
W4                193 libavcodec/simple_idct.c             a1 += - W4*col[8*4];
W4                194 libavcodec/simple_idct.c             a2 += - W4*col[8*4];
W4                195 libavcodec/simple_idct.c             a3 += + W4*col[8*4];
W4                243 libavcodec/simple_idct.c         a0 = W4 * (col[8*0] + ((1<<(COL_SHIFT-1))/W4));
W4                264 libavcodec/simple_idct.c             a0 += + W4*col[8*4];
W4                265 libavcodec/simple_idct.c             a1 += - W4*col[8*4];
W4                266 libavcodec/simple_idct.c             a2 += - W4*col[8*4];
W4                267 libavcodec/simple_idct.c             a3 += + W4*col[8*4];
W4                313 libavcodec/simple_idct.c         a0 = W4 * (col[8*0] + ((1<<(COL_SHIFT-1))/W4));
W4                334 libavcodec/simple_idct.c             a0 += + W4*col[8*4];
W4                335 libavcodec/simple_idct.c             a1 += - W4*col[8*4];
W4                336 libavcodec/simple_idct.c             a2 += - W4*col[8*4];
W4                337 libavcodec/simple_idct.c             a3 += + W4*col[8*4];