Home
last modified time | relevance | path

Searched refs:ff_copy_bits (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dput_bits.h150 #define ff_copy_bits ff_copy_bits_unsupported_here macro
166 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
Dbitstream.c55 ff_copy_bits(pb, src, length); in avpriv_copy_bits()
69 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length) in ff_copy_bits() function
Dwmalosslessdec.c1164 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), in save_bits()
1171 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len); in save_bits()
Dmpeg4videoenc.c1356 ff_copy_bits(&s->pb, s->pb2.buf, pb2_len); in ff_mpeg4_merge_partitions()
1357 ff_copy_bits(&s->pb, s->tex_pb.buf, tex_pb_len); in ff_mpeg4_merge_partitions()
Dwmaprodec.c1587 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), in save_bits()
1594 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len); in save_bits()
Dsvq1enc.c475 ff_copy_bits(&s->pb, reorder_buffer[best][i], in svq1_encode_plane()
Dmpegvideo_enc.c3408 ff_copy_bits(&backup_s.pb, bit_buf[next_block^1], pb_bits_count); in encode_thread()
3414 ff_copy_bits(&backup_s.pb2, bit_buf2[next_block^1], pb2_bits_count); in encode_thread()
3419 ff_copy_bits(&backup_s.tex_pb, bit_buf_tex[next_block^1], tex_pb_bits_count); in encode_thread()
3646 ff_copy_bits(&dst->pb, src->pb.buf, put_bits_count(&src->pb)); in merge_context_after_encode()
Dwmavoice.c1890 ff_copy_bits(pb, data + size - rmn_bytes, in copy_bits()