/external/ceres-solver/examples/ |
H A D | bal_problem.h | 70 int num_points() const { return num_points_; } function in class:ceres::examples::BALProblem
|
H A D | circle_fit.cc | 138 int num_points = 0; local 144 num_points++; 147 std::cout << "Got " << num_points << " points.\n"; local
|
H A D | bundle_adjuster.cc | 142 const int num_points = bal_problem->num_points(); local 160 for (int i = 0; i < num_points; ++i) { 169 for (int i = 0; i < num_points; ++i) { 178 for (int i = 0; i < num_points; ++i) { 208 for (int i = 0; i < num_points; ++i) {
|
/external/ceres-solver/internal/ceres/ |
H A D | visibility.cc | 84 int num_points = 0; local 87 num_points = max(num_points, (*visibility[i].rbegin()) + 1); 96 vector<set<int> > inverse_visibility(num_points);
|
H A D | system_test.cc | 337 int num_points() const { return num_points_; } function in class:ceres::internal::BundleAdjustmentProblem
|
/external/freetype/src/base/ |
H A D | ftgloadr.c | 369 FT_UInt num_points = (FT_UInt)source->base.outline.n_points; local 373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); 381 num_points ); 383 num_points ); 391 num_points ); 393 num_points ); 396 out->n_points = (short)num_points;
|
H A D | ftstroke.c | 314 FT_UInt num_points; member in struct:FT_StrokeBorderRec_ 331 FT_UInt new_max = border->num_points + new_points; 361 FT_UInt count = border->num_points; 368 border->num_points = start; 373 border->num_points = --count; 435 border->points[border->num_points - 1] = *to; 440 if ( border->num_points > 0 && 441 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) && 442 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) ) 449 FT_Vector* vec = border->points + border->num_points; 665 FT_UInt num_points = 0; local 1989 FT_UInt num_points = 0, num_contours = 0; local 2019 FT_UInt count1, count2, num_points = 0; local 2336 FT_UInt num_points, num_contours; local 2417 FT_UInt num_points, num_contours; local [all...] |
/external/pdfium/third_party/freetype/src/base/ |
H A D | ftgloadr.c | 369 FT_UInt num_points = (FT_UInt)source->base.outline.n_points; local 373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours ); 381 num_points ); 383 num_points ); 391 num_points ); 393 num_points ); 396 out->n_points = (short)num_points;
|
H A D | ftstroke.c | 314 FT_UInt num_points; member in struct:FT_StrokeBorderRec_ 331 FT_UInt new_max = border->num_points + new_points; 361 FT_UInt count = border->num_points; 368 border->num_points = start; 373 border->num_points = --count; 435 border->points[border->num_points - 1] = *to; 440 if ( border->num_points > 0 && 441 FT_IS_SMALL( border->points[border->num_points - 1].x - to->x ) && 442 FT_IS_SMALL( border->points[border->num_points - 1].y - to->y ) ) 449 FT_Vector* vec = border->points + border->num_points; 665 FT_UInt num_points = 0; local 1988 FT_UInt num_points = 0, num_contours = 0; local 2018 FT_UInt count1, count2, num_points = 0; local 2335 FT_UInt num_points, num_contours; local 2416 FT_UInt num_points, num_contours; local [all...] |
/external/freetype/src/autofit/ |
H A D | afwarp.c | 174 FT_Int nn, num_points, num_segments; local 203 num_points = hints->num_points; 214 for ( nn = 1; nn < num_points; nn++ )
|
H A D | afhints.h | 345 FT_Int num_points; /* number of used points */ member in struct:AF_GlyphHintsRec_
|
/external/freetype/src/psaux/ |
H A D | t1decode.c | 816 FT_UInt num_points, nn, mm; local 828 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 ); 829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) ) 852 delta = top + num_points; 854 for ( nn = 0; nn < num_points; nn++ ) 865 known_othersubr_result_cnt = (FT_Int)num_points;
|
/external/opencv/cvaux/src/ |
H A D | cv3dtracker.cpp | 80 const int num_points = etalon_size.width * etalon_size.height; local 127 CV_CALL(object_points = (CvPoint3D32f *)cvAlloc(num_points * sizeof(CvPoint3D32f))); 128 CV_CALL(points = (CvPoint2D32f *)cvAlloc(num_points * sizeof(CvPoint2D32f))); 170 int count = num_points; 176 // If found is true, it means all the points were found (count = num_points).
|
/external/pdfium/third_party/freetype/src/psaux/ |
H A D | t1decode.c | 816 FT_UInt num_points, nn, mm; local 828 num_points = (FT_UInt)subr_no - 13 + ( subr_no == 18 ); 829 if ( arg_cnt != (FT_Int)( num_points * blend->num_designs ) ) 852 delta = top + num_points; 854 for ( nn = 0; nn < num_points; nn++ ) 865 known_othersubr_result_cnt = (FT_Int)num_points;
|
/external/pdfium/third_party/freetype/src/type1/ |
H A D | t1load.c | 214 axis->maximum = map->design_points[map->num_points - 1]; 239 for ( j = 1; j < axismap->num_points; ++j ) 249 return INT_TO_FIXED( axismap->design_points[axismap->num_points - 1] ); 443 design = ( designs[map->num_points - 1] - designs[0] ) / 2; 445 for ( p = 0; p < (FT_UInt)map->num_points; p++ ) 471 the_blend = blends[map->num_points - 1]; 556 dmap->num_points = 0; 782 FT_Int p, num_points; local 790 T1_MAX_MM_MAP_POINTS, &num_points ); 792 if ( num_points < [all...] |
/external/boringssl/src/crypto/ec/ |
H A D | p224-64.c | 939 const unsigned num_points, const u8 *g_scalar, 955 for (i = (num_points ? 220 : 27); i >= 0; --i) { 991 if (num_points && (i % 5 == 0)) { 993 for (num = 0; num < num_points; ++num) { 1146 size_t num_points = num; local 1167 if (num_points > 0) { 1168 if (num_points >= 3) { 1173 secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray)); 1174 pre_comp = OPENSSL_malloc(num_points * sizeof(felem[17][3])); 1176 tmp_felems = OPENSSL_malloc((num_points * 1 937 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const felem pre_comp[][17][3]) argument [all...] |
H A D | p256-64.c | 1507 const unsigned num_points, const u8 *g_scalar, 1525 for (i = (num_points ? 255 : 31); i >= 0; --i) { 1565 if (num_points && (i % 5 == 0)) { 1567 for (num = 0; num < num_points; ++num) { 1725 size_t num_points = num; local 1746 if (num_points > 0) { 1747 if (num_points >= 3) { 1752 secrets = OPENSSL_malloc(num_points * sizeof(felem_bytearray)); 1753 pre_comp = OPENSSL_malloc(num_points * sizeof(smallfelem[17][3])); 1756 OPENSSL_malloc((num_points * 1 1505 batch_mul(felem x_out, felem y_out, felem z_out, const felem_bytearray scalars[], const unsigned num_points, const u8 *g_scalar, const int mixed, const smallfelem pre_comp[][17][3]) argument [all...] |
/external/freetype/src/pshinter/ |
H A D | pshalgo.h | 191 FT_UInt num_points; member in struct:PSH_GlyphRec_
|
/external/freetype/src/truetype/ |
H A D | ttgload.c | 1037 FT_UInt num_points = (FT_UInt)gloader->base.outline.n_points; local 1051 l >= num_points ) 1871 FT_UInt num_points = start_point; local 1919 num_points = (FT_UInt)gloader->base.outline.n_points; 1921 if ( num_points == num_base_points ) 1947 num_points > start_point )
|
/external/pdfium/third_party/freetype/src/pshinter/ |
H A D | pshalgo.h | 191 FT_UInt num_points; member in struct:PSH_GlyphRec_
|
/external/pdfium/third_party/freetype/src/truetype/ |
H A D | ttgload.c | 1023 FT_UInt num_points = (FT_UInt)gloader->base.outline.n_points; local 1037 l >= num_points ) 1791 FT_UInt num_points = start_point; local 1839 num_points = (FT_UInt)gloader->base.outline.n_points; 1841 if ( num_points == num_base_points ) 1867 num_points > start_point )
|
/external/flac/include/FLAC/ |
H A D | format.h | 613 unsigned num_points; member in struct:__anon6108
|
/external/freetype/include/freetype/ |
H A D | t1tables.h | 288 FT_Byte num_points; member in struct:PS_DesignMap_
|
/external/pdfium/third_party/freetype/include/freetype/ |
H A D | t1tables.h | 288 FT_Byte num_points; member in struct:PS_DesignMap_
|
/external/opencv/cv/include/ |
H A D | cvcompat.h | 382 CV_INLINE void cvConvexHull( CvPoint* points, int num_points, argument 386 CvMat points1 = cvMat( 1, num_points, CV_32SC2, points ); 387 CvMat hull1 = cvMat( 1, num_points, CV_32SC1, hull ); 398 #define cvConvexHullApprox( points, num_points, bound_rect, bandwidth, \ 400 cvConvexHull( points, num_points, bound_rect, orientation, hull, hullsize )
|