/external/opencv3/modules/videostab/src/ |
deblurring.cpp | 94 const Mat &neighbor = at(k, *frames_); local 107 if (x1 >= 0 && x1 < neighbor.cols && y1 >= 0 && y1 < neighbor.rows) 110 const Point3_<uchar> &p1 = neighbor.at<Point3_<uchar> >(y1,x1);
|
inpainting.cpp | 368 int neighbor = neighbors.top().second; local 371 Mat motion1to0 = vmotions[radius_ + neighbor - idx].inv(); 375 frame1_ = at(neighbor, *frames_);
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
CSite.h | 42 SEdgeVector *neighbor; member in class:CSite 51 inline SEdgeVector* getNeighbor() { return neighbor; } 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
CSite.h | 42 SEdgeVector *neighbor; member in class:CSite 51 inline SEdgeVector* getNeighbor() { return neighbor; } 59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
|
/external/tcpdump/ |
print-olsr.c | 150 { 0, "Not-Neighbor" }, 157 uint8_t neighbor[4]; member in struct:olsr_lq_neighbor4 164 uint8_t neighbor[16]; member in struct:olsr_lq_neighbor6 179 * print a neighbor list with LQ extensions. 193 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2lf%%" 194 ", neighbor-link-quality %.2lf%%", 195 ipaddr_string(ndo, lq_neighbor->neighbor), 218 ND_PRINT((ndo, "\n\t neighbor %s, link-quality %.2lf%%" 219 ", neighbor-link-quality %.2lf%%", 220 ip6addr_string(ndo, lq_neighbor->neighbor), 238 int neighbor; local [all...] |
/system/connectivity/shill/ |
connection_diagnostics.cc | 59 "Neighbor table lookup", 133 "No neighbor table entry for the gateway. Either the gateway does not " 136 "No neighbor table entry for the web server. Either the web server does " 139 "Neighbor table entry for the gateway is not in a connected state. Either " 143 "Neighbor table entry for the web server is not in a connected state. " 506 // We only perform neighbor table lookups for IPv6 addresses. 528 StringPrintf("Finding neighbor table entry for %s", 730 // We failed to ping an IPv6 gateway. Check for neighbor table entry for 794 const RTNLMessage::NeighborStatus& neighbor = msg.neighbor_status(); local 796 if (neighbor.type != NDA_DST || !msg.HasAttribute(NDA_DST)) [all...] |
/system/connectivity/shill/net/ |
rtnl_message_unittest.cc | 563 RTNLMessage::NeighborStatus neighbor = msg.neighbor_status(); local 565 EXPECT_EQ(neighbor.state, state); 566 EXPECT_EQ(neighbor.flags, flags); 567 EXPECT_EQ(neighbor.type, type);
|
/external/ImageMagick/MagickCore/ |
shear.c | 254 neighbor; 262 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse) 264 neighbor+=element; 265 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse) 267 if (GetMatrixElement(p,x+i+step,y+i+1,&neighbor) == MagickFalse) 269 neighbor+=element; 270 if (SetMatrixElement(q,x+2*i+1,y,&neighbor) == MagickFalse) 277 if (GetMatrixElement(p,x+i+step,y+i,&neighbor) == MagickFalse) 279 neighbor+=element; 280 if (SetMatrixElement(q,x+2*i,y,&neighbor) == MagickFalse 251 neighbor; local 317 neighbor; local [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 103 int count; // Number of neighbor corners 104 struct CvCBCorner* neighbors[4]; // 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 707 CvCBQuad *neighbor = quads[i]->neighbors[j]; local 1166 CvCBQuad *neighbor = q->neighbors[i]; local [all...] |
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 114 int count; // Number of neighbor corners 115 struct CvCBCorner* neighbors[4]; // Neighbor corners 147 // neighbors and corners are synced, i.e., neighbor 0 shares corner 0 576 // of the neighbor corners in the same row/column. 677 CvCBQuad *neighbor = q->neighbors[i]; local 691 if (neighbor && neighbor->ordered == false && neighbor->count == 4) 694 icvOrderQuad(neighbor, q->corners[i], (i+2)%4); // set in order 695 neighbor->ordered = true 785 CvCBQuad *neighbor = quads[i]->neighbors[j]; local 1231 CvCBQuad *neighbor = q->neighbors[i]; local [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | 3076 Event neighbor = mSelectedEvents.get(jj); local 3311 Event neighbor = mSelectedEvents.get(jj); local [all...] |
/external/guice/extensions/struts2/lib/ |
javassist.jar | |
/external/robolectric/v1/lib/main/ |
javassist-3.14.0-GA.jar | |
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/ |
testng-6.9.10.jar | |