W3 104 libavcodec/alpha/simple_idct_alpha.c b1 = W3 * t; W3 117 libavcodec/alpha/simple_idct_alpha.c b0 += W3 * t; W3 130 libavcodec/alpha/simple_idct_alpha.c b3 += W3 * t; W3 138 libavcodec/alpha/simple_idct_alpha.c b2 += W3 * t; W3 188 libavcodec/alpha/simple_idct_alpha.c b1 = W3 * col[8 * 1]; W3 199 libavcodec/alpha/simple_idct_alpha.c b0 += W3 * col[8 * 3]; W3 209 libavcodec/alpha/simple_idct_alpha.c b3 += W3 * col[8 * 5]; W3 215 libavcodec/alpha/simple_idct_alpha.c b2 += W3 * col[8 * 7]; W3 44 libavcodec/mips/simple_idct_mmi.c W1, W3, W5, W7, W3 46 libavcodec/mips/simple_idct_mmi.c W3, -W7, -W1, -W5, W3 48 libavcodec/mips/simple_idct_mmi.c W5, -W1, W7, W3, W3 50 libavcodec/mips/simple_idct_mmi.c W7, -W5, W3, -W1, W3 46 libavcodec/mips/wmv2dsp_mmi.c a3 = W3 * b[5] - W5 * b[3]; W3 48 libavcodec/mips/wmv2dsp_mmi.c a5 = W5 * b[5] + W3 * b[3]; W3 76 libavcodec/mips/wmv2dsp_mmi.c a3 = (W3 * b[40] - W5 * b[24] + 4) >> 3; W3 78 libavcodec/mips/wmv2dsp_mmi.c a5 = (W5 * b[40] + W3 * b[24] + 4) >> 3; W3 62 libavcodec/ppc/fdctdsp.c { W0, W1, W2, W3 }, W3 170 libavcodec/simple_idct_template.c MAC(b0, W3, row[3]); W3 171 libavcodec/simple_idct_template.c b1 = MUL(W3, row[1]); W3 195 libavcodec/simple_idct_template.c MAC(b2, W3, row[7]); W3 197 libavcodec/simple_idct_template.c MAC(b3, W3, row[5]); W3 223 libavcodec/simple_idct_template.c b1 = MUL(W3, col[8*1]); \ W3 227 libavcodec/simple_idct_template.c MAC(b0, W3, col[8*3]); \ W3 243 libavcodec/simple_idct_template.c MAC(b3, W3, col[8*5]); \ W3 256 libavcodec/simple_idct_template.c MAC(b2, W3, col[8*7]); \ W3 43 libavcodec/wmv2dsp.c a5 = W5 * b[5] + W3 * b[3]; W3 44 libavcodec/wmv2dsp.c a3 = W3 * b[5] - W5 * b[3]; W3 73 libavcodec/wmv2dsp.c a5 = (W5 * b[8 * 5] + W3 * b[8 * 3] + 4) >> 3; W3 74 libavcodec/wmv2dsp.c a3 = (W3 * b[8 * 5] - W5 * b[8 * 3] + 4) >> 3;