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

  /frameworks/rs/cpu_ref/
rsCpuScriptGroup.cpp 89 uint32_t ostep; local
96 ostep = sl->outs[ct]->mHal.state.elementSizeBytes;
112 ostep = 0;
116 func(kinfo, xstart, xend, ostep);
rsCpuScriptGroup2.cpp 68 const uint32_t ostep = out->mHal.state.elementSizeBytes; local
70 ostep * xstart;
82 cpuClosure->mFunc(kinfo, xstart, xend, ostep);
  /external/opencv3/modules/features2d/src/opencl/
brute_force_match.cl 321 int ostep
375 bestTrainIdx[mad24(queryIdx, ostep, ind)] = trainIdx;
376 bestDistance[mad24(queryIdx, ostep, ind)] = result;
  /external/opencv3/modules/ml/src/
data.cpp 429 int ostep = 0; local
435 ostep = normdata->isContinuous() ? 1 : (int)normdata->step1();
492 odata[idx[i]*ostep] = clslabel;
    [all...]

Completed in 90 milliseconds