W5 105 libavcodec/alpha/simple_idct_alpha.c b2 = W5 * t; W5 120 libavcodec/alpha/simple_idct_alpha.c b3 -= W5 * t; W5 127 libavcodec/alpha/simple_idct_alpha.c b0 += W5 * t; W5 137 libavcodec/alpha/simple_idct_alpha.c b1 -= W5 * t; W5 189 libavcodec/alpha/simple_idct_alpha.c b2 = W5 * col[8 * 1]; W5 202 libavcodec/alpha/simple_idct_alpha.c b3 -= W5 * col[8 * 3]; W5 206 libavcodec/alpha/simple_idct_alpha.c b0 += W5 * col[8 * 5]; W5 214 libavcodec/alpha/simple_idct_alpha.c b1 -= W5 * col[8 * 7]; W5 44 libavcodec/mips/simple_idct_mmi.c W1, W3, W5, W7, W5 46 libavcodec/mips/simple_idct_mmi.c W3, -W7, -W1, -W5, W5 48 libavcodec/mips/simple_idct_mmi.c W5, -W1, W7, W3, W5 50 libavcodec/mips/simple_idct_mmi.c W7, -W5, W3, -W1, W5 46 libavcodec/mips/wmv2dsp_mmi.c a3 = W3 * b[5] - W5 * b[3]; W5 48 libavcodec/mips/wmv2dsp_mmi.c a5 = W5 * b[5] + W3 * b[3]; W5 76 libavcodec/mips/wmv2dsp_mmi.c a3 = (W3 * b[40] - W5 * b[24] + 4) >> 3; W5 78 libavcodec/mips/wmv2dsp_mmi.c a5 = (W5 * b[40] + W3 * b[24] + 4) >> 3; W5 63 libavcodec/ppc/fdctdsp.c { W4, W5, W6, W7 }, W5 173 libavcodec/simple_idct_template.c b2 = MUL(W5, row[1]); W5 176 libavcodec/simple_idct_template.c MAC(b3, -W5, row[3]); W5 188 libavcodec/simple_idct_template.c MAC(b0, W5, row[5]); W5 192 libavcodec/simple_idct_template.c MAC(b1, -W5, row[7]); W5 224 libavcodec/simple_idct_template.c b2 = MUL(W5, col[8*1]); \ W5 230 libavcodec/simple_idct_template.c MAC(b3, -W5, col[8*3]); \ W5 240 libavcodec/simple_idct_template.c MAC(b0, W5, col[8*5]); \ W5 255 libavcodec/simple_idct_template.c MAC(b1, -W5, col[8*7]); \ W5 43 libavcodec/wmv2dsp.c a5 = W5 * b[5] + W3 * b[3]; W5 44 libavcodec/wmv2dsp.c a3 = W3 * b[5] - W5 * b[3]; W5 73 libavcodec/wmv2dsp.c a5 = (W5 * b[8 * 5] + W3 * b[8 * 3] + 4) >> 3; W5 74 libavcodec/wmv2dsp.c a3 = (W3 * b[8 * 5] - W5 * b[8 * 3] + 4) >> 3;