Home
last modified time | relevance | path

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

/external/tesseract/classify/
Dintmatcher.cpp921 uinT8 config_byte; in IMUpdateTablesForFeature() local
1006 config_byte = 0; in IMUpdateTablesForFeature()
1007 while (ConfigWord != 0 || config_byte != 0) { in IMUpdateTablesForFeature()
1008 while (config_byte == 0) { in IMUpdateTablesForFeature()
1009 config_byte = ConfigWord & 0xff; in IMUpdateTablesForFeature()
1014 config_offset = offset_table[config_byte]; in IMUpdateTablesForFeature()
1015 config_byte = next_table[config_byte]; in IMUpdateTablesForFeature()