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

  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 114 CvHOGEvaluator::Feature::Feature( int offset, int x, int y, int cellW, int cellH )
116 rect[0] = Rect(x, y, cellW, cellH); //cell0
117 rect[1] = Rect(x+cellW, y, cellW, cellH); //cell1
118 rect[2] = Rect(x, y+cellH, cellW, cellH); //cell2
119 rect[3] = Rect(x+cellW, y+cellH, cellW, cellH); //cell3
HOGfeatures.h 34 Feature( int offset, int x, int y, int cellW, int cellH );
  /external/dng_sdk/source/
dng_ifd.h 276 uint32 cellH = 16,
dng_ifd.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fFragmentOutputTests.cpp 401 const float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
408 const int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
410 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH;
431 float cellH = (float)dst.getHeight() / (float)(gridHeight-1);
438 int cellY = de::clamp(deFloorFloatToInt32((float)y / cellH), 0, gridHeight-2);
    [all...]
es3fDrawTests.cpp 692 float cellH = 2.0f / (float)m_gridSide;
697 tcu::Vec4(0, cellH, 0, 1),
699 tcu::Vec4(0, cellH, 0, 1),
701 tcu::Vec4(cellW, cellH, 0, 1),
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 824 float cellH = 2.0f / (float)m_gridSide;
829 tcu::Vec4(0, cellH, 0, 1),
831 tcu::Vec4(0, cellH, 0, 1),
833 tcu::Vec4(cellW, cellH, 0, 1),
    [all...]

Completed in 226 milliseconds