Home
last modified time | relevance | path

Searched refs:MAX_NUM_TBLOCKS (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DUnit.h154 bool valid() const { return compID() < MAX_NUM_TBLOCKS && width != 0 && height != 0; } in valid()
178 typedef static_vector<CompArea, MAX_NUM_TBLOCKS> UnitBlocksType;
293 uint8_t maxScanPosX [MAX_NUM_TBLOCKS];
294 uint8_t maxScanPosY [MAX_NUM_TBLOCKS];
H A DTypeDef.h316 MAX_NUM_TBLOCKS = MAX_NUM_COMPONENT enumerator
703 bool *cbfs[MAX_NUM_TBLOCKS] = { nullptr, &Cb, &Cr }; in cbf()