torc-master
|
Set of contiguous frames for each of the eight possible block types. More...
#include <FrameSet.hpp>
Public Types | |
typedef FRAME_TYPE | frame_t |
FrameSet frame type. More... | |
typedef FRAME_TYPE::word_t | word_t |
FrameSet word type. More... | |
Data Fields | |
FrameSet< FRAME_TYPE > | mBlock [Bitstream::eBlockTypeCount] |
FrameSets for each of the eight block types. More... | |
Set of contiguous frames for each of the eight possible block types.
Definition at line 78 of file FrameSet.hpp.
typedef FRAME_TYPE torc::bitstream::FrameBlocks< FRAME_TYPE >::frame_t |
FrameSet frame type.
Definition at line 83 of file FrameSet.hpp.
typedef FRAME_TYPE::word_t torc::bitstream::FrameBlocks< FRAME_TYPE >::word_t |
FrameSet word type.
Definition at line 85 of file FrameSet.hpp.
FrameSet<FRAME_TYPE> torc::bitstream::FrameBlocks< FRAME_TYPE >::mBlock[Bitstream::eBlockTypeCount] |
FrameSets for each of the eight block types.
Definition at line 88 of file FrameSet.hpp.