Home | History | Annotate | Download | only in jbig2

Lines Matching refs:line1

39   FX_DWORD line1, line2, line3, line4, line5;
49 line1 = GRREG->getPixel(1, h - 1);
50 line1 |= GRREG->getPixel(0, h - 1) << 1;
72 CONTEXT |= line1 << 10;
76 line1 = ((line1 << 1) | GRREG->getPixel(w + 2, h - 1)) & 0x03;
92 line1 = GRREG->getPixel(1, h - 1);
93 line1 |= GRREG->getPixel(0, h - 1) << 1;
124 CONTEXT |= line1 << 10;
129 line1 = ((line1 << 1) | GRREG->getPixel(w + 2, h - 1)) & 0x03;
157 FX_DWORD line1, line1_r, line2_r, line3_r;
185 line1 = (h > 0) ? pLine[-nStride] << 4 : 0;
194 CONTEXT = (line1 & 0x1c00) | (line1_r & 0x01c0) |
199 line1 = (line1 << 8) |
226 ((line1 >> (7 - k)) & 0x0400) |
234 CONTEXT = (line1 & 0x1c00) | (line1_r & 0x01c0) |
239 line1 = (line1 << 8) |
270 ((line1 >> (7 - k)) & 0x0400) |
291 FX_DWORD line1, line2, line3, line4, line5;
301 line1 = GRREG->getPixel(1, h - 1);
302 line1 |= GRREG->getPixel(0, h - 1) << 1;
303 line1 |= GRREG->getPixel(-1, h - 1) << 2;
318 CONTEXT |= line1 << 7;
321 line1 = ((line1 << 1) | GRREG->getPixel(w + 2, h - 1)) & 0x07;
337 line1 = GRREG->getPixel(1, h - 1);
338 line1 |= GRREG->getPixel(0, h - 1) << 1;
339 line1 |= GRREG->getPixel(-1, h - 1) << 2;
363 CONTEXT |= line1 << 7;
367 line1 = ((line1 << 1) | GRREG->getPixel(w + 2, h - 1)) & 0x07;
395 FX_DWORD line1, line1_r, line2_r, line3_r;
423 line1 = (h > 0) ? pLine[-nStride] << 1 : 0;
432 CONTEXT = (line1 & 0x0380) | ((line1_r >> 2) & 0x0020) |
437 line1 = (line1 << 8) |
458 ((line1 >> (7 - k)) & 0x0080) |
466 CONTEXT = (line1 & 0x0380) | ((line1_r >> 2) & 0x0020) |
471 line1 = (line1 << 8) |
502 ((line1 >> (7 - k)) & 0x0080) |