Lines Matching defs:dest
236 unsigned char *dest, int dest_size, int check_size) {
283 dest[dest_index + i] = dest[src_pos + i];
292 memset(&dest[dest_index], color, count);
305 dest[dest_index + i] = dest[src_pos + i];
311 ff_tlog(s->avctx, "(4) copy %X bytes from source to dest\n", count);
313 bytestream2_get_buffer(&s->gb, &dest[dest_index], count);
324 dest[dest_index + i] = dest[dest_index - src_pos + i];
337 memset(dest + dest_index, 0, dest_size - dest_index);