Searched refs:width1 (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | cvstereobm.cpp | 189 int width1 = width - rofs - ndisp + 1; in icvFindStereoCorrespondenceBM_SSE2() local 245 for( x = lofs + width1; x < width; x++ ) in icvFindStereoCorrespondenceBM_SSE2() 250 for( x = 0; x < width1; x++, dptr++ ) in icvFindStereoCorrespondenceBM_SSE2() 397 int width1 = width - rofs - ndisp + 1; in icvFindStereoCorrespondenceBM() local 451 for( x = lofs + width1; x < width; x++ ) in icvFindStereoCorrespondenceBM() 456 for( x = 0; x < width1; x++, dptr++ ) in icvFindStereoCorrespondenceBM() 559 int bufSize0, bufSize1, bufSize, width, width1, height; in cvFindStereoCorrespondenceBM() local 616 width1 = width - rofs - ndisp + 1; in cvFindStereoCorrespondenceBM() 617 if( lofs >= width || rofs >= width || width1 < 1 ) in cvFindStereoCorrespondenceBM()
|
/external/chromium/chrome/common/ |
D | web_apps_unittest.cc | 146 const int width1; in TEST() member 182 ASSERT_EQ(data[i].width1, sizes[0].width()); in TEST()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1383 double width1,width2; in icvGetQuadsTransform() local 1406 icvGetPieceLength(point11,point21,&width1); in icvGetQuadsTransform() 1653 warpWidth = MAX(width1,width2); in icvGetQuadsTransform()
|