HomeSort by relevance Sort by last modified time
    Searched full:qangle_step (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/objdetect/src/opencl/
objdetect_hog.cl 69 const int grad_quadstep, const int qangle_step,
98 qangle + offset_y * qangle_step + (offset_x << 1) : qangle;
115 qangle_ptr += qangle_step;
567 const int img_step, const int grad_quadstep, const int qangle_step,
657 qangle[(gidY * qangle_step + x) << 1] = hidx;
658 qangle[((gidY * qangle_step + x) << 1) + 1] = (hidx + 1) % cnbins;
666 const int img_step, const int grad_quadstep, const int qangle_step,
717 qangle[ (gidY * qangle_step + x) << 1 ] = hidx;
718 qangle[ ((gidY * qangle_step + x) << 1) + 1 ] = (hidx + 1) % cnbins;
  /external/opencv3/modules/objdetect/
opencl_kernels_objdetect.cpp 603 "const int grad_quadstep, const int qangle_step,\n"
627 "qangle + offset_y * qangle_step + (offset_x << 1) : qangle;\n"
640 "qangle_ptr += qangle_step;\n"
    [all...]
  /external/opencv3/modules/objdetect/src/
hog.cpp 1099 int qangle_step = (int)qangle.step \/ (2 * qangle_elem_size); local
1152 int qangle_step = (int)qangle.step \/ qangle_elem_size; local
    [all...]

Completed in 562 milliseconds