HomeSort by relevance Sort by last modified time
    Searched refs:cellW (Results 1 - 5 of 5) 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/deqp/modules/gles3/functional/
es3fDrawTests.cpp 691 float cellW = 2.0f / (float)m_gridSide;
696 tcu::Vec4(cellW, 0, 0, 1),
700 tcu::Vec4(cellW, 0, 0, 1),
701 tcu::Vec4(cellW, cellH, 0, 1),
713 offsets.push_back(tcu::Vec4((float)x * cellW - 1.0f, (float)y * cellW - 1.0f, 0, 0));
    [all...]
es3fFragmentOutputTests.cpp 400 const float cellW = (float)dst.getWidth() / (float)(gridWidth-1);
407 const int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2);
409 const float xf = ((float)x - (float)cellX*cellW + 0.5f) / cellW;
430 float cellW = (float)dst.getWidth() / (float)(gridWidth-1);
437 int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 823 float cellW = 2.0f / (float)m_gridSide;
828 tcu::Vec4(cellW, 0, 0, 1),
832 tcu::Vec4(cellW, 0, 0, 1),
833 tcu::Vec4(cellW, cellH, 0, 1),
845 offsets.push_back(tcu::Vec4((float)x * cellW - 1.0f, (float)y * cellW - 1.0f, 0, 0));
    [all...]

Completed in 113 milliseconds