Searched refs:ff_copy_bits (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | put_bits.h | 150 #define ff_copy_bits ff_copy_bits_unsupported_here macro 166 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
|
D | bitstream.c | 55 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
|
D | wmalosslessdec.c | 1164 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()
|
D | mpeg4videoenc.c | 1356 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()
|
D | wmaprodec.c | 1587 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()
|
D | svq1enc.c | 475 ff_copy_bits(&s->pb, reorder_buffer[best][i], in svq1_encode_plane()
|
D | mpegvideo_enc.c | 3408 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()
|
D | wmavoice.c | 1890 ff_copy_bits(pb, data + size - rmn_bytes, in copy_bits()
|