Lines Matching refs:previous
44 uint8_t *previous;
156 uint8_t tag, previous, backline, backward, swap;
198 previous = bytestream2_peek_byte(&gb) & 0x20;
233 if (previous) {
236 hnm->current[writeoffset++] = hnm->previous[offset - (2 * hnm->width) + 1];
237 hnm->current[writeoffset++] = hnm->previous[offset++];
240 hnm->current[writeoffset++] = hnm->previous[offset++];
241 hnm->current[writeoffset++] = hnm->previous[offset++];
285 uint8_t tag, count, previous, delta;
315 previous = bytestream2_peek_byte(&gb) & 0x40;
337 if (previous) {
339 hnm->current[writeoffset] = hnm->previous[offset];
340 hnm->current[writeoffset + hnm->width] = hnm->previous[offset + hnm->width];
416 memcpy(hnm->previous, hnm->current, hnm->width * hnm->height);
444 FFSWAP(uint8_t *, hnm->current, hnm->previous);
484 hnm->previous = hnm->buffer2;