Home
last modified time | relevance | path

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

/external/tesseract/classify/
Dintproto.h48 #define NUM_CP_BUCKETS 24 macro
61 #define WERDS_PER_CP (NUM_CP_BUCKETS * NUM_CP_BUCKETS * \
62 NUM_CP_BUCKETS * WERDS_PER_CP_VECTOR)
72 [NUM_CP_BUCKETS][NUM_CP_BUCKETS][NUM_CP_BUCKETS][WERDS_PER_CP_VECTOR];
75 uinT32 (*CLASS_PRUNER)[NUM_CP_BUCKETS][NUM_CP_BUCKETS][WERDS_PER_CP_VECTOR];
Dintmatcher.cpp223 feature_address = (((feature->X * NUM_CP_BUCKETS >> 8) * NUM_CP_BUCKETS + in ClassPruner()
224 (feature->Y * NUM_CP_BUCKETS >> 8)) * NUM_CP_BUCKETS + in ClassPruner()
225 (feature->Theta * NUM_CP_BUCKETS >> 8)) << 1; in ClassPruner()
350 (((feature->X * NUM_CP_BUCKETS >> 8) * NUM_CP_BUCKETS + in ClassPruner()
351 (feature->Y * NUM_CP_BUCKETS >> 8)) * NUM_CP_BUCKETS + in ClassPruner()
352 (feature->Theta * NUM_CP_BUCKETS >> 8)) << 1; in ClassPruner()
Dintproto.cpp924 for (x = 0; x < NUM_CP_BUCKETS; x++) { in ReadIntTemplates()
925 for (y = 0; y < NUM_CP_BUCKETS; y++) { in ReadIntTemplates()
926 for (z = 0; z < NUM_CP_BUCKETS; z++) { in ReadIntTemplates()
959 for (x = 0; x < NUM_CP_BUCKETS; x++) in ReadIntTemplates()
960 for (y = 0; y < NUM_CP_BUCKETS; y++) in ReadIntTemplates()
961 for (z = 0; z < NUM_CP_BUCKETS; z++) in ReadIntTemplates()
1356 if (X >= NUM_CP_BUCKETS) in DoFill()
1357 X = NUM_CP_BUCKETS - 1; in DoFill()
1361 if (FillSpec->YEnd >= NUM_CP_BUCKETS) in DoFill()
1362 FillSpec->YEnd = NUM_CP_BUCKETS - 1; in DoFill()
[all …]