Lines Matching refs:src
142 static void decode_block(uint8_t *src, uint8_t *dest, unsigned size,
162 memcpy(tmp + align, src, a2);
169 xor_block(src + a2, dest + a2, s & ~3,
176 memcpy(tmp, src + size, s);
197 static uint8_t *read_vblock(AVIOContext *src, uint32_t *size,
204 if (avio_read(src, tmp, 4) != 4)
222 if (avio_read(src, buf + 4, n) == n) {
232 static uint8_t *read_sb_block(AVIOContext *src, unsigned *size,
240 if (avio_read(src, ibuf, 8) < 8)
270 if (avio_read(src, buf+8, n) != n) {