Searched refs:updateSymbolInfo (Results 1 – 7 of 7) sorted by relevance
96 void CBC_EncoderContext::updateSymbolInfo(int32_t& e) { in updateSymbolInfo() function in CBC_EncoderContext97 updateSymbolInfo(getCodewordCount(), e); in updateSymbolInfo()99 void CBC_EncoderContext::updateSymbolInfo(int32_t len, int32_t& e) { in updateSymbolInfo() function in CBC_EncoderContext
72 context.updateSymbolInfo(e); in handleEOD()95 context.updateSymbolInfo(context.getCodewordCount() + restChars, e); in handleEOD()103 context.updateSymbolInfo(context.getCodewordCount() + encoded.GetLength(), in handleEOD()
32 void updateSymbolInfo(int32_t& e);33 void updateSymbolInfo(int32_t len, int32_t& e);
48 context.updateSymbolInfo(curCodewordCount, e); in Encode()97 context.updateSymbolInfo(curCodewordCount, e); in handleEOD()
63 context.updateSymbolInfo(e); in handleEOD()
62 context.updateSymbolInfo(currentSize, e); in Encode()
112 context.updateSymbolInfo(e); in encodeHighLevel()