HomeSort by relevance Sort by last modified time
    Searched defs:iterCount (Results 1 - 10 of 10) sorted by null

  /external/opencv3/modules/photo/src/
contrast_preserve.cpp 66 int iterCount = 0;
101 iterCount +=1;
167 if(iterCount > maxIter)
  /external/deqp/modules/gles3/stress/
es3sLongRunningShaderTests.cpp 163 const std::string iterCount = params.iterCountType == ITERCOUNTTYPE_DYNAMIC ? (isVertCase ? "a_iterCount" : "v_iterCount") :
173 op << " for (highp int i = 0; i < " << iterCount << " || " << iterCount << " < 0; ++i)\n"
179 << " while (i < " << iterCount << " || " << iterCount << " < 0) {\n"
191 << " } while (i <= " << iterCount << " || " << iterCount << " < 0);\n";
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 229 int32_t iterCount = 0;
  /external/opencv3/samples/cpp/
grabcut.cpp 61 int getIterCount() const { return iterCount; }
76 int iterCount;
90 iterCount = 0;
253 return iterCount;
262 iterCount++;
267 return iterCount;
320 int iterCount = gcapp.getIterCount();
321 cout << "<" << iterCount << "... ";
323 if( newIterCount > iterCount )
326 cout << iterCount << ">" << endl
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 335 int iterCount = 0;
348 ++iterCount;
360 if (work[bb->getId()] == iterCount)
362 work[bb->getId()] = iterCount;
376 if (hasAlready[dfBB->getId()] >= iterCount)
378 hasAlready[dfBB->getId()] = iterCount;
391 if (work[dfBB->getId()] < iterCount) {
392 work[dfBB->getId()] = iterCount;
nv50_ir_peephole.cpp 255 unsigned int iterCount = 0;
260 } while (foldCount && ++iterCount < 2);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderLoopTests.cpp 483 int iterCount = 3; // value to use in loop
548 iterCount = 2;
549 numIters = 2 * iterCount;
554 iterCount = 2;
555 numIters = 2 * iterCount;
560 iterCount = 0;
566 iterCount = 1;
576 numIters = iterCount - 1;
590 numIters = iterCount - 1;
614 iterCount = 5
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp 605 int iterCount = 3; // value to use in loop
670 iterCount = 2;
671 numIters = 2 * iterCount;
676 iterCount = 2;
677 numIters = 2 * iterCount;
682 iterCount = 0;
688 iterCount = 1;
698 numIters = iterCount - 1;
712 numIters = iterCount - 1;
736 iterCount = 5
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderLoopTests.cpp 521 int iterCount = 3; // value to use in loop
592 iterCount = 2;
593 numIters = 2 * iterCount;
598 iterCount = 2;
599 numIters = 2 * iterCount;
604 iterCount = 0;
610 iterCount = 1;
620 numIters = iterCount - 1;
634 numIters = iterCount - 1;
658 iterCount = 5
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 314 milliseconds