FFmpeg
|
#include <put_bits.h>
Data Fields | |
uint32_t | bit_buf |
int | bit_left |
uint8_t * | buf |
uint8_t * | buf_ptr |
uint8_t * | buf_end |
int | size_in_bits |
Definition at line 41 of file put_bits.h.
uint32_t PutBitContext::bit_buf |
Definition at line 42 of file put_bits.h.
Referenced by flush_put_bits(), init_put_bits(), and put_bits().
int PutBitContext::bit_left |
Definition at line 43 of file put_bits.h.
Referenced by avpriv_align_put_bits(), ff_init_cabac_encoder(), flush_put_bits(), init_put_bits(), put_bits(), put_bits_count(), put_bits_left(), skip_put_bits(), and skip_put_bytes().
uint8_t* PutBitContext::buf |
Definition at line 44 of file put_bits.h.
Referenced by encode_422_bitstream(), encode_bgra_bitstream(), encode_gray_bitstream(), encode_line(), encode_mb(), encode_picture_lossless(), encode_slice_plane(), encode_superframe(), encode_thread(), escape_FF(), ff_mpeg1_encode_picture_header(), ff_mpeg4_merge_partitions(), ff_MPV_encode_picture(), init_put_bits(), merge_context_after_encode(), output_frame_end(), put_bits_count(), put_pack_header(), put_swf_matrix(), put_swf_rect(), put_system_header(), set_put_bits_buffer_size(), svq1_encode_plane(), swf_write_header(), write_frame_footer(), and write_frame_header().
uint8_t * PutBitContext::buf_ptr |
Definition at line 44 of file put_bits.h.
Referenced by encode_thread(), flush_put_bits(), init_put_bits(), put_bits(), put_bits_count(), put_bits_left(), put_bits_ptr(), skip_put_bits(), and skip_put_bytes().
uint8_t * PutBitContext::buf_end |
Definition at line 44 of file put_bits.h.
Referenced by encode_422_bitstream(), encode_bgra_bitstream(), encode_gray_bitstream(), encode_line(), encode_mb(), encode_picture_lossless(), encode_thread(), ff_mpeg4_init_partitions(), ff_mpeg4_merge_partitions(), ff_MPV_encode_picture(), init_put_bits(), put_bits(), put_bits_left(), set_put_bits_buffer_size(), and svq1_encode_plane().
int PutBitContext::size_in_bits |
Definition at line 45 of file put_bits.h.
Referenced by copy_bits(), dv_encode_video_segment(), floor_encode(), init_put_bits(), put_codeword(), and xsub_encode_rle().