Searched refs:innerloops (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/rsobjdetect/src/ |
D | rsobjdetect.hpp | 4 extern void innerloops(const int height, const int width, const int* inArr, const int* inArrSq, con…
|
D | innerloop.cpp | 53 void innerloops(const int height, const int width, const int* inArr, const int* inArrSq, const int … in innerloops() function
|
/external/opencv3/modules/objdetect/src/ |
D | cascadedetect.cpp | 1391 innerloops(sz.height,sz.width,arr,arrSq,sd.ystep,outData); in rs_parallel_detect()
|