Home
last modified time | relevance | path

Searched defs:yIndex (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dtranspose.hpp81 int yIndex = blockIdx_y * TILE_DIM + threadIdx.y; in transpose() local
/external/opencv3/modules/cudalegacy/src/cuda/
DNPP_staging.cu1140 Ncv32u yIndex = blockIdx_y * TRANSPOSE_TILE_DIM + threadIdx.y; in transpose() local