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 64 libavcodec/ppc/fdctdsp.c { W4, W5, W6, W7 }, W4 141 libavcodec/simple_idct_template.c a0 = (W4 * row[0]) + (1 << (ROW_SHIFT + extra_shift - 1)); W4 161 libavcodec/simple_idct_template.c a0 += W4*row[4] + W6*row[6]; W4 162 libavcodec/simple_idct_template.c a1 += - W4*row[4] - W2*row[6]; W4 163 libavcodec/simple_idct_template.c a2 += - W4*row[4] + W2*row[6]; W4 164 libavcodec/simple_idct_template.c a3 += W4*row[4] - W6*row[6]; W4 190 libavcodec/simple_idct_template.c a0 = W4 * (col[8*0] + ((1<<(COL_SHIFT-1))/W4)); \ W4 211 libavcodec/simple_idct_template.c a0 += W4*col[8*4]; \ W4 212 libavcodec/simple_idct_template.c a1 += -W4*col[8*4]; \ W4 213 libavcodec/simple_idct_template.c a2 += -W4*col[8*4]; \ W4 214 libavcodec/simple_idct_template.c a3 += W4*col[8*4]; \