HomeSort by relevance Sort by last modified time
    Searched refs:blocks_in_group (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/objdetect/src/opencl/
objdetect_hog.cl 68 const int blocks_in_group, const int blocks_total,
76 const int gid = get_group_id(0) * blocks_in_group + lp;/* global group id */
  /external/opencv3/modules/objdetect/src/
hog.cpp 1154 int blocks_in_group = 4; local
1219 int blocks_in_group = NTHREADS \/ block_hist_size; local
    [all...]

Completed in 54 milliseconds