Home | History | Annotate | Download | only in objdetect

Lines Matching full:img_step

998 "const int img_step, const int grad_quadstep, const int qangle_step,\n"
1006 "__global const uchar4* row = img + gidY * img_step;\n"
1045 "a = convert_float4(img[(gidY - 1) * img_step + x].xyzw);\n"
1046 "b = convert_float4(img[(gidY + 1) * img_step + x].xyzw);\n"
1080 "const int img_step, const int grad_quadstep, const int qangle_step,\n"
1088 "__global const uchar* row = img + gidY * img_step;\n"
1109 "float a = (float) img[ (gidY + 1) * img_step + x ];\n"
1110 "float b = (float) img[ (gidY - 1) * img_step + x ];\n"