MULTIPLY          176 libavcodec/4xm.c         tmp12 = MULTIPLY(block[8 * 2 + i] - block[8 * 6 + i], FIX_1_414213562) - tmp13;
MULTIPLY          189 libavcodec/4xm.c         tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562);
MULTIPLY          191 libavcodec/4xm.c         z5    = MULTIPLY(z10 + z12, FIX_1_847759065);
MULTIPLY          192 libavcodec/4xm.c         tmp10 = MULTIPLY(z12,  FIX_1_082392200) - z5;
MULTIPLY          193 libavcodec/4xm.c         tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5;
MULTIPLY          214 libavcodec/4xm.c         tmp12 = MULTIPLY(temp[2 + i] - temp[6 + i], FIX_1_414213562) - tmp13;
MULTIPLY          227 libavcodec/4xm.c         tmp11 = MULTIPLY(z11 - z13, FIX_1_414213562);
MULTIPLY          229 libavcodec/4xm.c         z5    = MULTIPLY(z10 + z12, FIX_1_847759065);
MULTIPLY          230 libavcodec/4xm.c         tmp10 = MULTIPLY(z12,  FIX_1_082392200) - z5;
MULTIPLY          231 libavcodec/4xm.c         tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5;
MULTIPLY          175 libavcodec/jfdctfst.c     z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
MULTIPLY          186 libavcodec/jfdctfst.c     z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
MULTIPLY          187 libavcodec/jfdctfst.c     z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5;    /* c2-c6 */
MULTIPLY          188 libavcodec/jfdctfst.c     z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5;    /* c2+c6 */
MULTIPLY          189 libavcodec/jfdctfst.c     z3 = MULTIPLY(tmp11, FIX_0_707106781);         /* c4 */
MULTIPLY          241 libavcodec/jfdctfst.c     z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */
MULTIPLY          252 libavcodec/jfdctfst.c     z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */
MULTIPLY          253 libavcodec/jfdctfst.c     z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
MULTIPLY          254 libavcodec/jfdctfst.c     z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */
MULTIPLY          255 libavcodec/jfdctfst.c     z3 = MULTIPLY(tmp11, FIX_0_707106781); /* c4 */
MULTIPLY          307 libavcodec/jfdctfst.c     z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781);
MULTIPLY          319 libavcodec/jfdctfst.c     z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781);
MULTIPLY          217 libavcodec/jfdctint_template.c     z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
MULTIPLY          218 libavcodec/jfdctint_template.c     dataptr[2] = (int16_t) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
MULTIPLY          220 libavcodec/jfdctint_template.c     dataptr[6] = (int16_t) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
MULTIPLY          232 libavcodec/jfdctint_template.c     z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
MULTIPLY          234 libavcodec/jfdctint_template.c     tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
MULTIPLY          235 libavcodec/jfdctint_template.c     tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
MULTIPLY          236 libavcodec/jfdctint_template.c     tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
MULTIPLY          237 libavcodec/jfdctint_template.c     tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
MULTIPLY          238 libavcodec/jfdctint_template.c     z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
MULTIPLY          239 libavcodec/jfdctint_template.c     z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
MULTIPLY          240 libavcodec/jfdctint_template.c     z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
MULTIPLY          241 libavcodec/jfdctint_template.c     z4 = MULTIPLY(z4, - FIX_0_390180644); /* sqrt(2) * (c5-c3) */
MULTIPLY          298 libavcodec/jfdctint_template.c     z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
MULTIPLY          299 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*2] = DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
MULTIPLY          301 libavcodec/jfdctint_template.c     dataptr[DCTSIZE*6] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
MULTIPLY          313 libavcodec/jfdctint_template.c     z5 = MULTIPLY(z3 + z4, FIX_1_175875602); /* sqrt(2) * c3 */
MULTIPLY          315 libavcodec/jfdctint_template.c     tmp4 = MULTIPLY(tmp4, FIX_0_298631336); /* sqrt(2) * (-c1+c3+c5-c7) */
MULTIPLY          316 libavcodec/jfdctint_template.c     tmp5 = MULTIPLY(tmp5, FIX_2_053119869); /* sqrt(2) * ( c1+c3-c5+c7) */
MULTIPLY          317 libavcodec/jfdctint_template.c     tmp6 = MULTIPLY(tmp6, FIX_3_072711026); /* sqrt(2) * ( c1+c3+c5-c7) */
MULTIPLY          318 libavcodec/jfdctint_template.c     tmp7 = MULTIPLY(tmp7, FIX_1_501321110); /* sqrt(2) * ( c1+c3-c5-c7) */
MULTIPLY          319 libavcodec/jfdctint_template.c     z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
MULTIPLY          320 libavcodec/jfdctint_template.c     z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
MULTIPLY          321 libavcodec/jfdctint_template.c     z3 = MULTIPLY(z3, - FIX_1_961570560); /* sqrt(2) * (-c3-c5) */
MULTIPLY          322 libavcodec/jfdctint_template.c     z4 = MULTIPLY(z4, - FIX_0_390180644); /* sqrt(2) * (c5-c3) */
MULTIPLY          376 libavcodec/jfdctint_template.c      z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
MULTIPLY          377 libavcodec/jfdctint_template.c      dataptr[DCTSIZE*2] = DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
MULTIPLY          379 libavcodec/jfdctint_template.c      dataptr[DCTSIZE*6] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
MULTIPLY          390 libavcodec/jfdctint_template.c      z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
MULTIPLY          391 libavcodec/jfdctint_template.c      dataptr[DCTSIZE*3] = DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
MULTIPLY          393 libavcodec/jfdctint_template.c      dataptr[DCTSIZE*7] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
MULTIPLY          175 libavcodec/jrevdct.c #ifndef MULTIPLY                /* default definition */
MULTIPLY          274 libavcodec/jrevdct.c                     z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
MULTIPLY          275 libavcodec/jrevdct.c                     tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
MULTIPLY          276 libavcodec/jrevdct.c                     tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
MULTIPLY          287 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d6, FIX_1_306562965);
MULTIPLY          288 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d6, FIX_0_541196100);
MULTIPLY          301 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d2, FIX_0_541196100);
MULTIPLY          302 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d2, FIX_1_306562965);
MULTIPLY          331 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + z4, FIX_1_175875602);
MULTIPLY          333 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          334 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          335 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          336 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          337 libavcodec/jrevdct.c                     z1 = MULTIPLY(-z1, FIX_0_899976223);
MULTIPLY          338 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
MULTIPLY          339 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
MULTIPLY          340 libavcodec/jrevdct.c                     z4 = MULTIPLY(-z4, FIX_0_390180644);
MULTIPLY          353 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d5, FIX_1_175875602);
MULTIPLY          355 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          356 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          357 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          358 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d7, FIX_0_899976223);
MULTIPLY          359 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
MULTIPLY          360 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
MULTIPLY          361 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d5, FIX_0_390180644);
MULTIPLY          376 libavcodec/jrevdct.c                     z5 = MULTIPLY(d7 + z4, FIX_1_175875602);
MULTIPLY          378 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          379 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          380 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          381 libavcodec/jrevdct.c                     z1 = MULTIPLY(-z1, FIX_0_899976223);
MULTIPLY          382 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
MULTIPLY          383 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
MULTIPLY          384 libavcodec/jrevdct.c                     z4 = MULTIPLY(-z4, FIX_0_390180644);
MULTIPLY          395 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_0_601344887);
MULTIPLY          396 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d7, FIX_0_899976223);
MULTIPLY          397 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
MULTIPLY          398 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(-d5, FIX_0_509795579);
MULTIPLY          399 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
MULTIPLY          400 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d5, FIX_0_390180644);
MULTIPLY          401 libavcodec/jrevdct.c                     z5 = MULTIPLY(d5 + d7, FIX_1_175875602);
MULTIPLY          418 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d1, FIX_1_175875602);
MULTIPLY          420 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          421 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          422 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          423 libavcodec/jrevdct.c                     z1 = MULTIPLY(-z1, FIX_0_899976223);
MULTIPLY          424 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
MULTIPLY          425 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
MULTIPLY          426 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d1, FIX_0_390180644);
MULTIPLY          439 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_0_601344887);
MULTIPLY          440 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d7, FIX_0_899976223);
MULTIPLY          441 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_0_509795579);
MULTIPLY          442 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
MULTIPLY          443 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3, FIX_1_175875602);
MULTIPLY          444 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_0_785694958);
MULTIPLY          455 libavcodec/jrevdct.c                     z5 = MULTIPLY(z1, FIX_1_175875602);
MULTIPLY          457 libavcodec/jrevdct.c                     z1 = MULTIPLY(z1, FIX_0_275899380);
MULTIPLY          458 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
MULTIPLY          459 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_1_662939225);
MULTIPLY          460 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d1, FIX_0_390180644);
MULTIPLY          461 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_111140466);
MULTIPLY          469 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_1_387039845);
MULTIPLY          470 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d7, FIX_1_175875602);
MULTIPLY          471 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d7, FIX_0_785694958);
MULTIPLY          472 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d7, FIX_0_275899380);
MULTIPLY          483 libavcodec/jrevdct.c                     z5 = MULTIPLY(d3 + z4, FIX_1_175875602);
MULTIPLY          485 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          486 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          487 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          488 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d1, FIX_0_899976223);
MULTIPLY          489 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
MULTIPLY          490 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
MULTIPLY          491 libavcodec/jrevdct.c                     z4 = MULTIPLY(-z4, FIX_0_390180644);
MULTIPLY          504 libavcodec/jrevdct.c                     z5 = MULTIPLY(z2, FIX_1_175875602);
MULTIPLY          505 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_1_662939225);
MULTIPLY          506 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d5, FIX_0_390180644);
MULTIPLY          507 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_1_387039845);
MULTIPLY          508 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_1_111140466);
MULTIPLY          509 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
MULTIPLY          521 libavcodec/jrevdct.c                     z5 = MULTIPLY(z4, FIX_1_175875602);
MULTIPLY          522 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d1, FIX_0_899976223);
MULTIPLY          523 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_0_601344887);
MULTIPLY          524 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(-d5, FIX_0_509795579);
MULTIPLY          525 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
MULTIPLY          526 libavcodec/jrevdct.c                     z4 = MULTIPLY(z4, FIX_0_785694958);
MULTIPLY          534 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d5, FIX_1_175875602);
MULTIPLY          535 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_0_275899380);
MULTIPLY          536 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d5, FIX_1_387039845);
MULTIPLY          537 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d5, FIX_0_785694958);
MULTIPLY          545 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_0_211164243);
MULTIPLY          546 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d3, FIX_1_451774981);
MULTIPLY          547 libavcodec/jrevdct.c                     z1 = MULTIPLY(d1, FIX_1_061594337);
MULTIPLY          548 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_172734803);
MULTIPLY          549 libavcodec/jrevdct.c                     z4 = MULTIPLY(z5, FIX_0_785694958);
MULTIPLY          550 libavcodec/jrevdct.c                     z5 = MULTIPLY(z5, FIX_1_175875602);
MULTIPLY          558 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d3, FIX_0_785694958);
MULTIPLY          559 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(-d3, FIX_1_387039845);
MULTIPLY          560 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d3, FIX_0_275899380);
MULTIPLY          561 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d3, FIX_1_175875602);
MULTIPLY          566 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d1, FIX_0_275899380);
MULTIPLY          567 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d1, FIX_0_785694958);
MULTIPLY          568 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d1, FIX_1_175875602);
MULTIPLY          569 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_387039845);
MULTIPLY          620 libavcodec/jrevdct.c                     z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
MULTIPLY          621 libavcodec/jrevdct.c                     tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
MULTIPLY          622 libavcodec/jrevdct.c                     tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
MULTIPLY          633 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d6, FIX_1_306562965);
MULTIPLY          634 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d6, FIX_0_541196100);
MULTIPLY          647 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d2, FIX_0_541196100);
MULTIPLY          648 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d2, FIX_1_306562965);
MULTIPLY          676 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + z4, FIX_1_175875602);
MULTIPLY          678 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          679 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          680 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          681 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          682 libavcodec/jrevdct.c                     z1 = MULTIPLY(-z1, FIX_0_899976223);
MULTIPLY          683 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
MULTIPLY          684 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
MULTIPLY          685 libavcodec/jrevdct.c                     z4 = MULTIPLY(-z4, FIX_0_390180644);
MULTIPLY          698 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d5, FIX_1_175875602);
MULTIPLY          700 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          701 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          702 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          703 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d7, FIX_0_899976223);
MULTIPLY          704 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
MULTIPLY          705 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
MULTIPLY          706 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d5, FIX_0_390180644);
MULTIPLY          722 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + z4, FIX_1_175875602);
MULTIPLY          724 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          725 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          726 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          727 libavcodec/jrevdct.c                     z1 = MULTIPLY(-z1, FIX_0_899976223);
MULTIPLY          728 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
MULTIPLY          729 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
MULTIPLY          730 libavcodec/jrevdct.c                     z4 = MULTIPLY(-z4, FIX_0_390180644);
MULTIPLY          741 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_0_601344887);
MULTIPLY          742 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d7, FIX_0_899976223);
MULTIPLY          743 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
MULTIPLY          744 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(-d5, FIX_0_509795579);
MULTIPLY          745 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
MULTIPLY          746 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d5, FIX_0_390180644);
MULTIPLY          747 libavcodec/jrevdct.c                     z5 = MULTIPLY(d5 + d7, FIX_1_175875602);
MULTIPLY          764 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3 + d1, FIX_1_175875602);
MULTIPLY          766 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d7, FIX_0_298631336);
MULTIPLY          767 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          768 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          769 libavcodec/jrevdct.c                     z1 = MULTIPLY(-z1, FIX_0_899976223);
MULTIPLY          770 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
MULTIPLY          771 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_1_961570560);
MULTIPLY          772 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d1, FIX_0_390180644);
MULTIPLY          785 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_0_601344887);
MULTIPLY          786 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d7, FIX_0_899976223);
MULTIPLY          787 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_0_509795579);
MULTIPLY          788 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_562915447);
MULTIPLY          789 libavcodec/jrevdct.c                     z5 = MULTIPLY(z3, FIX_1_175875602);
MULTIPLY          790 libavcodec/jrevdct.c                     z3 = MULTIPLY(-z3, FIX_0_785694958);
MULTIPLY          801 libavcodec/jrevdct.c                     z5 = MULTIPLY(z1, FIX_1_175875602);
MULTIPLY          803 libavcodec/jrevdct.c                     z1 = MULTIPLY(z1, FIX_0_275899380);
MULTIPLY          804 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d7, FIX_1_961570560);
MULTIPLY          805 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_1_662939225);
MULTIPLY          806 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d1, FIX_0_390180644);
MULTIPLY          807 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_111140466);
MULTIPLY          815 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d7, FIX_1_387039845);
MULTIPLY          816 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d7, FIX_1_175875602);
MULTIPLY          817 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d7, FIX_0_785694958);
MULTIPLY          818 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d7, FIX_0_275899380);
MULTIPLY          829 libavcodec/jrevdct.c                     z5 = MULTIPLY(d3 + z4, FIX_1_175875602);
MULTIPLY          831 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_2_053119869);
MULTIPLY          832 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_3_072711026);
MULTIPLY          833 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_501321110);
MULTIPLY          834 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d1, FIX_0_899976223);
MULTIPLY          835 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_2_562915447);
MULTIPLY          836 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
MULTIPLY          837 libavcodec/jrevdct.c                     z4 = MULTIPLY(-z4, FIX_0_390180644);
MULTIPLY          850 libavcodec/jrevdct.c                     z5 = MULTIPLY(z2, FIX_1_175875602);
MULTIPLY          851 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_1_662939225);
MULTIPLY          852 libavcodec/jrevdct.c                     z4 = MULTIPLY(-d5, FIX_0_390180644);
MULTIPLY          853 libavcodec/jrevdct.c                     z2 = MULTIPLY(-z2, FIX_1_387039845);
MULTIPLY          854 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d3, FIX_1_111140466);
MULTIPLY          855 libavcodec/jrevdct.c                     z3 = MULTIPLY(-d3, FIX_1_961570560);
MULTIPLY          867 libavcodec/jrevdct.c                     z5 = MULTIPLY(z4, FIX_1_175875602);
MULTIPLY          868 libavcodec/jrevdct.c                     z1 = MULTIPLY(-d1, FIX_0_899976223);
MULTIPLY          869 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_0_601344887);
MULTIPLY          870 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(-d5, FIX_0_509795579);
MULTIPLY          871 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d5, FIX_2_562915447);
MULTIPLY          872 libavcodec/jrevdct.c                     z4 = MULTIPLY(z4, FIX_0_785694958);
MULTIPLY          880 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d5, FIX_1_175875602);
MULTIPLY          881 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d5, FIX_0_275899380);
MULTIPLY          882 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d5, FIX_1_387039845);
MULTIPLY          883 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d5, FIX_0_785694958);
MULTIPLY          891 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_0_211164243);
MULTIPLY          892 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d3, FIX_1_451774981);
MULTIPLY          893 libavcodec/jrevdct.c                     z1 = MULTIPLY(d1, FIX_1_061594337);
MULTIPLY          894 libavcodec/jrevdct.c                     z2 = MULTIPLY(-d3, FIX_2_172734803);
MULTIPLY          895 libavcodec/jrevdct.c                     z4 = MULTIPLY(z5, FIX_0_785694958);
MULTIPLY          896 libavcodec/jrevdct.c                     z5 = MULTIPLY(z5, FIX_1_175875602);
MULTIPLY          904 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(-d3, FIX_0_785694958);
MULTIPLY          905 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(-d3, FIX_1_387039845);
MULTIPLY          906 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d3, FIX_0_275899380);
MULTIPLY          907 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d3, FIX_1_175875602);
MULTIPLY          912 libavcodec/jrevdct.c                     tmp0 = MULTIPLY(d1, FIX_0_275899380);
MULTIPLY          913 libavcodec/jrevdct.c                     tmp1 = MULTIPLY(d1, FIX_0_785694958);
MULTIPLY          914 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d1, FIX_1_175875602);
MULTIPLY          915 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d1, FIX_1_387039845);
MULTIPLY         1005 libavcodec/jrevdct.c                     z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
MULTIPLY         1006 libavcodec/jrevdct.c                     tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
MULTIPLY         1007 libavcodec/jrevdct.c                     tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
MULTIPLY         1018 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d6, FIX_1_306562965);
MULTIPLY         1019 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d6, FIX_0_541196100);
MULTIPLY         1032 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d2, FIX_0_541196100);
MULTIPLY         1033 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d2, FIX_1_306562965);
MULTIPLY         1083 libavcodec/jrevdct.c                     z1 = MULTIPLY(d2 + d6, FIX_0_541196100);
MULTIPLY         1084 libavcodec/jrevdct.c                     tmp2 = z1 + MULTIPLY(-d6, FIX_1_847759065);
MULTIPLY         1085 libavcodec/jrevdct.c                     tmp3 = z1 + MULTIPLY(d2, FIX_0_765366865);
MULTIPLY         1096 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(-d6, FIX_1_306562965);
MULTIPLY         1097 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d6, FIX_0_541196100);
MULTIPLY         1110 libavcodec/jrevdct.c                     tmp2 = MULTIPLY(d2, FIX_0_541196100);
MULTIPLY         1111 libavcodec/jrevdct.c                     tmp3 = MULTIPLY(d2, FIX_1_306562965);
MULTIPLY          300 libavfilter/vf_blend.c DEFINE_BLEND8(multiply,   MULTIPLY(1, A, B))
MULTIPLY          307 libavfilter/vf_blend.c DEFINE_BLEND8(overlay,    (A < 128) ? MULTIPLY(2, A, B) : SCREEN(2, A, B))
MULTIPLY          308 libavfilter/vf_blend.c DEFINE_BLEND8(hardlight,  (B < 128) ? MULTIPLY(2, B, A) : SCREEN(2, B, A))
MULTIPLY          329 libavfilter/vf_blend.c #undef MULTIPLY
MULTIPLY          334 libavfilter/vf_blend.c #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 65535))
MULTIPLY          343 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 16)
MULTIPLY          350 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 32768) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 16)
MULTIPLY          351 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 32768) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 16)
MULTIPLY          372 libavfilter/vf_blend.c #undef MULTIPLY
MULTIPLY          377 libavfilter/vf_blend.c #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 1023))
MULTIPLY          386 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 10)
MULTIPLY          393 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 512) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 10)
MULTIPLY          394 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 512) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 10)
MULTIPLY          415 libavfilter/vf_blend.c #undef MULTIPLY
MULTIPLY          420 libavfilter/vf_blend.c #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 4095))
MULTIPLY          429 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 12)
MULTIPLY          436 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 2048) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 12)
MULTIPLY          437 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 2048) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 12)
MULTIPLY          458 libavfilter/vf_blend.c #undef MULTIPLY
MULTIPLY          463 libavfilter/vf_blend.c #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 511))
MULTIPLY          472 libavfilter/vf_blend.c DEFINE_BLEND16(multiply,   MULTIPLY(1, A, B), 9)
MULTIPLY          479 libavfilter/vf_blend.c DEFINE_BLEND16(overlay,    (A < 256) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 9)
MULTIPLY          480 libavfilter/vf_blend.c DEFINE_BLEND16(hardlight,  (B < 256) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 9)
MULTIPLY          501 libavfilter/vf_blend.c #undef MULTIPLY
MULTIPLY          506 libavfilter/vf_blend.c #define MULTIPLY(x, a, b) ((x) * (((a) * (b)) / 1.0))
MULTIPLY          522 libavfilter/vf_blend.c DEFINE_BLEND32(overlay,    (A < 0.5) ? MULTIPLY(2, A, B) : SCREEN(2, A, B), 32)
MULTIPLY          523 libavfilter/vf_blend.c DEFINE_BLEND32(hardlight,  (B < 0.5) ? MULTIPLY(2, B, A) : SCREEN(2, B, A), 32)