Searched refs:cellW (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/apps/traincascade/
H A DHOGfeatures.cpp114 CvHOGEvaluator::Feature::Feature( int offset, int x, int y, int cellW, int cellH ) argument
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
H A DHOGfeatures.h34 Feature( int offset, int x, int y, int cellW, int cellH );
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp691 float cellW = 2.0f / (float)m_gridSide; local
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));
H A Des3fFragmentOutputTests.cpp400 const float cellW = (float)dst.getWidth() / (float)(gridWidth-1); local
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); local
437 int cellX = de::clamp(deFloorFloatToInt32((float)x / cellW), 0, gridWidth-2);
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp823 float cellW = 2.0f / (float)m_gridSide; local
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));

Completed in 358 milliseconds