Lines Matching refs:bytestream2_skip
58 bytestream2_skip(gbc, 6); in parse_palette()
64 bytestream2_skip(gbc, 1); in parse_palette()
66 bytestream2_skip(gbc, 1); in parse_palette()
68 bytestream2_skip(gbc, 1); in parse_palette()
205 bytestream2_skip(gbc, 2); in decode_rle16()
304 bytestream2_skip(&gbc, 512); in decode_frame()
315 bytestream2_skip(&gbc, 6); in decode_frame()
333 bytestream2_skip(&gbc, 4+26); in decode_frame()
343 bytestream2_skip(&gbc, 10); in decode_frame()
350 bytestream2_skip(&gbc, 28); in decode_frame()
369 bytestream2_skip(&gbc, 18); in decode_frame()
391 bytestream2_skip(&gbc, 18); in decode_frame()
394 bytestream2_skip(&gbc, 2 + 8); /* size + rect */ in decode_frame()
414 bytestream2_skip(&gbc, 4); in decode_frame()
421 bytestream2_skip(&gbc, 4); in decode_frame()
424 bytestream2_skip(&gbc, 2); in decode_frame()
432 bytestream2_skip(&gbc, 16); in decode_frame()
464 bytestream2_skip(&gbc, 30); in decode_frame()
467 bytestream2_skip(&gbc, 2 + 8); /* size + rect */ in decode_frame()
481 bytestream2_skip(&gbc, bytestream2_get_be16(&gbc)); in decode_frame()
492 bytestream2_skip(&gbc, bytestream2_get_bytes_left(&gbc) % 2); in decode_frame()