Home
last modified time | relevance | path

Searched refs:ConfigMask (Results 1 – 3 of 3) sorted by relevance

/external/tesseract/classify/
Dintmatcher.h83 BIT_VECTOR ConfigMask,
93 BIT_VECTOR ConfigMask,
102 BIT_VECTOR ConfigMask,
134 BIT_VECTOR ConfigMask,
143 BIT_VECTOR ConfigMask,
155 BIT_VECTOR ConfigMask,
163 BIT_VECTOR ConfigMask,
170 BIT_VECTOR ConfigMask,
177 BIT_VECTOR ConfigMask,
Dintmatcher.cpp403 BIT_VECTOR ConfigMask, in IntegerMatcher() argument
447 int csum = IMUpdateTablesForFeature(ClassTemplate, ProtoMask, ConfigMask, in IntegerMatcher()
460 ConfigMask, in IntegerMatcher()
469 ConfigMask, in IntegerMatcher()
476 ConfigMask, in IntegerMatcher()
483 ConfigMask, in IntegerMatcher()
514 BIT_VECTOR ConfigMask, in FindGoodProtos() argument
563 IMUpdateTablesForFeature (ClassTemplate, ProtoMask, ConfigMask, Feature, in FindGoodProtos()
571 ConfigMask, in FindGoodProtos()
609 BIT_VECTOR ConfigMask, in FindBadFeatures() argument
[all …]
Dadaptmatch.cpp1087 uinT32 ConfigMask; in AdaptToChar() local
1088 ConfigMask = 1 << IntResult.Config; in AdaptToChar()
1090 IntegerMatcher (IClass, AllProtosOn, (BIT_VECTOR)&ConfigMask, in AdaptToChar()
2731 uinT32 ConfigMask; in ShowBestMatchFor() local
2804 ConfigMask = 1 << BLResult.Config; in ShowBestMatchFor()
2807 ConfigMask = 1 << next_config; in ShowBestMatchFor()
2816 (BIT_VECTOR) & ConfigMask, in ShowBestMatchFor()
2823 ConfigMask = 1 << CNResult.Config; in ShowBestMatchFor()
2828 …gerMatcher (ClassForClassId (PreTrainedTemplates, ClassId), AllProtosOn, (BIT_VECTOR) & ConfigMask, in ShowBestMatchFor()