/external/ceres-solver/internal/ceres/ |
D | parameter_block_ordering_test.cc | 96 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
|
D | graph_algorithms_test.cc | 139 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
|
D | graph_algorithms.h | 134 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
|
D | canonical_views_clustering.cc | 171 const IntSet& neighbors = graph_->Neighbors(candidate); in ComputeClusteringQualityDifference() local 198 const IntSet& neighbors = graph_->Neighbors(canonical_view); in UpdateCanonicalViewAssignments() local
|
D | single_linkage_clustering.cc | 63 const HashSet<int>& neighbors = graph.Neighbors(vertex1); in ComputeSingleLinkageClustering() local
|
D | visibility_based_preconditioner.cc | 514 const HashSet<int>& neighbors = forest.Neighbors(cluster1); in ForestToClusterPairs() local
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scan.h | 31 const int16_t *neighbors; member 37 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context()
|
D | vp9_scan.c | 311 int16_t *neighbors) { in init_scan_neighbors()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
D | vp9_scan.h | 31 const int16_t *neighbors; member 37 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context()
|
D | vp9_scan.c | 311 int16_t *neighbors) { in init_scan_neighbors()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | error_concealment.c | 434 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/ |
D | error_concealment.c | 432 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/ |
D | cvsnakes.cpp | 82 int neighbors = win.height * win.width; in icvSnake8uC1R() local
|
D | cvcalibinit.cpp | 104 struct CvCBCorner* neighbors[4]; // Neighbor corners member 120 struct CvCBQuad *neighbors[4]; // Pointers of quad neighbors member
|
/external/opencv/ml/src/ |
D | mlknearest.cpp | 151 float* neighbor_responses, const float** neighbors, float* dist ) const in find_neighbors_direct()
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 654 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/ |
D | vp9_mcomp.c | 660 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/ |
D | mcomp.c | 865 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/ |
D | mcomp.c | 866 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/ |
D | lp_bld_sample_soa.c | 694 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local
|
/external/opencv/cv/include/ |
D | cvtypes.h | 378 int neighbors; member
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 694 LLVMValueRef neighbors[2][2][4]; in lp_build_sample_image_linear() local
|