Home
last modified time | relevance | path

Searched defs:work_load (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/core/src/
Dparallel_pthreads.cpp71 struct work_load struct
73 work_load() in work_load() argument
78 work_load(const cv::Range& range, const cv::ParallelLoopBody& body, int nstripes) in work_load() function
83 void set(const cv::Range& range, const cv::ParallelLoopBody& body, int nstripes) in set()
91 const cv::ParallelLoopBody* m_body;
92 const cv::Range* m_range;
93 int m_nstripes;
94 unsigned int m_blocks_count;
96 void clear() in clear()