HomeSort by relevance Sort by last modified time
    Searched refs:winSize (Results 1 - 7 of 7) sorted by null

  /external/opencv/cv/src/
cvlkpyramid.cpp 268 int count, CvSize winSize, int level,
307 CvSize patchSize = cvSize( winSize.width * 2 + 1, winSize.height * 2 + 1 );
363 if( winSize.width <= 1 || winSize.height <= 1 )
380 winSize.width == winSize.height &&
382 winSize.width*2+1, cvAlgHintAccurate ) >= 0 )
406 winSize.width*2 + 1, level, criteria.max_iter,
486 intersect( u, winSize, levelSize, &minI, &maxI )
    [all...]
cvoptflowlk.cpp 64 // winSize, // size of the averaging window used for grouping
87 CvSize winSize,
107 int winWidth = winSize.width;
108 int winHeight = winSize.height;
567 cvCalcOpticalFlowLK( const void* srcarrA, const void* srcarrB, CvSize winSize,
605 srcA->step, cvGetMatSize( srcA ), winSize,
_cvipp.h     [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 442 const IVec2 winSize = m_nativeWindow->getScreenSize();
448 const IvVec2 winPpiI = ivVec2(winSize) * bufPpiI / ivVec2(bufSize);
454 << "Native window size: " << winSize << "\n"
  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
  /external/icu/icu4c/source/test/perf/convperf/
convperf.h 193 int winSize =MultiByteToWideChar(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen);
248 int winSize = WideCharToMultiByte(uiCodePage,CONVERSION_FLAGS,src,srcLen,dest,dstLen,NULL, pUsedDefaultChar);
  /external/aac/libAACenc/src/
aacenc_tns.cpp 244 const int winSize,
    [all...]

Completed in 658 milliseconds