Searched refs:tex_I1 (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/video/src/opencl/ |
D | optical_flow_tvl1.cl | 78 image2d_t tex_I1, image2d_t tex_I1x, image2d_t tex_I1y, 122 //sum += w * tex2D(tex_I1 , cx, cy); 124 sum += w * read_imagef(tex_I1, sampleri, cood).x; 160 __global const float* tex_I1, __global const float* tex_I1x, __global const float* tex_I1y, 204 sum += w * readImage(tex_I1, cood.x, cood.y, I0_col, I0_row, I1_step);
|
/external/opencv3/modules/cudaoptflow/src/cuda/ |
D | tvl1flow.cu | 104 …texture<float, cudaTextureType2D, cudaReadModeElementType> tex_I1 (false, cudaFilterModePoint, cud… 139 sum += w * tex2D(tex_I1 , cx, cy); in warpBackwardKernel() 176 bindTexture(&tex_I1 , I1); in warpBackward()
|
/external/opencv3/modules/cudalegacy/src/cuda/ |
D | NCVBroxOpticalFlow.cu | 94 texture<float, 2, cudaReadModeElementType> tex_I1; variable 421 const float Iz = tex2D(tex_I1, wx, wy) - tex2D(tex_I0, x, y); in prepare_sor_stage_1_tex() 646 initTexture2D(tex_I1); in InitTextures() 914 …ncvAssertCUDAReturn(cudaBindTexture2D(0, tex_I1, pyr.img1.back()->ptr(), channel_desc, pyr.w.back(… in NCVBroxOpticalFlow() 954 …ncvAssertCUDAReturn(cudaBindTexture2D(0, tex_I1, I1->ptr(), ch_desc, kLevelWidth, kLevelHeight, kL… in NCVBroxOpticalFlow()
|