Searched refs:nasx (Results 1 – 2 of 2) sorted by relevance
/external/tesseract/liblept/ |
D | classapp.c | 54 static l_int32 countAlignedMatches(NUMA *nai1, NUMA *nai2, NUMA *nasx, 653 NUMA *na1, *na2, *nai1, *nai2, *nasx, *nasy; in numaaCompareImagesByBoxes() local 711 nasx = numaCreate(0); /* shiftx for match */ in numaaCompareImagesByBoxes() 733 numaAddNumber(nasx, shiftx); in numaaCompareImagesByBoxes() 745 countAlignedMatches(nai1, nai2, nasx, nasy, n1, n2, delx, dely, in numaaCompareImagesByBoxes() 756 numaDestroy(&nasx); in numaaCompareImagesByBoxes() 813 NUMA *nasx, in countAlignedMatches() argument 828 if (!nai1 || !nai2 || !nasx || !nasy) in countAlignedMatches() 846 iasx = numaGetIArray(nasx); in countAlignedMatches()
|
D | numafunc1.c | 1132 NUMA *nasx, *nasy, *nadx, *nady; in numaInterpolateArbxInterval() local 1167 numaSortPair(nax, nay, L_SORT_INCREASING, &nasx, &nasy); in numaInterpolateArbxInterval() 1170 nasx = numaClone(nax); in numaInterpolateArbxInterval() 1174 fax = numaGetFArray(nasx, L_NOCOPY); in numaInterpolateArbxInterval() 1237 numaDestroy(&nasx); in numaInterpolateArbxInterval()
|