Created by the British Broadcasting Corporation.
#include <rate_control.h>
Public Member Functions | |
| FrameComplexity () | |
| Default constructor. More... | |
| int | IComplexity () |
| Return the complexity of I frame. More... | |
| int | L1Complexity () |
| Return the complexity of L1 frame. More... | |
| int | L2Complexity () |
| Return the complexity of L2 frame. More... | |
| void | SetIComplexity (int cpx) |
| Set the complexity of I frame. More... | |
| void | SetL1Complexity (int cpx) |
| Set the complexity of L1 frame. More... | |
| void | SetL2Complexity (int cpx) |
| Set the complexity of L2 frame. More... | |
Private Attributes | |
| int | m_XI |
| Complexity of I frame. More... | |
| int | m_XL1 |
| Complexity of L1 frame. More... | |
| int | m_XL2 |
| Complexity of L2 frame. More... | |
| dirac::FrameComplexity::FrameComplexity | ( | ) |
|
inline |
References m_XI.
|
inline |
References m_XL1.
|
inline |
References m_XL2.
|
inline |
References m_XI.
|
inline |
References m_XL1.
|
inline |
References m_XL2.
|
private |
Referenced by IComplexity(), and SetIComplexity().
|
private |
Referenced by L1Complexity(), and SetL1Complexity().
|
private |
Referenced by L2Complexity(), and SetL2Complexity().
© 2004 British Broadcasting Corporation.
Dirac code licensed under the Mozilla Public License (MPL) Version 1.1.
HTML documentation generated by Dimitri van Heesch's
excellent Doxygen tool.