Home
last modified time | relevance | path

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

/external/opencv3/modules/cudalegacy/src/cuda/
DNCVBroxOpticalFlow.cu427 const float Iyz = Iy - tex2D(tex_Iy0, x, y); in prepare_sor_stage_1_tex() local
433 q2 = Iyz + Ixy * du[ijs] + Iyy * dv[ijs]; in prepare_sor_stage_1_tex()
449 numerator_u[ijg] = data_term * (Ix*Iz + gamma * (Ixx*Ixz + Ixy*Iyz)); in prepare_sor_stage_1_tex()
450 numerator_v[ijg] = data_term * (Iy*Iz + gamma * (Iyy*Iyz + Ixy*Ixz)); in prepare_sor_stage_1_tex()