Home
last modified time | relevance | path

Searched defs:log2BlockHeight (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComChromaFormat.cpp90 const UInt log2BlockHeight = g_aucConvertToBit[area.height] + 2; in getTUEntropyCodingParameters() local
H A DTComRom.cpp154 for(UInt log2BlockHeight = 0; log2BlockHeight < MAX_CU_DEPTH; log2BlockHeight++) in initROM() local
232 for (UInt log2BlockHeight = 0; log2BlockHeight < MAX_CU_DEPTH; log2BlockHeight++) in destroyROM() local
H A DTComTrQuant.cpp2552 const Int log2BlockHeight, in getSigCtxInc()
/dports/multimedia/vvdec/vvdec-1.1.2/source/Lib/CommonLib/
H A DContextModelling.h90 unsigned log2BlockHeight () const { return m_log2BlockHeight; } in log2BlockHeight() function