Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dimagefind.cpp107 int x_start, x_end, y_start, y_end; in FindImages() local
113 &x_start, &y_start, &x_end, &y_end)) { in FindImages()
119 pixRasterop(simple_pix, x_start, y_start, x_end - x_start, in FindImages()
144 static bool HScanForEdge(uinT32* data, int wpl, int x_start, int x_end, in HScanForEdge() argument
152 for (int x = x_start; x < x_end; ++x) { in HScanForEdge()
178 int x_end, int x_step, int* x_start) { in VScanForEdge() argument
180 for (int x = *x_start; x != x_end; x += x_step) { in VScanForEdge()
190 *x_start = x; // Save the place where we came out of the min phase. in VScanForEdge()
213 int* x_start, int* y_start, in pixNearlyRectangular() argument
216 *x_start = 0; in pixNearlyRectangular()
[all …]
Dalignedblob.cpp292 int x_start = params.right_tab ? box.right() : box.left(); in AlignTabs() local
310 bbox = FindAlignedBlob(params, top_to_bottom, bbox, x_start, end_y); in AlignTabs()
314 x_start = params.right_tab ? box.right() : box.left(); in AlignTabs()
329 int x_start, int* end_y) { in FindAlignedBlob() argument
338 if (WithinTestRegion(2, x_start, start_y)) { in FindAlignedBlob()
351 x2 = x_start - x2; in FindAlignedBlob()
354 x2 = x_start + x2; in FindAlignedBlob()
358 int xmin = MIN(x_start, x2) - skew_tolerance; in FindAlignedBlob()
359 int xmax = MAX(x_start, x2) + skew_tolerance; in FindAlignedBlob()
370 if (WithinTestRegion(2, x_start, start_y)) in FindAlignedBlob()
[all …]
Dimagefind.h52 int* x_start, int* y_start,
58 static void BoundsWithinRect(Pix* pix, int* x_start, int* y_start,
Dalignedblob.h134 int x_start, int* end_y);
Dcolfind.cpp360 int x_start = grid_x * gridsize_ + bleft_.x() - x; in ExtractImageBlobs() local
362 int x_end = x_start + gridsize_; in ExtractImageBlobs()
364 ImageFinder::BoundsWithinRect(pix, &x_start, &y_start, &x_end, &y_end); in ExtractImageBlobs()
366 if (x_end > x_start && y_end > y_start) { in ExtractImageBlobs()
372 ICOORD top_left(x_start + x, image_height - (y_start + y)); in ExtractImageBlobs()
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dadaptive_smooth_no_mmx.cpp215 int x_start, /* i */ in AdaptiveSmooth_NoMMX() argument
250 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* initializing pointer to in AdaptiveSmooth_NoMMX()
296 for (col_cntr = (x_blk_start + BLKSIZE - 1) - x_start; col_cntr > 0; col_cntr--) in AdaptiveSmooth_NoMMX()
358 Rec_Y_ptr = &Rec_Y[addr_v + x_start]; /* advance pointer to in AdaptiveSmooth_NoMMX()
381 for (col_cntr = (x_blk_start + BLKSIZE - 1) - x_start; col_cntr > 0; col_cntr--) in AdaptiveSmooth_NoMMX()