ff_copy_bits      149 libavcodec/bitstream.h void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
ff_copy_bits     3087 libavcodec/h263.c     ff_copy_bits(&s->pb, s->pb2.buf   , pb2_len);
ff_copy_bits     3088 libavcodec/h263.c     ff_copy_bits(&s->pb, s->tex_pb.buf, tex_pb_len);
ff_copy_bits     2416 libavcodec/mpegvideo_enc.c                 ff_copy_bits(&backup_s.pb, bit_buf[next_block^1], pb_bits_count);
ff_copy_bits     2422 libavcodec/mpegvideo_enc.c                     ff_copy_bits(&backup_s.pb2, bit_buf2[next_block^1], pb2_bits_count);
ff_copy_bits     2427 libavcodec/mpegvideo_enc.c                     ff_copy_bits(&backup_s.tex_pb, bit_buf_tex[next_block^1], tex_pb_bits_count);
ff_copy_bits     2650 libavcodec/mpegvideo_enc.c     ff_copy_bits(&dst->pb, src->pb.buf, put_bits_count(&src->pb));
ff_copy_bits      473 libavcodec/svq1enc.c                 ff_copy_bits(&s->pb, reorder_buffer[best][i], count[best][i]);