Lines Matching defs:offset
74 uint8_t *from, int offset, int height, int stride)
78 int from_x = offset % WIDTH;
79 int from_y = offset / WIDTH;
88 av_log(avctx, AV_LOG_ERROR, "invalid offset %d during C93 decoding\n",
89 offset);
159 unsigned int offset, j;
169 offset = bytestream2_get_le16(&gb);
170 if ((ret = copy_block(avctx, out, copy_from, offset, 8, stride)) < 0)
179 int offset = bytestream2_get_le16(&gb);
180 int from_x = offset % WIDTH;
181 int from_y = offset / WIDTH;
188 copy_from, offset, 4, stride)) < 0)