HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
TComDataCU.h File Reference

CU data structure (header) More...

#include <algorithm>
#include <vector>
#include "CommonDef.h"
#include "TComMotionInfo.h"
#include "TComSlice.h"
#include "TComRdCost.h"
#include "TComPattern.h"
Include dependency graph for TComDataCU.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TComDataCU
 CU data structure class. More...
 

Namespaces

 RasterAddress
 

Functions

static Bool RasterAddress::isEqualCol (Int addrA, Int addrB, Int numUnitsPerRow)
 
static Bool RasterAddress::isEqualRow (Int addrA, Int addrB, Int numUnitsPerRow)
 
static Bool RasterAddress::isEqualRowOrCol (Int addrA, Int addrB, Int numUnitsPerRow)
 
static Bool RasterAddress::isZeroCol (Int addr, Int numUnitsPerRow)
 
static Bool RasterAddress::isZeroRow (Int addr, Int numUnitsPerRow)
 
static Bool RasterAddress::lessThanCol (Int addr, Int val, Int numUnitsPerRow)
 
static Bool RasterAddress::lessThanRow (Int addr, Int val, Int numUnitsPerRow)
 

Variables

static const UInt NUM_MOST_PROBABLE_MODES =3
 

Detailed Description

CU data structure (header)

Todo:
not all entities are documented

Definition in file TComDataCU.h.

Variable Documentation

const UInt NUM_MOST_PROBABLE_MODES =3
static

Definition at line 57 of file TComDataCU.h.