HEVC Test Model (HM)
HM-16.18
|
Local image characteristics for CUs on a specific depth. More...
#include <TEncPic.h>
Public Member Functions | |
UInt | getAQPartWidth () |
UInt | getAQPartHeight () |
UInt | getNumAQPartInWidth () |
UInt | getNumAQPartInHeight () |
UInt | getAQPartStride () |
TEncQPAdaptationUnit * | getQPAdaptationUnit () |
Double | getAvgActivity () |
Void | setAvgActivity (Double d) |
TEncPicQPAdaptationLayer () | |
virtual | ~TEncPicQPAdaptationLayer () |
Void | create (Int iWidth, Int iHeight, UInt uiAQPartWidth, UInt uiAQPartHeight) |
Void | destroy () |
Private Attributes | |
UInt | m_uiAQPartWidth |
UInt | m_uiAQPartHeight |
UInt | m_uiNumAQPartInWidth |
UInt | m_uiNumAQPartInHeight |
TEncQPAdaptationUnit * | m_acTEncAQU |
Double | m_dAvgActivity |
TEncPicQPAdaptationLayer::TEncPicQPAdaptationLayer | ( | ) |
Constructor
Definition at line 58 of file TEncPic.cpp.
|
virtual |
Destructor
Definition at line 70 of file TEncPic.cpp.
Void TEncPicQPAdaptationLayer::create | ( | Int | iWidth, |
Int | iHeight, | ||
UInt | uiAQPartWidth, | ||
UInt | uiAQPartHeight | ||
) |
Initialize member variables
iWidth | Picture width |
iHeight | Picture height |
uiAQPartWidth | Width of unit block for analyzing local image characteristics |
uiAQPartHeight | Height of unit block for analyzing local image characteristics |
Definition at line 82 of file TEncPic.cpp.
Void TEncPicQPAdaptationLayer::destroy | ( | ) |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |