Searched refs:neighbor (Results 1 - 13 of 13) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcanonical_views_clustering.cc172 for (IntSet::const_iterator neighbor = neighbors.begin();
173 neighbor != neighbors.end();
174 ++neighbor) {
176 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0);
177 const double new_similarity = graph_->EdgeWeight(*neighbor, candidate);
199 for (IntSet::const_iterator neighbor = neighbors.begin();
200 neighbor != neighbors.end();
201 ++neighbor) {
203 FindWithDefault(view_to_canonical_view_similarity_, *neighbor, 0.0);
205 graph_->EdgeWeight(*neighbor, canonical_vie
[all...]
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java33 public abstract void merge(TypeData neighbor); argument
85 public void merge(TypeData neighbor) {} argument
137 public void merge(TypeData neighbor) { argument
138 if (this == neighbor)
141 if (!(neighbor instanceof TypeName))
142 return; // neighbor might be UninitData
144 TypeName neighbor2 = (TypeName)neighbor;
453 public void merge(TypeData neighbor) {} argument
/external/oprofile/opjitconv/
H A Dopjitconv.h82 struct list_head neighbor; member in struct:pathname
H A Dopjitconv.c93 list_add(&pn->neighbor, names);
99 list_del(&pname->neighbor);
109 neighbor);
152 list_entry(pos, struct pathname, neighbor);
444 neighbor);
455 list_del(&pname->neighbor);
557 list_entry(pos1, struct pathname, neighbor);
/external/tcpdump/
H A Dprint-olsr.c160 u_int8_t neighbor[4]; member in struct:olsr_lq_neighbor4
167 u_int8_t neighbor[16]; member in struct:olsr_lq_neighbor6
182 * print a neighbor list with LQ extensions.
193 printf("\n\t neighbor %s, link-quality %.2lf%%"
194 ", neighbor-link-quality %.2lf%%",
195 ipaddr_string(lq_neighbor->neighbor),
214 printf("\n\t neighbor %s, link-quality %.2lf%%"
215 ", neighbor-link-quality %.2lf%%",
216 ip6addr_string(lq_neighbor->neighbor),
227 * print a neighbor lis
232 int neighbor; local
[all...]
/external/opencv/cv/src/
H A Dcvcalibinit.cpp103 int count; // Number of neighbor corners
118 // neighbors and corners are synced, i.e., neighbor 0 shares corner 0
490 // of the neighbor corners in the same row/column.
597 CvCBQuad *neighbor = q->neighbors[i]; local
611 if (neighbor && neighbor->ordered == false && neighbor->count == 4)
614 icvOrderQuad(neighbor, q->corners[i], (i+2)%4); // set in order
615 neighbor->ordered = true;
616 neighbor
707 CvCBQuad *neighbor = quads[i]->neighbors[j]; local
1166 CvCBQuad *neighbor = q->neighbors[i]; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c416 static void assign_neighbor(EC_BLOCK *neighbor, MODE_INFO *mi, int block_idx) argument
419 neighbor->ref_frame = mi->mbmi.ref_frame;
420 neighbor->mv = mi->bmi[block_idx].mv.as_mv;
426 * The neighbors are enumerated with the upper-left neighbor as the first
427 * element, the second element refers to the neighbor to right of the previous
428 * neighbor, and so on. The last element refers to the neighbor below the first
429 * neighbor.
503 * neighbor and going to the right.
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c418 static void assign_neighbor(EC_BLOCK *neighbor, MODE_INFO *mi, int block_idx) argument
421 neighbor->ref_frame = mi->mbmi.ref_frame;
422 neighbor->mv = mi->bmi[block_idx].mv.as_mv;
428 * The neighbors are enumerated with the upper-left neighbor as the first
429 * element, the second element refers to the neighbor to right of the previous
430 * neighbor, and so on. The last element refers to the neighbor below the first
431 * neighbor.
505 * neighbor and going to the right.
/external/libvorbis/doc/
H A D09-helper.tex81 \subsubsection{low_neighbor} \label{vorbis:spec:low:neighbor}
88 \subsubsection{high_neighbor} \label{vorbis:spec:high:neighbor}
H A D07-floor1.tex266 7) [low_neighbor_offset] = \link{vorbis:spec:low:neighbor}{low_neighbor}([floor1_X_list],[i])
267 8) [high_neighbor_offset] = \link{vorbis:spec:high:neighbor}{high_neighbor}([floor1_X_list],[i])
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dcommon.py582 for neighbor in get_edges(node):
583 Visit(neighbor)
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/iproute2/doc/
H A Dip-cref.tex834 \paragraph{Abbreviations:} \verb|neighbour|, \verb|neighbor|, \verb|neigh|,

Completed in 4343 milliseconds