Lines Matching defs:buf
200 const uint8_t *buf = avpkt->data;
206 palette_type = buf[0];
207 palette_colors_count = AV_RL16(buf + 1);
208 bitmap_frame_type = buf[3];
209 buf += 4;
220 cin->palette[i] = 0xFFU << 24 | bytestream_get_le24(&buf);
225 cin->palette[buf[0]] = 0xFFU << 24 | AV_RL24(buf + 1);
226 buf += 4;
235 res = cin_decode_rle(buf, bitmap_frame_size,
241 res = cin_decode_rle(buf, bitmap_frame_size,
249 bitmap_frame_size = cin_decode_huffman(buf, bitmap_frame_size,
257 bitmap_frame_size = cin_decode_huffman(buf, bitmap_frame_size,
268 res = cin_decode_huffman(buf, bitmap_frame_size,
275 res = cin_decode_lzss(buf, bitmap_frame_size,
282 res = cin_decode_lzss(buf, bitmap_frame_size,