Searched refs:tex_diffusivity_y (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 117 texture<float, 1, cudaReadModeElementType> tex_diffusivity_y; variable 490 sy[ijs] = tex1Dfetch(tex_diffusivity_y, ijg); in prepare_sor_stage_2() 502 sy[up] = tex1Dfetch(tex_diffusivity_y, ijg + s); in prepare_sor_stage_2() 564 s_down = tex1Dfetch(tex_diffusivity_y, pos); in sor_pass() 570 s_up = tex1Dfetch(tex_diffusivity_y, pos_u); in sor_pass() 665 initTexture1D(tex_diffusivity_y); in InitTextures() 1038 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_diffusivity_y, diffusivity_y.ptr(), ch_desc, kLevelSize… in NCVBroxOpticalFlow() 1051 …ncvAssertCUDAReturn(cudaBindTexture(0, tex_diffusivity_y, diffusivity_y.ptr(), ch_desc, kLevelSize… in NCVBroxOpticalFlow()
|