Searched refs:updateSymbolInfo (Results 1 – 7 of 7) sorted by relevance
91 void CBC_EncoderContext::updateSymbolInfo(int32_t& e) { in updateSymbolInfo() function in CBC_EncoderContext92 updateSymbolInfo(getCodewordCount(), e); in updateSymbolInfo()94 void CBC_EncoderContext::updateSymbolInfo(int32_t len, int32_t& e) { in updateSymbolInfo() function in CBC_EncoderContext
63 context->updateSymbolInfo(e); in HandleEOD()83 context->updateSymbolInfo(context->getCodewordCount() + restChars, e); in HandleEOD()91 context->updateSymbolInfo( in HandleEOD()
33 void updateSymbolInfo(int32_t& e);34 void updateSymbolInfo(int32_t len, int32_t& e);
63 context.updateSymbolInfo(curCodewordCount, e); in Encode()111 context.updateSymbolInfo(curCodewordCount, e); in handleEOD()
57 context.updateSymbolInfo(currentSize, e); in Encode()
63 context.updateSymbolInfo(e); in handleEOD()
108 context.updateSymbolInfo(e); in encodeHighLevel()