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

  /external/opencv/cv/src/
cvlkpyramid.cpp 440 int levelStep = step[l];
492 icvGetRectSubPix_8u32f_C1R( imgI[l], levelStep, levelSize,
523 icvGetRectSubPix_8u32f_C1R( imgJ[l], levelStep, levelSize, patchJ,
806 int levelStep = step[l];
835 icvGetRectSubPix_8u32f_C1R( imgI[l], levelStep,
944 icvGetQuadrangleSubPix_8u32f_C1R( imgJ[l], levelStep,
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderTextureFunctionTests.cpp 579 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1);
587 float fA = float(level)*levelStep;
609 float levelStep = isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1);
    [all...]

Completed in 69 milliseconds