Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/classify/
H A Dintproto.h160 #define CPrunerWordIndexFor(c) (((c) % CLASSES_PER_CP) / CLASSES_PER_CP_WERD) macro
H A Dintproto.cpp319 WordIndex = CPrunerWordIndexFor(ClassId); in AddProtoToClassPruner()
732 new_w = CPrunerWordIndexFor(class_id); in ReadIntTemplates()