HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
RasterAddress Namespace Reference

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)
 

Function Documentation

static Bool RasterAddress::isEqualCol ( Int  addrA,
Int  addrB,
Int  numUnitsPerRow 
)
inlinestatic

Check whether 2 addresses point to the same column

Parameters
addrAFirst address in raster scan order
addrBSecond address in raters scan order
numUnitsPerRowNumber of units in a row
Returns
Result of test

Definition at line 496 of file TComDataCU.h.

static Bool RasterAddress::isEqualRow ( Int  addrA,
Int  addrB,
Int  numUnitsPerRow 
)
inlinestatic

Check whether 2 addresses point to the same row

Parameters
addrAFirst address in raster scan order
addrBSecond address in raters scan order
numUnitsPerRowNumber of units in a row
Returns
Result of test

Definition at line 508 of file TComDataCU.h.

static Bool RasterAddress::isEqualRowOrCol ( Int  addrA,
Int  addrB,
Int  numUnitsPerRow 
)
inlinestatic

Check whether 2 addresses point to the same row or column

Parameters
addrAFirst address in raster scan order
addrBSecond address in raters scan order
numUnitsPerRowNumber of units in a row
Returns
Result of test

Definition at line 520 of file TComDataCU.h.

static Bool RasterAddress::isZeroCol ( Int  addr,
Int  numUnitsPerRow 
)
inlinestatic

Check whether one address points to the first column

Parameters
addrAddress in raster scan order
numUnitsPerRowNumber of units in a row
Returns
Result of test

Definition at line 530 of file TComDataCU.h.

static Bool RasterAddress::isZeroRow ( Int  addr,
Int  numUnitsPerRow 
)
inlinestatic

Check whether one address points to the first row

Parameters
addrAddress in raster scan order
numUnitsPerRowNumber of units in a row
Returns
Result of test

Definition at line 541 of file TComDataCU.h.

static Bool RasterAddress::lessThanCol ( Int  addr,
Int  val,
Int  numUnitsPerRow 
)
inlinestatic

Check whether one address points to a column whose index is smaller than a given value

Parameters
addrAddress in raster scan order
valGiven column index value
numUnitsPerRowNumber of units in a row
Returns
Result of test

Definition at line 553 of file TComDataCU.h.

static Bool RasterAddress::lessThanRow ( Int  addr,
Int  val,
Int  numUnitsPerRow 
)
inlinestatic

Check whether one address points to a row whose index is smaller than a given value

Parameters
addrAddress in raster scan order
valGiven row index value
numUnitsPerRowNumber of units in a row
Returns
Result of test

Definition at line 565 of file TComDataCU.h.