Lines Matching refs:hf
12 void initInnerLoop(HaarVars hf, int origWidth, int origHeight) { in initInnerLoop() argument
20 sc->set_sqofs(hf.sqofs); in initInnerLoop()
21 sc->set_normRectArea(hf.normRectArea); in initInnerLoop()
22 sc->set_stagesSize(hf.stagesSize); in initInnerLoop()
26 const HaarStump* cascadeStumps = &hf.stumps[0]; in initInnerLoop()
27 const HaarStage* cascadeStages = &hf.stages[0]; in initInnerLoop()
29 for( int i = 0; i < hf.nStumps; i++ ) in initInnerLoop()
35 for(int stageIdx = 0; stageIdx < hf.stagesSize; stageIdx++) { in initInnerLoop()
41 for( int i = 0; i < hf.nFeatures; i++ ) in initInnerLoop()
43 const HaarFeature f = hf.haarFeatures[i]; in initInnerLoop()
50 sc->set_nrect(UInt4(hf.nrect.x, hf.nrect.y, hf.nrect.width, hf.nrect.height)); in initInnerLoop()