Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu102 texture<float, 2, cudaReadModeElementType> tex_Iyy; variable
428 const float Iyy = tex2D(tex_Iyy, wx, wy); in prepare_sor_stage_1_tex()
655 initTexture2D(tex_Iyy); in InitTextures()
998 …ncvAssertCUDAReturn(cudaBindTexture2D(0, tex_Iyy, Iyy.ptr(), ch_desc, kLevelWidth, kLevelHeight, k… in NCVBroxOpticalFlow()