Home | History | Annotate | Download | only in objdetect

Lines Matching full:ystep

52 "int ystep __attribute__((aligned (4)));\n"
109 "int ystep = s->ystep;\n"
200 "if( stageIdx == SPLIT_STAGE && (ystep == 1 || ((ix | iy) & 1) == 0) )\n"
350 "int ystep = s->ystep;\n"
352 "int2 ntiles = (int2)((worksize.x/ystep + local_size_x-1)/local_size_x,\n"
353 "(worksize.y/ystep + local_size_y-1)/local_size_y);\n"
357 "int iy = mad24((tileIdx / ntiles.x), local_size_y, ly) * ystep;\n"
358 "int ix = mad24((tileIdx % ntiles.x), local_size_x, lx) * ystep;\n"
435 "int ystep = s->ystep;\n"
491 "if( stageIdx == SPLIT_STAGE && (ystep == 1 || ((ix | iy) & 1) == 0) )\n"