dctint           1134 libavcodec/vp9dsp_template.c         const int t  = ((((dctint) block[0] * 11585 + (1 << 13)) >> 14) \
dctint           1168 libavcodec/vp9dsp_template.c #define IN(x) ((dctint) in[(x) * stride])
dctint           1173 libavcodec/vp9dsp_template.c     dctint t0, t1, t2, t3;
dctint           1189 libavcodec/vp9dsp_template.c     dctint t0, t1, t2, t3;
dctint           1207 libavcodec/vp9dsp_template.c     dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a;
dctint           1243 libavcodec/vp9dsp_template.c     dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a;
dctint           1289 libavcodec/vp9dsp_template.c     dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15;
dctint           1290 libavcodec/vp9dsp_template.c     dctint t0a, t1a, t2a, t3a, t4a, t5a, t6a, t7a;
dctint           1291 libavcodec/vp9dsp_template.c     dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a;
dctint           1377 libavcodec/vp9dsp_template.c     dctint t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15;
dctint           1378 libavcodec/vp9dsp_template.c     dctint t0a, t1a, t2a, t3a, t4a, t5a, t6a, t7a;
dctint           1379 libavcodec/vp9dsp_template.c     dctint t8a, t9a, t10a, t11a, t12a, t13a, t14a, t15a;
dctint           1398 libavcodec/vp9dsp_template.c     t0a  = (dctint)((1U << 13) + t0 + t8 ) >> 14;
dctint           1399 libavcodec/vp9dsp_template.c     t1a  = (dctint)((1U << 13) + t1 + t9 ) >> 14;
dctint           1400 libavcodec/vp9dsp_template.c     t2a  = (dctint)((1U << 13) + t2 + t10) >> 14;
dctint           1401 libavcodec/vp9dsp_template.c     t3a  = (dctint)((1U << 13) + t3 + t11) >> 14;
dctint           1402 libavcodec/vp9dsp_template.c     t4a  = (dctint)((1U << 13) + t4 + t12) >> 14;
dctint           1403 libavcodec/vp9dsp_template.c     t5a  = (dctint)((1U << 13) + t5 + t13) >> 14;
dctint           1404 libavcodec/vp9dsp_template.c     t6a  = (dctint)((1U << 13) + t6 + t14) >> 14;
dctint           1405 libavcodec/vp9dsp_template.c     t7a  = (dctint)((1U << 13) + t7 + t15) >> 14;
dctint           1406 libavcodec/vp9dsp_template.c     t8a  = (dctint)((1U << 13) + t0 - t8 ) >> 14;
dctint           1407 libavcodec/vp9dsp_template.c     t9a  = (dctint)((1U << 13) + t1 - t9 ) >> 14;
dctint           1408 libavcodec/vp9dsp_template.c     t10a = (dctint)((1U << 13) + t2 - t10) >> 14;
dctint           1409 libavcodec/vp9dsp_template.c     t11a = (dctint)((1U << 13) + t3 - t11) >> 14;
dctint           1410 libavcodec/vp9dsp_template.c     t12a = (dctint)((1U << 13) + t4 - t12) >> 14;
dctint           1411 libavcodec/vp9dsp_template.c     t13a = (dctint)((1U << 13) + t5 - t13) >> 14;
dctint           1412 libavcodec/vp9dsp_template.c     t14a = (dctint)((1U << 13) + t6 - t14) >> 14;
dctint           1413 libavcodec/vp9dsp_template.c     t15a = (dctint)((1U << 13) + t7 - t15) >> 14;
dctint           1432 libavcodec/vp9dsp_template.c     t8a  = (dctint)((1U << 13) + t8  + t12) >> 14;
dctint           1433 libavcodec/vp9dsp_template.c     t9a  = (dctint)((1U << 13) + t9  + t13) >> 14;
dctint           1434 libavcodec/vp9dsp_template.c     t10a = (dctint)((1U << 13) + t10 + t14) >> 14;
dctint           1435 libavcodec/vp9dsp_template.c     t11a = (dctint)((1U << 13) + t11 + t15) >> 14;
dctint           1436 libavcodec/vp9dsp_template.c     t12a = (dctint)((1U << 13) + t8  - t12) >> 14;
dctint           1437 libavcodec/vp9dsp_template.c     t13a = (dctint)((1U << 13) + t9  - t13) >> 14;
dctint           1438 libavcodec/vp9dsp_template.c     t14a = (dctint)((1U << 13) + t10 - t14) >> 14;
dctint           1439 libavcodec/vp9dsp_template.c     t15a = (dctint)((1U << 13) + t11 - t15) >> 14;
dctint           1454 libavcodec/vp9dsp_template.c     out[ 3] = -((dctint)((1U << 13) + t4a + t6a) >> 14);
dctint           1455 libavcodec/vp9dsp_template.c     out[12] =   (dctint)((1U << 13) + t5a + t7a) >> 14;
dctint           1456 libavcodec/vp9dsp_template.c     t6      =   (dctint)((1U << 13) + t4a - t6a) >> 14;
dctint           1457 libavcodec/vp9dsp_template.c     t7      =   (dctint)((1U << 13) + t5a - t7a) >> 14;
dctint           1462 libavcodec/vp9dsp_template.c     out[ 2] =   (dctint)((1U << 13) + t12 + t14) >> 14;
dctint           1463 libavcodec/vp9dsp_template.c     out[13] = -((dctint)((1U << 13) + t13 + t15) >> 14);
dctint           1464 libavcodec/vp9dsp_template.c     t14a    =   (dctint)((1U << 13) + t12 - t14) >> 14;
dctint           1465 libavcodec/vp9dsp_template.c     t15a    =   (dctint)((1U << 13) + t13 - t15) >> 14;
dctint           1467 libavcodec/vp9dsp_template.c     out[ 7] = (dctint)(-(t2a  + t3a)  * 11585U  + (1 << 13)) >> 14;
dctint           1468 libavcodec/vp9dsp_template.c     out[ 8] = (dctint)( (t2a  - t3a)  * 11585U  + (1 << 13)) >> 14;
dctint           1469 libavcodec/vp9dsp_template.c     out[ 4] = (dctint)( (t7   + t6)   * 11585U  + (1 << 13)) >> 14;
dctint           1470 libavcodec/vp9dsp_template.c     out[11] = (dctint)( (t7   - t6)   * 11585U  + (1 << 13)) >> 14;
dctint           1471 libavcodec/vp9dsp_template.c     out[ 6] = (dctint)( (t11  + t10)  * 11585U  + (1 << 13)) >> 14;
dctint           1472 libavcodec/vp9dsp_template.c     out[ 9] = (dctint)( (t11  - t10)  * 11585U  + (1 << 13)) >> 14;
dctint           1473 libavcodec/vp9dsp_template.c     out[ 5] = (dctint)(-(t14a + t15a) * 11585U  + (1 << 13)) >> 14;
dctint           1474 libavcodec/vp9dsp_template.c     out[10] = (dctint)( (t14a - t15a) * 11585U  + (1 << 13)) >> 14;
dctint           1482 libavcodec/vp9dsp_template.c     dctint t0a  = (dctint)((IN(0) + IN(16)) * 11585U         + (1 << 13)) >> 14;
dctint           1483 libavcodec/vp9dsp_template.c     dctint t1a  = (dctint)((IN(0) - IN(16)) * 11585U         + (1 << 13)) >> 14;
dctint           1484 libavcodec/vp9dsp_template.c     dctint t2a  = (dctint)(IN( 8) *  6270U - IN(24) * 15137U + (1 << 13)) >> 14;
dctint           1485 libavcodec/vp9dsp_template.c     dctint t3a  = (dctint)(IN( 8) * 15137U + IN(24) *  6270U + (1 << 13)) >> 14;
dctint           1486 libavcodec/vp9dsp_template.c     dctint t4a  = (dctint)(IN( 4) *  3196U - IN(28) * 16069U + (1 << 13)) >> 14;
dctint           1487 libavcodec/vp9dsp_template.c     dctint t7a  = (dctint)(IN( 4) * 16069U + IN(28) *  3196U + (1 << 13)) >> 14;
dctint           1488 libavcodec/vp9dsp_template.c     dctint t5a  = (dctint)(IN(20) * 13623U - IN(12) *  9102U + (1 << 13)) >> 14;
dctint           1489 libavcodec/vp9dsp_template.c     dctint t6a  = (dctint)(IN(20) *  9102U + IN(12) * 13623U + (1 << 13)) >> 14;
dctint           1490 libavcodec/vp9dsp_template.c     dctint t8a  = (dctint)(IN( 2) *  1606U - IN(30) * 16305U + (1 << 13)) >> 14;
dctint           1491 libavcodec/vp9dsp_template.c     dctint t15a = (dctint)(IN( 2) * 16305U + IN(30) *  1606U + (1 << 13)) >> 14;
dctint           1492 libavcodec/vp9dsp_template.c     dctint t9a  = (dctint)(IN(18) * 12665U - IN(14) * 10394U + (1 << 13)) >> 14;
dctint           1493 libavcodec/vp9dsp_template.c     dctint t14a = (dctint)(IN(18) * 10394U + IN(14) * 12665U + (1 << 13)) >> 14;
dctint           1494 libavcodec/vp9dsp_template.c     dctint t10a = (dctint)(IN(10) *  7723U - IN(22) * 14449U + (1 << 13)) >> 14;
dctint           1495 libavcodec/vp9dsp_template.c     dctint t13a = (dctint)(IN(10) * 14449U + IN(22) *  7723U + (1 << 13)) >> 14;
dctint           1496 libavcodec/vp9dsp_template.c     dctint t11a = (dctint)(IN(26) * 15679U - IN( 6) *  4756U + (1 << 13)) >> 14;
dctint           1497 libavcodec/vp9dsp_template.c     dctint t12a = (dctint)(IN(26) *  4756U + IN( 6) * 15679U + (1 << 13)) >> 14;
dctint           1498 libavcodec/vp9dsp_template.c     dctint t16a = (dctint)(IN( 1) *   804U - IN(31) * 16364U + (1 << 13)) >> 14;
dctint           1499 libavcodec/vp9dsp_template.c     dctint t31a = (dctint)(IN( 1) * 16364U + IN(31) *   804U + (1 << 13)) >> 14;
dctint           1500 libavcodec/vp9dsp_template.c     dctint t17a = (dctint)(IN(17) * 12140U - IN(15) * 11003U + (1 << 13)) >> 14;
dctint           1501 libavcodec/vp9dsp_template.c     dctint t30a = (dctint)(IN(17) * 11003U + IN(15) * 12140U + (1 << 13)) >> 14;
dctint           1502 libavcodec/vp9dsp_template.c     dctint t18a = (dctint)(IN( 9) *  7005U - IN(23) * 14811U + (1 << 13)) >> 14;
dctint           1503 libavcodec/vp9dsp_template.c     dctint t29a = (dctint)(IN( 9) * 14811U + IN(23) *  7005U + (1 << 13)) >> 14;
dctint           1504 libavcodec/vp9dsp_template.c     dctint t19a = (dctint)(IN(25) * 15426U - IN( 7) *  5520U + (1 << 13)) >> 14;
dctint           1505 libavcodec/vp9dsp_template.c     dctint t28a = (dctint)(IN(25) *  5520U + IN( 7) * 15426U + (1 << 13)) >> 14;
dctint           1506 libavcodec/vp9dsp_template.c     dctint t20a = (dctint)(IN( 5) *  3981U - IN(27) * 15893U + (1 << 13)) >> 14;
dctint           1507 libavcodec/vp9dsp_template.c     dctint t27a = (dctint)(IN( 5) * 15893U + IN(27) *  3981U + (1 << 13)) >> 14;
dctint           1508 libavcodec/vp9dsp_template.c     dctint t21a = (dctint)(IN(21) * 14053U - IN(11) *  8423U + (1 << 13)) >> 14;
dctint           1509 libavcodec/vp9dsp_template.c     dctint t26a = (dctint)(IN(21) *  8423U + IN(11) * 14053U + (1 << 13)) >> 14;
dctint           1510 libavcodec/vp9dsp_template.c     dctint t22a = (dctint)(IN(13) *  9760U - IN(19) * 13160U + (1 << 13)) >> 14;
dctint           1511 libavcodec/vp9dsp_template.c     dctint t25a = (dctint)(IN(13) * 13160U + IN(19) *  9760U + (1 << 13)) >> 14;
dctint           1512 libavcodec/vp9dsp_template.c     dctint t23a = (dctint)(IN(29) * 16207U - IN( 3) *  2404U + (1 << 13)) >> 14;
dctint           1513 libavcodec/vp9dsp_template.c     dctint t24a = (dctint)(IN(29) *  2404U + IN( 3) * 16207U + (1 << 13)) >> 14;
dctint           1515 libavcodec/vp9dsp_template.c     dctint t0  = t0a  + t3a;
dctint           1516 libavcodec/vp9dsp_template.c     dctint t1  = t1a  + t2a;
dctint           1517 libavcodec/vp9dsp_template.c     dctint t2  = t1a  - t2a;
dctint           1518 libavcodec/vp9dsp_template.c     dctint t3  = t0a  - t3a;
dctint           1519 libavcodec/vp9dsp_template.c     dctint t4  = t4a  + t5a;
dctint           1520 libavcodec/vp9dsp_template.c     dctint t5  = t4a  - t5a;
dctint           1521 libavcodec/vp9dsp_template.c     dctint t6  = t7a  - t6a;
dctint           1522 libavcodec/vp9dsp_template.c     dctint t7  = t7a  + t6a;
dctint           1523 libavcodec/vp9dsp_template.c     dctint t8  = t8a  + t9a;
dctint           1524 libavcodec/vp9dsp_template.c     dctint t9  = t8a  - t9a;
dctint           1525 libavcodec/vp9dsp_template.c     dctint t10 = t11a - t10a;
dctint           1526 libavcodec/vp9dsp_template.c     dctint t11 = t11a + t10a;
dctint           1527 libavcodec/vp9dsp_template.c     dctint t12 = t12a + t13a;
dctint           1528 libavcodec/vp9dsp_template.c     dctint t13 = t12a - t13a;
dctint           1529 libavcodec/vp9dsp_template.c     dctint t14 = t15a - t14a;
dctint           1530 libavcodec/vp9dsp_template.c     dctint t15 = t15a + t14a;
dctint           1531 libavcodec/vp9dsp_template.c     dctint t16 = t16a + t17a;
dctint           1532 libavcodec/vp9dsp_template.c     dctint t17 = t16a - t17a;
dctint           1533 libavcodec/vp9dsp_template.c     dctint t18 = t19a - t18a;
dctint           1534 libavcodec/vp9dsp_template.c     dctint t19 = t19a + t18a;
dctint           1535 libavcodec/vp9dsp_template.c     dctint t20 = t20a + t21a;
dctint           1536 libavcodec/vp9dsp_template.c     dctint t21 = t20a - t21a;
dctint           1537 libavcodec/vp9dsp_template.c     dctint t22 = t23a - t22a;
dctint           1538 libavcodec/vp9dsp_template.c     dctint t23 = t23a + t22a;
dctint           1539 libavcodec/vp9dsp_template.c     dctint t24 = t24a + t25a;
dctint           1540 libavcodec/vp9dsp_template.c     dctint t25 = t24a - t25a;
dctint           1541 libavcodec/vp9dsp_template.c     dctint t26 = t27a - t26a;
dctint           1542 libavcodec/vp9dsp_template.c     dctint t27 = t27a + t26a;
dctint           1543 libavcodec/vp9dsp_template.c     dctint t28 = t28a + t29a;
dctint           1544 libavcodec/vp9dsp_template.c     dctint t29 = t28a - t29a;
dctint           1545 libavcodec/vp9dsp_template.c     dctint t30 = t31a - t30a;
dctint           1546 libavcodec/vp9dsp_template.c     dctint t31 = t31a + t30a;
dctint           1548 libavcodec/vp9dsp_template.c     t5a  = (dctint)((t6 - t5) * 11585U             + (1 << 13)) >> 14;
dctint           1549 libavcodec/vp9dsp_template.c     t6a  = (dctint)((t6 + t5) * 11585U             + (1 << 13)) >> 14;
dctint           1550 libavcodec/vp9dsp_template.c     t9a  = (dctint)(  t14 *  6270U - t9  * 15137U  + (1 << 13)) >> 14;
dctint           1551 libavcodec/vp9dsp_template.c     t14a = (dctint)(  t14 * 15137U + t9  *  6270U  + (1 << 13)) >> 14;
dctint           1552 libavcodec/vp9dsp_template.c     t10a = (dctint)(-(t13 * 15137U + t10 *  6270U) + (1 << 13)) >> 14;
dctint           1553 libavcodec/vp9dsp_template.c     t13a = (dctint)(  t13 *  6270U - t10 * 15137U  + (1 << 13)) >> 14;
dctint           1554 libavcodec/vp9dsp_template.c     t17a = (dctint)(  t30 *  3196U - t17 * 16069U  + (1 << 13)) >> 14;
dctint           1555 libavcodec/vp9dsp_template.c     t30a = (dctint)(  t30 * 16069U + t17 *  3196U  + (1 << 13)) >> 14;
dctint           1556 libavcodec/vp9dsp_template.c     t18a = (dctint)(-(t29 * 16069U + t18 *  3196U) + (1 << 13)) >> 14;
dctint           1557 libavcodec/vp9dsp_template.c     t29a = (dctint)(  t29 *  3196U - t18 * 16069U  + (1 << 13)) >> 14;
dctint           1558 libavcodec/vp9dsp_template.c     t21a = (dctint)(  t26 * 13623U - t21 *  9102U  + (1 << 13)) >> 14;
dctint           1559 libavcodec/vp9dsp_template.c     t26a = (dctint)(  t26 *  9102U + t21 * 13623U  + (1 << 13)) >> 14;
dctint           1560 libavcodec/vp9dsp_template.c     t22a = (dctint)(-(t25 *  9102U + t22 * 13623U) + (1 << 13)) >> 14;
dctint           1561 libavcodec/vp9dsp_template.c     t25a = (dctint)(  t25 * 13623U - t22 *  9102U  + (1 << 13)) >> 14;
dctint           1596 libavcodec/vp9dsp_template.c     t10a = (dctint)((t13  - t10)  * 11585U           + (1 << 13)) >> 14;
dctint           1597 libavcodec/vp9dsp_template.c     t13a = (dctint)((t13  + t10)  * 11585U           + (1 << 13)) >> 14;
dctint           1598 libavcodec/vp9dsp_template.c     t11  = (dctint)((t12a - t11a) * 11585U           + (1 << 13)) >> 14;
dctint           1599 libavcodec/vp9dsp_template.c     t12  = (dctint)((t12a + t11a) * 11585U           + (1 << 13)) >> 14;
dctint           1600 libavcodec/vp9dsp_template.c     t18a = (dctint)(  t29  *  6270U - t18  * 15137U  + (1 << 13)) >> 14;
dctint           1601 libavcodec/vp9dsp_template.c     t29a = (dctint)(  t29  * 15137U + t18  *  6270U  + (1 << 13)) >> 14;
dctint           1602 libavcodec/vp9dsp_template.c     t19  = (dctint)(  t28a *  6270U - t19a * 15137U  + (1 << 13)) >> 14;
dctint           1603 libavcodec/vp9dsp_template.c     t28  = (dctint)(  t28a * 15137U + t19a *  6270U  + (1 << 13)) >> 14;
dctint           1604 libavcodec/vp9dsp_template.c     t20  = (dctint)(-(t27a * 15137U + t20a *  6270U) + (1 << 13)) >> 14;
dctint           1605 libavcodec/vp9dsp_template.c     t27  = (dctint)(  t27a *  6270U - t20a * 15137U  + (1 << 13)) >> 14;
dctint           1606 libavcodec/vp9dsp_template.c     t21a = (dctint)(-(t26  * 15137U + t21  *  6270U) + (1 << 13)) >> 14;
dctint           1607 libavcodec/vp9dsp_template.c     t26a = (dctint)(  t26  *  6270U - t21  * 15137U  + (1 << 13)) >> 14;
dctint           1642 libavcodec/vp9dsp_template.c     t20  = (dctint)((t27a - t20a) * 11585U + (1 << 13)) >> 14;
dctint           1643 libavcodec/vp9dsp_template.c     t27  = (dctint)((t27a + t20a) * 11585U + (1 << 13)) >> 14;
dctint           1644 libavcodec/vp9dsp_template.c     t21a = (dctint)((t26  - t21 ) * 11585U + (1 << 13)) >> 14;
dctint           1645 libavcodec/vp9dsp_template.c     t26a = (dctint)((t26  + t21 ) * 11585U + (1 << 13)) >> 14;
dctint           1646 libavcodec/vp9dsp_template.c     t22  = (dctint)((t25a - t22a) * 11585U + (1 << 13)) >> 14;
dctint           1647 libavcodec/vp9dsp_template.c     t25  = (dctint)((t25a + t22a) * 11585U + (1 << 13)) >> 14;
dctint           1648 libavcodec/vp9dsp_template.c     t23a = (dctint)((t24  - t23 ) * 11585U + (1 << 13)) >> 14;
dctint           1649 libavcodec/vp9dsp_template.c     t24a = (dctint)((t24  + t23 ) * 11585U + (1 << 13)) >> 14;