Searched refs:lz_copy (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | gdv.c | 215 static void lz_copy(PutByteContext *pb, GetByteContext *g2, int offset, unsigned len) in lz_copy() function 271 lz_copy(pb, g2, off, len); in decompress_2() 308 lz_copy(pb, g2, off, len); in decompress_5() 325 lz_copy(pb, g2, off, len); in decompress_5() 394 lz_copy(pb, g2, (offs) - 4096, len); in decompress_68() 416 lz_copy(pb, g2, -off, len); in decompress_68() 449 lz_copy(pb, g2, off, len); in decompress_68()
|
Completed in 1 milliseconds