Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu101 texture<float, 2, cudaReadModeElementType> tex_Iy; variable
426 const float Iy = tex2D(tex_Iy, wx, wy); in prepare_sor_stage_1_tex()
654 initTexture2D(tex_Iy); in InitTextures()
997 …ncvAssertCUDAReturn(cudaBindTexture2D(0, tex_Iy, Iy.ptr(), ch_desc, kLevelWidth, kLevelHeight, k… in NCVBroxOpticalFlow()