|
MediaProcessors
|
Public Attributes | |
| WORD_T * | buf |
| size_t | buf_size |
| WORD_T | bcnt |
| WORD_T | word0 |
| WORD_T | word1 |
| WORD_T | top |
Definition at line 51 of file bitparser.h.
| WORD_T bitparser_ctx_s::bcnt |
Bit position within parsing buffer (bit-counter).
Definition at line 63 of file bitparser.h.
| WORD_T* bitparser_ctx_s::buf |
Pointer to parsing buffer.
Definition at line 55 of file bitparser.h.
| size_t bitparser_ctx_s::buf_size |
Parsing buffer size in bytes.
Definition at line 59 of file bitparser.h.
| WORD_T bitparser_ctx_s::top |
Top 32/64 bits of bitstream (bit-aligned 32/64-bit window, corresponding to bit-counter position).
Definition at line 76 of file bitparser.h.
| WORD_T bitparser_ctx_s::word0 |
Word-aligned 32/64-bit window, corresponding to bit-counter position.
Definition at line 67 of file bitparser.h.
| WORD_T bitparser_ctx_s::word1 |
Next word to 'word0'.
Definition at line 71 of file bitparser.h.
1.8.11