Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu103 texture<float, 2, cudaReadModeElementType> tex_Iy0; variable
427 const float Iyz = Iy - tex2D(tex_Iy0, x, y); in prepare_sor_stage_1_tex()
656 initTexture2D(tex_Iy0); in InitTextures()
999 …ncvAssertCUDAReturn(cudaBindTexture2D(0, tex_Iy0, Iy0.ptr(), ch_desc, kLevelWidth, kLevelHeight, k… in NCVBroxOpticalFlow()