OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
642
float
levelStep
= isAutoLod ? 0.0f : 1.0f / (float)de::max(1, m_textureSpec.numLevels-1);
650
float fA = level*
levelStep
;
[
all
...]
Completed in 105 milliseconds