Structure to hold code block sizes when spatial partitioning is used.
#include <common.h>
List of all members.
Private Attributes |
unsigned int | m_hblocks |
| Number of Horizontal code blocks.
|
unsigned int | m_vblocks |
| Number of Vertical code blocks.
|
Constructor & Destructor Documentation
dirac::CodeBlocks::CodeBlocks |
( |
| ) |
|
|
inline |
dirac::CodeBlocks::CodeBlocks |
( |
unsigned int |
hblocks, |
|
|
unsigned int |
vblocks |
|
) |
| |
|
inline |
Member Function Documentation
unsigned int dirac::CodeBlocks::HorizontalCodeBlocks |
( |
| ) |
const |
|
inline |
void dirac::CodeBlocks::SetHorizontalCodeBlocks |
( |
unsigned int |
hblocks | ) |
|
|
inline |
void dirac::CodeBlocks::SetVerticalCodeBlocks |
( |
unsigned int |
vblocks | ) |
|
|
inline |
unsigned int dirac::CodeBlocks::VerticalCodeBlocks |
( |
| ) |
const |
|
inline |
Member Data Documentation
unsigned int dirac::CodeBlocks::m_hblocks |
|
private |
unsigned int dirac::CodeBlocks::m_vblocks |
|
private |
The documentation for this class was generated from the following file: