Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dblkocc.cpp101 BAND bands[MAX_NUM_BANDS + 1]; // band defns
119 float occs[MAX_NUM_BANDS + 1]; //total occupancy in test_underline()
139 for (occ = 0; occ <= MAX_NUM_BANDS; occ++) in test_underline()
311 REGION_OCC_LIST region_occ_list[MAX_NUM_BANDS + 1]; in block_occ()
316 for (band_index = 0; band_index <= MAX_NUM_BANDS; band_index++) { in block_occ()
Dblkocc.h239 #define MAX_NUM_BANDS 5 macro