#include <bitstream.h>
Definition at line 145 of file bitstream.h.
Public Attributes | |
| const uint8_t * | buffer |
| const uint8_t * | buffer_end |
| int | index |
| uint8_t * | buffer_ptr |
| uint32_t | cache |
| int | bit_count |
| uint32_t * | buffer_ptr |
| uint32_t | cache0 |
| uint32_t | cache1 |
| int | size_in_bits |
| const uint8_t* GetBitContext::buffer |
Definition at line 146 of file bitstream.h.
Referenced by ac3_parse_header(), decode_frame(), decode_slice(), ff_h263_decode_frame(), get_bits1(), init_get_bits(), mp_decode_frame(), mp_decode_layer3(), qdm2_decode_sub_packet_header(), slice_decode_thread(), svq1_decode_frame_header(), svq3_decode_slice_header(), and switch_buffer().
| const uint8_t * GetBitContext::buffer_end |
Definition at line 148 of file bitstream.h.
Referenced by get_bits1(), get_bits_count(), init_get_bits(), and skip_bits_long().
| uint8_t* GetBitContext::buffer_ptr |
Definition at line 151 of file bitstream.h.
Definition at line 154 of file bitstream.h.
Definition at line 155 of file bitstream.h.
Definition at line 156 of file bitstream.h.
Definition at line 159 of file bitstream.h.
Referenced by decode_sei(), decode_slice(), decode_user_data(), decode_vop_header(), ff_h261_resync(), ff_h263_decode_frame(), ff_h263_decode_mb(), ff_h263_resync(), ff_mpeg4_decode_picture_header(), ff_msmpeg4_decode_block(), get_bits_left(), get_bits_size(), h261_decode_mb(), h261_decode_picture_header(), h263_decode_gob_header(), h263_decode_picture_header(), huffman_decode(), init_get_bits(), mjpeg_decode_app(), mjpeg_decode_com(), mp_decode_frame(), mp_decode_layer3(), mpeg4_decode_video_packet_header(), mpeg4_is_resync(), mpeg_decode_slice(), msmpeg4_decode_picture_header(), rv10_decode_packet(), show_pict_info(), svq1_decode_frame_header(), svq3_decode_frame(), svq3_decode_slice_header(), and switch_buffer().
1.5.5