/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_scan.h | 31 const int16_t *neighbors; member in struct:__anon31524 37 static INLINE int get_coef_context(const int16_t *neighbors, 39 return (1 + token_cache[neighbors[MAX_NEIGHBORS * c + 0]] + 40 token_cache[neighbors[MAX_NEIGHBORS * c + 1]]) >> 1;
|
/external/ceres-solver/internal/ceres/ |
graph_algorithms_test.cc | 117 EXPECT_EQ(forest->Neighbors(0).size(), 1.0); 139 const HashSet<int>& neighbors = forest->Neighbors(0); local 140 EXPECT_EQ(neighbors.size(), 2); 141 EXPECT_TRUE(neighbors.find(4) != neighbors.end()); 142 EXPECT_TRUE(neighbors.find(3) != neighbors.end()); 146 const HashSet<int>& neighbors = forest->Neighbors(3) local 152 const HashSet<int>& neighbors = forest->Neighbors(4); local 158 const HashSet<int>& neighbors = forest->Neighbors(1); local 163 const HashSet<int>& neighbors = forest->Neighbors(2); local [all...] |
single_linkage_clustering.cc | 63 const HashSet<int>& neighbors = graph.Neighbors(vertex1); local 64 for (HashSet<int>::const_iterator it2 = neighbors.begin(); 65 it2 != neighbors.end();
|
parameter_block_ordering_test.cc | 96 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[0]); local 97 EXPECT_EQ(neighbors.size(), 2); 98 EXPECT_TRUE(neighbors.find(parameter_blocks[2]) != neighbors.end()); 99 EXPECT_TRUE(neighbors.find(parameter_blocks[3]) != neighbors.end()); 103 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[1]); local 104 EXPECT_EQ(neighbors.size(), 1) 109 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[2]); local 117 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[3]); local 152 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[1]); local 158 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[2]); local 165 const VertexSet& neighbors = graph->Neighbors(parameter_blocks[3]); local [all...] |
canonical_views_clustering.cc | 170 // neighbors became members of its cluster. 171 const IntSet& neighbors = graph_->Neighbors(candidate); local 172 for (IntSet::const_iterator neighbor = neighbors.begin(); 173 neighbor != neighbors.end(); 198 const IntSet& neighbors = graph_->Neighbors(canonical_view); local 199 for (IntSet::const_iterator neighbor = neighbors.begin(); 200 neighbor != neighbors.end();
|
graph_algorithms.h | 55 if (graph_.Neighbors(lhs).size() == graph_.Neighbors(rhs).size()) { 58 return graph_.Neighbors(lhs).size() < graph_.Neighbors(rhs).size(); 72 return graph_.Neighbors(lhs).size() < graph_.Neighbors(rhs).size(); 125 // to the independent set. Mark it black and its neighbors grey. 134 const HashSet<Vertex>& neighbors = graph.Neighbors(vertex); local 135 for (typename HashSet<Vertex>::const_iterator it = neighbors.begin() 209 const HashSet<Vertex>& neighbors = graph.Neighbors(vertex); local 295 const HashSet<Vertex>& neighbors = graph.Neighbors(vertex1); local [all...] |
visibility_based_preconditioner.cc | 514 const HashSet<int>& neighbors = forest.Neighbors(cluster1); local 515 for (HashSet<int>::const_iterator it2 = neighbors.begin(); 516 it2 != neighbors.end();
|
/external/libvpx/libvpx/vp9/common/ |
vp9_scan.h | 29 const int16_t *neighbors; member in struct:__anon18033 35 static INLINE int get_coef_context(const int16_t *neighbors, 37 return (1 + token_cache[neighbors[MAX_NEIGHBORS * c + 0]] + 38 token_cache[neighbors[MAX_NEIGHBORS * c + 1]]) >> 1;
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
index_testing.h | 48 inline int countCorrectMatches(int* neighbors, int* groundTruth, int n) 53 if (neighbors[i]==groundTruth[k]) { 65 int* neighbors, int* groundTruth, int veclen, int n, const Distance& distance) 72 DistanceType num = distance(inputData[neighbors[i]], target, veclen); 95 throw FLANNException("Ground truth is not computed for as many neighbors as requested"); 103 int* neighbors = &indices[skipMatches]; local 118 correct += countCorrectMatches(neighbors,matches[i], nn); 119 distR += computeDistanceRaport<Distance>(inputData, testData[i], neighbors, matches[i], (int)testData.cols, nn, distance);
|
/external/opencv3/modules/objdetect/include/opencv2/objdetect/ |
objdetect_c.h | 120 int neighbors; member in struct:CvAvgComp
|
/external/opencv3/modules/calib3d/src/ |
circlesgrid.hpp | 85 typedef std::set<size_t> Neighbors; 88 Neighbors neighbors; member in struct:Graph::Vertex 100 const Neighbors& getNeighbors(size_t id) const;
|
calibinit.cpp | 115 struct CvCBCorner* neighbors[4]; // Neighbor corners member in struct:CvCBCorner 123 if( neighbors[i] ) 125 float dx = neighbors[i]->pt.x - pt.x; 126 float dy = neighbors[i]->pt.y - pt.y; 142 int count; // Number of quad neighbors 145 bool ordered; // true if corners/neighbors are ordered counter-clockwise 147 // neighbors and corners are synced, i.e., neighbor 0 shares corner 0 149 struct CvCBQuad *neighbors[4]; // Pointers of quad neighbors member in struct:CvCBQuad 406 // Find quad's neighbors [all...] |
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.c | 427 * The neighbors are enumerated with the upper-left neighbor as the first 433 EC_BLOCK *neighbors, 444 assign_neighbor(&neighbors[i], mi - mi_stride - 1, 15); 448 assign_neighbor(&neighbors[i], mi - mi_stride, j); 456 assign_neighbor(&neighbors[i], mi - mi_stride + 1, 12); 460 assign_neighbor(&neighbors[i], mi + 1, j); 468 assign_neighbor(&neighbors[i], mi + mi_stride + 1, 0); 472 assign_neighbor(&neighbors[i], mi + mi_stride, j); 480 assign_neighbor(&neighbors[i], mi + mi_stride - 1, 4); 485 assign_neighbor(&neighbors[i], mi - 1, j) 565 EC_BLOCK neighbors[NUM_NEIGHBORS]; local [all...] |
/external/opencv/cv/src/ |
cvsnakes.cpp | 82 int neighbors = win.height * win.width; local 162 Econt = (float *) cvAlloc( neighbors * sizeof( float )); 163 Ecurv = (float *) cvAlloc( neighbors * sizeof( float )); 164 Eimg = (float *) cvAlloc( neighbors * sizeof( float )); 165 E = (float *) cvAlloc( neighbors * sizeof( float )); 238 for( k = 0; k < neighbors; k++ ) 276 for( k = 0; k < neighbors; k++ ) 341 for( k = 0; k < neighbors; k++ ) 360 /* Find Minimize point in the neighbors */ 361 for( k = 0; k < neighbors; k++ [all...] |
cvcalibinit.cpp | 104 struct CvCBCorner* neighbors[4]; // Neighbor corners member in struct:CvCBCorner 113 int count; // Number of quad neighbors 116 bool ordered; // true if corners/neighbors are ordered counter-clockwise 118 // neighbors and corners are synced, i.e., neighbor 0 shares corner 0 120 struct CvCBQuad *neighbors[4]; // Pointers of quad neighbors member in struct:CvCBQuad 366 // Find quad's neighbors 597 CvCBQuad *neighbor = q->neighbors[i]; 691 { // ok, look at neighbors 707 CvCBQuad *neighbor = quads[i]->neighbors[j] [all...] |
/external/opencv3/modules/videostab/src/ |
inpainting.cpp | 339 std::priority_queue<std::pair<float,int> > neighbors; local 350 neighbors.push(std::make_pair(-err, idx + i)); 366 while (!neighbors.empty()) 368 int neighbor = neighbors.top().second; 369 neighbors.pop();
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
error_concealment.c | 428 * The neighbors are enumerated with the upper-left neighbor as the first 434 EC_BLOCK *neighbors, 445 assign_neighbor(&neighbors[i], mi - mi_stride - 1, 15); 449 assign_neighbor(&neighbors[i], mi - mi_stride, j); 457 assign_neighbor(&neighbors[i], mi - mi_stride + 1, 12); 461 assign_neighbor(&neighbors[i], mi + 1, j); 469 assign_neighbor(&neighbors[i], mi + mi_stride + 1, 0); 473 assign_neighbor(&neighbors[i], mi + mi_stride, j); 481 assign_neighbor(&neighbors[i], mi + mi_stride - 1, 4); 486 assign_neighbor(&neighbors[i], mi - 1, j) 566 EC_BLOCK neighbors[NUM_NEIGHBORS]; local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 869 MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}} ; local 998 /* check 4 1-away neighbors */ 1009 this_mv.as_mv.row = br + neighbors[i].row; 1010 this_mv.as_mv.col = bc + neighbors[i].col; 1019 this_mv.as_mv.row = br + neighbors[i].row; 1020 this_mv.as_mv.col = bc + neighbors[i].col; 1032 br += neighbors[best_site].row; 1033 bc += neighbors[best_site].col; 1734 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; local 1813 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mcomp.c | 865 MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}} ; local 992 /* check 4 1-away neighbors */ 1003 this_mv.as_mv.row = br + neighbors[i].row; 1004 this_mv.as_mv.col = bc + neighbors[i].col; 1013 this_mv.as_mv.row = br + neighbors[i].row; 1014 this_mv.as_mv.col = bc + neighbors[i].col; 1026 br += neighbors[best_site].row; 1027 bc += neighbors[best_site].col; 1730 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; local 1810 MV neighbors[4] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}}; local [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
ProximityInfo.java | 259 // Since in the practice each cell does not have a lot of neighbors, most of this space is 361 final ArrayList<Key> neighbors = new ArrayList<>(indexEnd - indexStart); local 363 neighbors.add(neighborsFlatBuffer[index]); 365 mGridNeighbors[i] = Collections.unmodifiableList(neighbors);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_soa.c | 694 LLVMValueRef neighbors[2][2][4]; local 759 data_ptr, neighbors[0][0]); 764 data_ptr, neighbors[0][1]); 770 neighbors[0][0][chan], 771 neighbors[0][1][chan]); 783 data_ptr, neighbors[1][0]); 788 data_ptr, neighbors[1][1]); 794 neighbors[0][0][chan], 795 neighbors[0][1][chan], 796 neighbors[1][0][chan] [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_mcomp.c | 657 // Check 4 1-away neighbors if do_refine is true. 660 static const MV neighbors[4] = {{0, -1}, { -1, 0}, {1, 0}, {0, 1}}; local 666 const MV this_mv = {br + neighbors[i].row, 667 bc + neighbors[i].col}; 675 const MV this_mv = {br + neighbors[i].row, 676 bc + neighbors[i].col}; 689 br += neighbors[best_site].row; 690 bc += neighbors[best_site].col; 1558 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; local 1609 MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; local 1707 const MV neighbors[8] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}, local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 832 static const MV neighbors[4] = {{0, -1}, {1, 0}, {0, 1}, {-1, 0}}; local 850 const MV this_mv = {br + neighbors[i].row, 851 bc + neighbors[i].col}; 861 const MV this_mv = {br + neighbors[i].row 1301 static const MV neighbors[4] = {{0, -1}, {1, 0}, {0, 1}, {-1, 0}}; local 2211 const MV neighbors[4] = {{ -1, 0}, {0, -1}, {0, 1}, {1, 0}}; local 2290 const MV neighbors[8] = {{-1, 0}, {0, -1}, {0, 1}, {1, 0}, local [all...] |
/external/opencv/cv/include/ |
cvtypes.h | 378 int neighbors; member in struct:CvAvgComp
|