Home
last modified time | relevance | path

Searched refs:rcCtxModel (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncBinCoderCABAC.cpp187 Void TEncBinCABAC::encodeBin( UInt binValue, ContextModel &rcCtxModel ) in encodeBin() argument
203 rcCtxModel.setBinsCoded( 1 ); in encodeBin()
205 …UInt uiLPS = TComCABACTables::sm_aucLPSTable[ rcCtxModel.getState() ][ ( m_uiRange >> 6 ) & 3 ]; in encodeBin()
208 if( binValue != rcCtxModel.getMps() ) in encodeBin()
213 rcCtxModel.updateLPS(); in encodeBin()
219 rcCtxModel.updateMPS(); in encodeBin()
H A DTEncBinCoderCABACCounter.cpp74 Void TEncBinCABACCounter::encodeBin( UInt binValue, ContextModel &rcCtxModel ) in encodeBin() argument
81 m_fracBits += rcCtxModel.getEntropyBits( binValue ); in encodeBin()
82 rcCtxModel.update( binValue ); in encodeBin()
H A DTEncBinCoderCABACCounter.h59 Void encodeBin ( UInt binValue, ContextModel& rcCtxModel );
H A DTEncBinCoder.h67 virtual Void encodeBin ( UInt uiBin, ContextModel& rcCtxModel ) = 0;
H A DTEncBinCoderCABAC.h68 Void encodeBin ( UInt binValue, ContextModel& rcCtxModel );