Searched refs:ff_copy_bits (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | bitstream.c | 49 void ff_copy_bits(PutBitContext *pb, const uint8_t *src, int length) in ff_copy_bits() function
|
H A D | put_bits.h | 178 #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 D | svq1enc.c | 477 ff_copy_bits(&s->pb, reorder_buffer[best][i], in svq1_encode_plane()
|
H A 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()
|
H A D | wmaprodec.c | 1592 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 D | wmalosslessdec.c | 1168 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 D | mpegvideo_enc.c | 3204 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 D | wmavoice.c | 1875 * 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