Home
last modified time | relevance | path

Searched refs:bLoopVirgin (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestIntegralImageSquared.cpp121 bool bLoopVirgin = true; in process() local
124 for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++) in process()
126 for (Ncv32u j=0; bLoopVirgin && j < h_img.width() + 1; j++) in process()
130 bLoopVirgin = false; in process()
136 if (bLoopVirgin) in process()
DTestCompact.cpp128 bool bLoopVirgin = true; in process() local
133 bLoopVirgin = false; in process()
137 for (Ncv32u i=0; bLoopVirgin && i < h_outElemNum_h; i++) in process()
141 bLoopVirgin = false; in process()
147 if (bLoopVirgin) in process()
DTestIntegralImage.cpp169 bool bLoopVirgin = true; in process() local
172 for (Ncv32u i=0; bLoopVirgin && i < h_img.height() + 1; i++) in process()
174 for (Ncv32u j=0; bLoopVirgin && j < h_img.width() + 1; j++) in process()
180 bLoopVirgin = false; in process()
187 bLoopVirgin = false; in process()
198 if (bLoopVirgin) in process()
DTestTranspose.cpp144 bool bLoopVirgin = true; in process() local
148 for (Ncv32u i=0; bLoopVirgin && i < this->width; i++) in process()
150 for (Ncv32u j=0; bLoopVirgin && j < this->height; j++) in process()
154 bLoopVirgin = false; in process()
160 if (bLoopVirgin) in process()
DTestResize.cpp157 bool bLoopVirgin = true; in process() local
161 for (Ncv32u i=0; bLoopVirgin && i < h_small.height(); i++) in process()
163 for (Ncv32u j=0; bLoopVirgin && j < h_small.width(); j++) in process()
167 bLoopVirgin = false; in process()
173 if (bLoopVirgin) in process()
DTestHaarCascadeLoader.cpp114 bool bLoopVirgin = true; in process() local
131 bLoopVirgin = false; in process()
137 bLoopVirgin = false; in process()
141 if (bLoopVirgin) in process()
DTestDrawRects.cpp161 bool bLoopVirgin = true; in process() local
165 for (Ncv32u i=0; bLoopVirgin && i < h_img.height(); i++) in process()
167 for (Ncv32u j=0; bLoopVirgin && j < h_img.width(); j++) in process()
171 bLoopVirgin = false; in process()
177 if (bLoopVirgin) in process()
DTestHypothesesGrow.cpp136 bool bLoopVirgin = true; in process() local
141 bLoopVirgin = false; in process()
147 bLoopVirgin = false; in process()
152 if (bLoopVirgin) in process()
DTestRectStdDev.cpp178 bool bLoopVirgin = true; in process() local
182 for (Ncv32u i=0; bLoopVirgin && i < h_norm.height(); i++) in process()
184 for (Ncv32u j=0; bLoopVirgin && j < h_norm.width(); j++) in process()
191 bLoopVirgin = false; in process()
197 if (bLoopVirgin) in process()
DTestHypothesesFilter.cpp172 bool bLoopVirgin = true; in process() local
177 bLoopVirgin = false; in process()
184 for (Ncv32u i=0; i<numHypothesesSrc && bLoopVirgin; i++) in process()
188 bLoopVirgin = false; in process()
194 if (bLoopVirgin) in process()
DTestHaarCascadeApplication.cpp298 bool bLoopVirgin = true; in process() local
307 bLoopVirgin = false; in process()
312 for (Ncv32u i=0; i<detectionsOnThisScale_d && bLoopVirgin; i++) in process()
316 bLoopVirgin = false; in process()
323 if (bLoopVirgin) in process()