OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_points
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/examples/
libmv_bundle_adjuster.cc
242
EuclideanPoint *PointForTrack(vector<EuclideanPoint> *
all_points
,
244
if (track < 0 || track >=
all_points
->size()) {
247
EuclideanPoint *point = &(*
all_points
)[track];
357
//
all_points
is a vector of all reconstructed 3D points to be optimized,
369
vector<EuclideanPoint> *
all_points
,
420
if (point.track >=
all_points
->size()) {
421
all_points
->resize(point.track + 1);
424
(*
all_points
)[point.track].track = point.track;
425
(*
all_points
)[point.track].X = point.X;
652
vector<EuclideanPoint> *
all_points
) {
792
vector<EuclideanPoint>
all_points
;
local
[
all
...]
/external/chromium_org/rlz/lib/
financial_ping.cc
151
AccessPoint
all_points
[LAST_ACCESS_POINT];
local
160
all_points
[idx++] = point;
162
all_points
[idx] = NO_ACCESS_POINT;
168
if (GetPingParams(product, has_events ? access_points :
all_points
,
Completed in 3033 milliseconds