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 63 libavcodec/ppc/fdctdsp.c { W0, W1, W2, W3 }, W1 151 libavcodec/simple_idct_template.c b0 = MUL(W1, row[1]); W1 156 libavcodec/simple_idct_template.c MAC(b2, -W1, row[3]); W1 169 libavcodec/simple_idct_template.c MAC(b1, -W1, row[5]); W1 176 libavcodec/simple_idct_template.c MAC(b3, -W1, row[7]); W1 200 libavcodec/simple_idct_template.c b0 = MUL(W1, col[8*1]); \ W1 207 libavcodec/simple_idct_template.c MAC(b2, -W1, col[8*3]); \ W1 219 libavcodec/simple_idct_template.c MAC(b1, -W1, col[8*5]); \ W1 235 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 134 libavutil/pixelutils.c int r = run_single_test(test, b1, W1, b2, W2, a, i); W1 145 libavutil/pixelutils.c uint8_t *buf1 = av_malloc(W1*H1); W1 166 libavutil/pixelutils.c RANDOM_INIT(buf1, W1*H1); W1 173 libavutil/pixelutils.c memset(buf1, 0xff, W1*H1); W1 180 libavutil/pixelutils.c memset(buf1, 0x90, W1*H1);