Home
last modified time | relevance | path

Searched defs:neighbors (Results 1 – 22 of 22) sorted by relevance

/external/ceres-solver/internal/ceres/
Dparameter_block_ordering_test.cc96 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[0]); in TEST_F() local
103 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[1]); in TEST_F() local
109 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[2]); in TEST_F() local
117 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[3]); in TEST_F() local
152 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[1]); in TEST_F() local
158 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[2]); in TEST_F() local
165 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[3]); in TEST_F() local
Dgraph_algorithms_test.cc139 const HashSet<int>& neighbors = forest->Neighbors(0); in TEST() local
146 const HashSet<int>& neighbors = forest->Neighbors(3); in TEST() local
152 const HashSet<int>& neighbors = forest->Neighbors(4); in TEST() local
158 const HashSet<int>& neighbors = forest->Neighbors(1); in TEST() local
163 const HashSet<int>& neighbors = forest->Neighbors(2); in TEST() local
Dgraph_algorithms.h134 const HashSet<Vertex>& neighbors = graph.Neighbors(vertex); in IndependentSetOrdering() local
209 const HashSet<Vertex>& neighbors = graph.Neighbors(vertex); in StableIndependentSetOrdering() local
295 const HashSet<Vertex>& neighbors = graph.Neighbors(vertex1); in Degree2MaximumSpanningForest() local
Dcanonical_views_clustering.cc171 const IntSet& neighbors = graph_->Neighbors(candidate); in ComputeClusteringQualityDifference() local
198 const IntSet& neighbors = graph_->Neighbors(canonical_view); in UpdateCanonicalViewAssignments() local
Dsingle_linkage_clustering.cc63 const HashSet<int>& neighbors = graph.Neighbors(vertex1); in ComputeSingleLinkageClustering() local
Dvisibility_based_preconditioner.cc514 const HashSet<int>& neighbors = forest.Neighbors(cluster1); in ForestToClusterPairs() local
/external/libvpx/libvpx/vp9/common/
Dvp9_scan.h31 const int16_t *neighbors; member
37 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context()
Dvp9_scan.c311 int16_t *neighbors) { in init_scan_neighbors()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_scan.h31 const int16_t *neighbors; member
37 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context()
Dvp9_scan.c311 int16_t *neighbors) { in init_scan_neighbors()
/external/libvpx/libvpx/vp8/decoder/
Derror_concealment.c434 EC_BLOCK *neighbors, in find_neighboring_blocks()
498 EC_BLOCK *neighbors, in interpolate_mvs()
566 EC_BLOCK neighbors[NUM_NEIGHBORS]; in vp8_interpolate_motion() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
Derror_concealment.c432 EC_BLOCK *neighbors, in find_neighboring_blocks()
496 EC_BLOCK *neighbors, in interpolate_mvs()
564 EC_BLOCK neighbors[NUM_NEIGHBORS]; in vp8_interpolate_motion() local
/external/opencv/cv/src/
Dcvsnakes.cpp82 int neighbors = win.height * win.width; in icvSnake8uC1R() local
Dcvcalibinit.cpp104 struct CvCBCorner* neighbors[4]; // Neighbor corners member
120 struct CvCBQuad *neighbors[4]; // Pointers of quad neighbors member
/external/opencv/ml/src/
Dmlknearest.cpp151 float* neighbor_responses, const float** neighbors, float* dist ) const in find_neighbors_direct()
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_mcomp.c654 static const MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}}; in vp9_pattern_search() local
1434 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp9_refining_search_sad_c() local
1480 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp9_refining_search_sadx4() local
1559 const MV neighbors[8] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}, in vp9_refining_search_8p_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c660 static const MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}}; in vp9_pattern_search() local
1541 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp9_refining_search_sad_c() local
1592 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp9_refining_search_sadx4() local
1678 const MV neighbors[8] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}, in vp9_refining_search_8p_c() local
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c865 MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}} ; in vp8_hex_search() local
1728 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp8_refining_search_sad_c() local
1808 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp8_refining_search_sadx4() local
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
Dmcomp.c866 MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}} ; in vp8_hex_search() local
1729 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp8_refining_search_sad_c() local
1809 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; in vp8_refining_search_sadx4() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c694 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local
/external/opencv/cv/include/
Dcvtypes.h378 int neighbors; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_soa.c694 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local