Home | History | Annotate | Download | only in IlmImf

Lines Matching defs:row2

800         unsigned short *row2 = row1 + cd.nx;
801 unsigned short *row3 = row2 + cd.nx;
809 row2 = row1;
811 row3 = row2;
828 s[i + 8] = row2[j];
836 memcpy (&s[ 8], row2, 4 * sizeof (unsigned short));
842 row2 += 4;
939 unsigned short *row2 = row1 + cd.nx;
940 unsigned short *row3 = row2 + cd.nx;
976 memcpy (row2, &s[ 8], n);
987 memcpy (row2, &s[ 8], n);
992 row2 += 4;