Lines Matching defs:rec

37     Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
352 UChar *rec, /* i */
370 rec -= 16; /* preset */
375 *((ULong*)(rec += 16)) = *((ULong*)(prev += lx));
376 *((ULong*)(rec + 4)) = *((ULong*)(prev + 4));
383 rec -= 16; /* preset */
392 *((ULong*)(rec += 16)) = pred_word;
397 *((ULong*)(rec + 4)) = pred_word;
405 rec -= 16; /* preset */
414 *((ULong*)(rec += 16)) = pred_word;
419 *((ULong*)(rec + 4)) = pred_word;
427 rec -= 16; /* preset */
436 *((ULong*)(rec += 16)) = pred_word;
441 *((ULong*)(rec + 4)) = pred_word;
451 UChar *rec, /* i */
467 rec -= 12; /* preset */
491 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
503 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
525 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
537 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
564 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
578 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
602 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
616 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
643 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
657 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
679 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
693 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
718 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
731 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
752 *((ULong*)(rec += 12)) = word1; /* write 4 pixels */
765 *((ULong*)(rec += 4)) = word2; /* write 4 pixels */
776 UChar *rec, /* i */
792 rec -= 12; /* preset */
815 *((ULong*)(rec += 12)) = word1;
825 *((ULong*)(rec += 4)) = word1;
844 *((ULong*)(rec += 12)) = word1;
854 *((ULong*)(rec += 4)) = word1;
884 *((ULong*)(rec += 12)) = word12;
899 *((ULong*)(rec += 4)) = word1;
924 *((ULong*)(rec += 12)) = word12;
939 *((ULong*)(rec += 4)) = word1;
968 *((ULong*)(rec += 12)) = word12;
983 *((ULong*)(rec += 4)) = word1;
1008 *((ULong*)(rec += 12)) = word12;
1023 *((ULong*)(rec += 4)) = word1;
1053 *((ULong*)(rec += 12)) = word12;
1068 *((ULong*)(rec += 4)) = word1;
1093 *((ULong*)(rec += 12)) = word12;
1108 *((ULong*)(rec += 4)) = word1;
1119 UChar *rec, /* i */
1145 rec -= 4; /* preset */
1198 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1209 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1211 rec += 8;
1273 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1288 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1290 rec += 8;
1351 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1366 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1368 rec += 8;
1426 *((ULong*)(rec += 4)) = x1m; /* save x1m */
1437 *((ULong*)(rec += 4)) = y1m; /* save y1m */
1439 rec += 8;
1520 Int EncGetPredOutside(Int xpos, Int ypos, UChar *c_prev, UChar *rec,
1548 rec, lx, rnd1);
1566 rec, lx, rnd1);
1588 rec, lx, rnd1);
1616 rec, lx, rnd1);
1641 rec, lx, rnd1);
1666 rec, lx, rnd1);
1684 rec, lx, rnd1);
1705 rec, lx, rnd1);
1944 void PutSkippedBlock(UChar *rec, UChar *prev, Int lx)
1950 dst = (Int*)rec;