Lines Matching refs:current
43 uint8_t *current;
86 hnm->current[writeoffset++] = bytestream2_get_byte(&gb);
112 hnm->current[writeoffset++] = hnm->current[offset++];
126 const uint8_t *src = hnm->current;
171 hnm->current[writeoffset++] = bytestream2_get_byte(&gb);
172 hnm->current[writeoffset++] = bytestream2_get_byte(&gb);
186 hnm->current[writeoffset++] = bytestream2_peek_byte(&gb);
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++];
250 hnm->current[writeoffset++] = hnm->current[offset - (2 * hnm->width) + 1];
251 hnm->current[writeoffset++] = hnm->current[offset++];
254 hnm->current[writeoffset++] = hnm->current[offset++];
255 hnm->current[writeoffset++] = hnm->current[offset++];
267 swap = hnm->current[writeoffset];
268 hnm->current[writeoffset] = hnm->current[writeoffset + 1];
269 hnm->current[writeoffset + 1] = swap;
301 hnm->current[writeoffset] = bytestream2_get_byte(&gb);
302 hnm->current[writeoffset + hnm->width] = bytestream2_get_byte(&gb);
339 hnm->current[writeoffset] = hnm->previous[offset];
340 hnm->current[writeoffset + hnm->width] = hnm->previous[offset + hnm->width];
347 hnm->current[writeoffset] = hnm->current[offset];
348 hnm->current[writeoffset + hnm->width] = hnm->current[offset + hnm->width];
416 memcpy(hnm->previous, hnm->current, hnm->width * hnm->height);
418 memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
432 memcpy(hnm->processed, hnm->current, hnm->width * hnm->height);
444 FFSWAP(uint8_t *, hnm->current, hnm->previous);
483 hnm->current = hnm->buffer1;