Home
last modified time | relevance | path

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

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncBinCoderCABACCounter.cpp129 m_fracBits += ContextModel::getEntropyBitsTrm( binValue ); in encodeBinTrm()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DContextModel.h87 static Int getEntropyBitsTrm( Int val ) { return m_entropyBits[126 ^ val]; } in getEntropyBitsTrm() function