Home
last modified time | relevance | path

Searched refs:y_offs (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVHaarObjectDetection.cu304 Ncv32u y_offs; in applyHaarClassifierAnchorParallel() local
323 y_offs = outMaskVal >> 16; in applyHaarClassifierAnchorParallel()
329 y_offs = blockIdx.y; in applyHaarClassifierAnchorParallel()
339 maskOffset = y_offs * mask2Dstride + x_offs; in applyHaarClassifierAnchorParallel()
357 outMaskVal = (y_offs << 16) | x_offs; in applyHaarClassifierAnchorParallel()
368 pixelStdDev = d_weights[y_offs * weightsStride + x_offs]; in applyHaarClassifierAnchorParallel()
403 Ncv32u iioffsTL = (y_offs + rectY) * IImgStride + (x_offs + rectX); in applyHaarClassifierAnchorParallel()
500 Ncv32u y_offs = outMaskVal >> 16; in applyHaarClassifierClassifierParallel() local
503 Ncv32f pixelStdDev = d_weights[y_offs * weightsStride + x_offs]; in applyHaarClassifierClassifierParallel()
543 Ncv32u iioffsTL = (y_offs + rectY) * IImgStride + (x_offs + rectX); in applyHaarClassifierClassifierParallel()
[all …]