Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbitstream.c49 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length) in ff_copy_bits() function
H A Dput_bits.h178 #define ff_copy_bits ff_copy_bits_unsupported_here macro
194 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length);
H A Dsvq1enc.c477 ff_copy_bits(&s->pb, reorder_buffer[best][i], in svq1_encode_plane()
H A 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()
H A Dwmaprodec.c1592 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), in save_bits()
1599 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len); in save_bits()
H A Dwmalosslessdec.c1168 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), in save_bits()
1175 ff_copy_bits(&s->pb, gb->buffer + (get_bits_count(gb) >> 3), len); in save_bits()
H A Dmpegvideo_enc.c3204 ff_copy_bits(&backup_s.pb, bit_buf[next_block^1], pb_bits_count); in encode_thread()
3210 ff_copy_bits(&backup_s.pb2, bit_buf2[next_block^1], pb2_bits_count); in encode_thread()
3215 ff_copy_bits(&backup_s.tex_pb, bit_buf_tex[next_block^1], tex_pb_bits_count); in encode_thread()
3425 ff_copy_bits(&dst->pb, src->pb.buf, put_bits_count(&src->pb)); in merge_context_after_encode()
H A Dwmavoice.c1875 * a whole-byte boundary before calling #ff_copy_bits() on aligned
1896 ff_copy_bits(pb, data + size - rmn_bytes, in copy_bits()

Completed in 19 milliseconds