HEVC Test Model (HM)
HM-16.18
|
Functions | |
static Bool | isEqualCol (Int addrA, Int addrB, Int numUnitsPerRow) |
static Bool | isEqualRow (Int addrA, Int addrB, Int numUnitsPerRow) |
static Bool | isEqualRowOrCol (Int addrA, Int addrB, Int numUnitsPerRow) |
static Bool | isZeroCol (Int addr, Int numUnitsPerRow) |
static Bool | isZeroRow (Int addr, Int numUnitsPerRow) |
static Bool | lessThanCol (Int addr, Int val, Int numUnitsPerRow) |
static Bool | lessThanRow (Int addr, Int val, Int numUnitsPerRow) |
Check whether 2 addresses point to the same column
addrA | First address in raster scan order |
addrB | Second address in raters scan order |
numUnitsPerRow | Number of units in a row |
Definition at line 496 of file TComDataCU.h.
Check whether 2 addresses point to the same row
addrA | First address in raster scan order |
addrB | Second address in raters scan order |
numUnitsPerRow | Number of units in a row |
Definition at line 508 of file TComDataCU.h.
|
inlinestatic |
Check whether 2 addresses point to the same row or column
addrA | First address in raster scan order |
addrB | Second address in raters scan order |
numUnitsPerRow | Number of units in a row |
Definition at line 520 of file TComDataCU.h.
Check whether one address points to the first column
addr | Address in raster scan order |
numUnitsPerRow | Number of units in a row |
Definition at line 530 of file TComDataCU.h.
Check whether one address points to the first row
addr | Address in raster scan order |
numUnitsPerRow | Number of units in a row |
Definition at line 541 of file TComDataCU.h.
Check whether one address points to a column whose index is smaller than a given value
addr | Address in raster scan order |
val | Given column index value |
numUnitsPerRow | Number of units in a row |
Definition at line 553 of file TComDataCU.h.
Check whether one address points to a row whose index is smaller than a given value
addr | Address in raster scan order |
val | Given row index value |
numUnitsPerRow | Number of units in a row |
Definition at line 565 of file TComDataCU.h.