| 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 35 of file put_bits.h.
| uint32_t PutBitContext::bit_buf | 
Definition at line 36 of file put_bits.h.
| int PutBitContext::bit_left | 
Definition at line 37 of file put_bits.h.
| uint8_t* PutBitContext::buf | 
Definition at line 38 of file put_bits.h.
Referenced by cbs_av1_write_obu(), encode_hq_slice(), encode_slice_plane(), ff_mjpeg_escape_FF(), ff_mpv_encode_picture(), ljpeg_encode_bgr(), ljpeg_encode_frame(), ljpeg_encode_yuv(), put_pack_header(), put_swf_matrix(), put_swf_rect(), put_system_header(), swf_write_header(), and write_restart_header().
| uint8_t * PutBitContext::buf_ptr | 
Definition at line 38 of file put_bits.h.
| uint8_t * PutBitContext::buf_end | 
Definition at line 38 of file put_bits.h.
Referenced by ff_mpv_encode_picture(), ljpeg_encode_bgr(), and ljpeg_encode_yuv().
| int PutBitContext::size_in_bits | 
Definition at line 39 of file put_bits.h.
Referenced by copy_bits(), dv_encode_video_segment(), floor_encode(), put_codeword(), vorbis_encode_frame(), and xsub_encode_rle().
 1.8.17
 1.8.17