Home | History | Annotate | Download | only in src

Lines Matching refs:ULong

358     ULong  pred_word, word1, word2;
366 tmp = (ULong)prev & 0x3;
375 *((ULong*)(rec += 16)) = *((ULong*)(prev += lx));
376 *((ULong*)(rec + 4)) = *((ULong*)(prev + 4));
388 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */
389 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
392 *((ULong*)(rec += 16)) = pred_word;
394 word1 = *((ULong*)(prev + 8)); /* b12 b11 b10 b9 */
397 *((ULong*)(rec + 4)) = pred_word;
410 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */
411 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
414 *((ULong*)(rec += 16)) = pred_word;
416 word1 = *((ULong*)(prev + 8)); /* b12 b11 b10 b9 */
419 *((ULong*)(rec + 4)) = pred_word;
432 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */
433 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */
436 *((ULong*)(rec += 16)) = pred_word;
438 word1 = *((ULong*)(prev + 8)); /* b12 b11 b10 b9 */
441 *((ULong*)(rec + 4)) = pred_word;
458 ULong word1, word2, word3, word12;
460 ULong mask;
469 tmp = (ULong)prev & 3;
480 word1 = *((ULong*)prev); /* b4 b3 b2 b1 */
481 word2 = *((ULong*)(prev += 4)); /* b8 b7 b6 b5 */
491 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
493 word1 = *((ULong*)(prev += 4)); /* b12 b11 b10 b9 */
503 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
513 word1 = *((ULong*)prev); /* b4 b3 b2 b1 */
515 word2 = *((ULong*)(prev += 4)); /* b8 b7 b6 b5 */
525 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
527 word1 = *((ULong*)(prev += 4)); /* b12 b11 b10 b9 */
537 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
551 word1 = *((ULong*)prev); /* b3 b2 b1 b0 */
552 word2 = *((ULong*)(prev += 4)); /* b7 b6 b5 b4 */
564 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
566 word1 = *((ULong*)(prev += 4)); /* b11 b10 b9 b8 */
578 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
588 word1 = *((ULong*)prev); /* b3 b2 b1 b0 */
590 word2 = *((ULong*)(prev += 4)); /* b7 b6 b5 b4 */
602 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
604 word1 = *((ULong*)(prev += 4)); /* b11 b10 b9 b8 */
616 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
630 word1 = *((ULong*)prev); /* b2 b1 b0 bN1 */
631 word2 = *((ULong*)(prev += 4)); /* b6 b5 b4 b3 */
643 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
645 word1 = *((ULong*)(prev += 4)); /* b10 b9 b8 b7 */
657 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
666 word1 = *((ULong*)prev); /* b2 b1 b0 bN1 */
667 word2 = *((ULong*)(prev += 4)); /* b6 b5 b4 b3 */
679 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
681 word1 = *((ULong*)(prev += 4)); /* b10 b9 b8 b7 */
693 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
706 word1 = *((ULong*)prev); /* b1 b0 bN1 bN2 */
707 word2 = *((ULong*)(prev += 4)); /* b5 b4 b3 b2 */
718 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
720 word1 = *((ULong*)(prev += 4)); /* b9 b8 b7 b6 */
731 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
740 word1 = *((ULong*)prev); /* b1 b0 bN1 bN2 */
741 word2 = *((ULong*)(prev += 4)); /* b5 b4 b3 b2 */
752 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
754 word1 = *((ULong*)(prev += 4)); /* b9 b8 b7 b6 */
765 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
783 ULong word1, word2, word3, word12, word22;
785 ULong mask;
794 tmp = (ULong)prev & 3;
806 word1 = *((ULong*)(prev += 4));
807 word2 = *((ULong*)(prev + lx));
815 *((ULong*)(rec += 12)) = word1;
816 word1 = *((ULong*)(prev += 4));
817 word2 = *((ULong*)(prev + lx));
825 *((ULong*)(rec += 4)) = word1;
835 word1 = *((ULong*)(prev += 4));
836 word2 = *((ULong*)(prev + lx));
844 *((ULong*)(rec += 12)) = word1;
845 word1 = *((ULong*)(prev += 4));
846 word2 = *((ULong*)(prev + lx));
854 *((ULong*)(rec += 4)) = word1;
868 word12 = *((ULong*)prev); /* read b4 b3 b2 b1 */
869 word22 = *((ULong*)(prev + lx));
871 word1 = *((ULong*)(prev += 4)); /* read b8 b7 b6 b5 */
872 word2 = *((ULong*)(prev + lx));
884 *((ULong*)(rec += 12)) = word12;
886 word12 = *((ULong*)(prev += 4)); /* read b12 b11 b10 b9 */
887 word22 = *((ULong*)(prev + lx));
899 *((ULong*)(rec += 4)) = word1;
908 word12 = *((ULong*)prev); /* read b4 b3 b2 b1 */
909 word22 = *((ULong*)(prev + lx));
911 word1 = *((ULong*)(prev += 4)); /* read b8 b7 b6 b5 */
912 word2 = *((ULong*)(prev + lx));
924 *((ULong*)(rec += 12)) = word12;
926 word12 = *((ULong*)(prev += 4)); /* read b12 b11 b10 b9 */
927 word22 = *((ULong*)(prev + lx));
939 *((ULong*)(rec += 4)) = word1;
952 word12 = *((ULong*)prev); /* read b4 b3 b2 b1 */
953 word22 = *((ULong*)(prev + lx));
955 word1 = *((ULong*)(prev += 4)); /* read b8 b7 b6 b5 */
956 word2 = *((ULong*)(prev + lx));
968 *((ULong*)(rec += 12)) = word12;
970 word12 = *((ULong*)(prev += 4)); /* read b12 b11 b10 b9 */
971 word22 = *((ULong*)(prev + lx));
983 *((ULong*)(rec += 4)) = word1;
992 word12 = *((ULong*)prev); /* read b4 b3 b2 b1 */
993 word22 = *((ULong*)(prev + lx));
995 word1 = *((ULong*)(prev += 4)); /* read b8 b7 b6 b5 */
996 word2 = *((ULong*)(prev + lx));
1008 *((ULong*)(rec += 12)) = word12;
1010 word12 = *((ULong*)(prev += 4)); /* read b12 b11 b10 b9 */
1011 word22 = *((ULong*)(prev + lx));
1023 *((ULong*)(rec += 4)) = word1;
1037 word12 = *((ULong*)prev); /* read b4 b3 b2 b1 */
1038 word22 = *((ULong*)(prev + lx));
1040 word1 = *((ULong*)(prev += 4)); /* read b8 b7 b6 b5 */
1041 word2 = *((ULong*)(prev + lx));
1053 *((ULong*)(rec += 12)) = word12;
1055 word12 = *((ULong*)(prev += 4)); /* read b12 b11 b10 b9 */
1056 word22 = *((ULong*)(prev + lx));
1068 *((ULong*)(rec += 4)) = word1;
1077 word12 = *((ULong*)prev); /* read b4 b3 b2 b1 */
1078 word22 = *((ULong*)(prev + lx));
1080 word1 = *((ULong*)(prev += 4)); /* read b8 b7 b6 b5 */
1081 word2 = *((ULong*)(prev + lx));
1093 *((ULong*)(rec += 12)) = word12;
1095 word12 = *((ULong*)(prev += 4)); /* read b12 b11 b10 b9 */
1096 word22 = *((ULong*)(prev + lx));
1108 *((ULong*)(rec += 4)) = word1;
1126 ULong x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */
1129 ULong mask;
1143 tmp = (ULong)prev & 3;
1151 x1 = *((ULong*)prev); /* load a3 a2 a1 a0 */
1152 x2 = *((ULong*)(prev + lx)); /* load b3 b2 b1 b0, another line */
1153 y1 = *((ULong*)(prev += 4)); /* a7 a6 a5 a4 */
1154 y2 = *((ULong*)(prev + lx)); /* b7 b6 b5 b4 */
1173 x2 = *((ULong*)(prev += 4)); /* a11 a10 a9 a8 */
1174 y2 = *((ULong*)(prev + lx)); /* b11 b10 b9 b8 */
1198 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1209 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1222 x1 = *((ULong*)prev); /* load a3 a2 a1 a0 */
1223 x2 = *((ULong*)(prev + lx)); /* load b3 b2 b1 b0, another line */
1224 y1 = *((ULong*)(prev += 4)); /* a7 a6 a5 a4 */
1225 y2 = *((ULong*)(prev + lx)); /* b7 b6 b5 b4 */
1244 x2 = *((ULong*)(prev += 4)); /* a11 a10 a9 a8 */
1245 y2 = *((ULong*)(prev + lx)); /* b11 b10 b9 b8 */
1273 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1288 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1300 x1 = *((ULong*)prev); /* load a3 a2 a1 a0 */
1301 x2 = *((ULong*)(prev + lx)); /* load b3 b2 b1 b0, another line */
1302 y1 = *((ULong*)(prev += 4)); /* a7 a6 a5 a4 */
1303 y2 = *((ULong*)(prev + lx)); /* b7 b6 b5 b4 */
1322 x2 = *((ULong*)(prev += 4)); /* a11 a10 a9 a8 */
1323 y2 = *((ULong*)(prev + lx)); /* b11 b10 b9 b8 */
1351 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1366 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1378 x1 = *((ULong*)prev); /* load a3 a2 a1 a0 */
1379 x2 = *((ULong*)(prev + lx)); /* load b3 b2 b1 b0, another line */
1380 y1 = *((ULong*)(prev += 4)); /* a7 a6 a5 a4 */
1381 y2 = *((ULong*)(prev + lx)); /* b7 b6 b5 b4 */
1400 x2 = *((ULong*)(prev += 4)); /* a11 a10 a9 a8 */
1401 y2 = *((ULong*)(prev + lx)); /* b11 b10 b9 b8 */
1426 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1437 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1458 *((ULong*)dst) = temp; \
1459 *((ULong*)(dst+4)) = temp; \
1460 *((ULong*)(dst+=lx)) = temp; \
1461 *((ULong*)(dst+4)) = temp; \
1462 *((ULong*)(dst+=lx)) = temp; \
1463 *((ULong*)(dst+4)) = temp; \
1464 *((ULong*)(dst+=lx)) = temp; \
1465 *((ULong*)(dst+4)) = temp; \
1466 *((ULong*)(dst+=lx)) = temp; \
1467 *((ULong*)(dst+4)) = temp; \
1468 *((ULong*)(dst+=lx)) = temp; \
1469 *((ULong*)(dst+4)) = temp; \
1470 *((ULong*)(dst+=lx)) = temp; \
1471 *((ULong*)(dst+4)) = temp; \
1472 *((ULong*)(dst+=lx)) = temp; \
1473 *((ULong*)(dst+4)) = temp; }
1475 #define PAD_ROW { temp = *((ULong*)src); \
1476 temp2 = *((ULong*)(src+4)); \
1477 *((ULong*)dst) = temp; \
1478 *((ULong*)(dst+4)) = temp2; \
1479 *((ULong*)(dst+=lx)) = temp; \
1480 *((ULong*)(dst+4)) = temp2; \
1481 *((ULong*)(dst+=lx)) = temp; \
1482 *((ULong*)(dst+4)) = temp2; \
1483 *((ULong*)(dst+=lx)) = temp; \
1484 *((ULong*)(dst+4)) = temp2; \
1485 *((ULong*)(dst+=lx)) = temp; \
1486 *((ULong*)(dst+4)) = temp2; \
1487 *((ULong*)(dst+=lx)) = temp; \
1488 *((ULong*)(dst+4)) = temp2; \
1489 *((ULong*)(dst+=lx)) = temp; \
1490 *((ULong*)(dst+4)) = temp2; \
1491 *((ULong*)(dst+=lx)) = temp; \
1492 *((ULong*)(dst+4)) = temp2; }
1495 *((ULong*)dst) = temp; \
1496 *((ULong*)(dst+4)) = temp; \
1498 *((ULong*)(dst+=lx)) = temp; \
1499 *((ULong*)(dst+4)) = temp; \
1501 *((ULong*)(dst+=lx)) = temp; \
1502 *((ULong*)(dst+4)) = temp; \
1504 *((ULong*)(dst+=lx)) = temp; \
1505 *((ULong*)(dst+4)) = temp; \
1507 *((ULong*)(dst+=lx)) = temp; \
1508 *((ULong*)(dst+4)) = temp; \
1510 *((ULong*)(dst+=lx)) = temp; \
1511 *((ULong*)(dst+4)) = temp; \
1513 *((ULong*)(dst+=lx)) = temp; \
1514 *((ULong*)(dst+4)) = temp; \
1516 *((ULong*)(dst+=lx)) = temp; \
1517 *((ULong*)(dst+4)) = temp; }
1525 ULong temp, temp2;
1562 *((ULong*)(dst += lx)) = temp;
1563 *((ULong*)(dst + 4)) = temp;
1603 temp = *((ULong*)(src + 8));
1605 *((ULong*)dst) = temp;
1606 *((ULong*)(dst += lx)) = temp;
1607 *((ULong*)(dst += lx)) = temp;
1608 *((ULong*)(dst += lx)) = temp;
1609 *((ULong*)(dst += lx)) = temp;
1610 *((ULong*)(dst += lx)) = temp;
1611 *((ULong*)(dst += lx)) = temp;
1612 *((ULong*)(dst += lx)) = temp;
1628 temp = *((ULong*)(src + 8));
1630 *((ULong*)dst) = temp;
1631 *((ULong*)(dst += lx)) = temp;
1632 *((ULong*)(dst += lx)) = temp;
1633 *((ULong*)(dst += lx)) = temp;
1634 *((ULong*)(dst += lx)) = temp;
1635 *((ULong*)(dst += lx)) = temp;
1636 *((ULong*)(dst += lx)) = temp;
1637 *((ULong*)(dst += lx)) = temp;
1680 *((ULong*)(dst += lx)) = temp;
1681 *((ULong*)(dst + 4)) = temp;
1722 ULong temp;
1735 temp = *((ULong*)comp);
1746 temp = *((ULong*)comp);
1769 ULong temp;
1777 temp = *((ULong*)comp);
1802 ULong temp;
1827 *((ULong*)comp) = temp;
1846 *((ULong*)comp) = temp;
1869 ULong temp;
1889 *((ULong*)comp) = temp;