Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dmatchtab.cpp56 #define NUM_MATCH_ENTRIES 500 /* Entries in match_table */ macro
82 for (x = 0; x < NUM_MATCH_ENTRIES; x++) { in init_match_table()
91 match_table = new MATCH[NUM_MATCH_ENTRIES]; in init_match_table()
94 for (x = 0; x < NUM_MATCH_ENTRIES; x++) { in init_match_table()
128 start = (topleft * botright) % NUM_MATCH_ENTRIES; in put_match()
142 if (++x >= NUM_MATCH_ENTRIES) in put_match()
181 start = (topleft * botright) % NUM_MATCH_ENTRIES; in get_match_by_bounds()
195 if (++x >= NUM_MATCH_ENTRIES) in get_match_by_bounds()
226 start = (topleft * botright) % NUM_MATCH_ENTRIES; in add_to_match()
252 if (++x >= NUM_MATCH_ENTRIES) in add_to_match()