Searched refs:y_tex (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudastereo/src/cuda/ |
D | stereobm.cu | 197 …__device__ void InitColSSD(int x_tex, int y_tex, int im_pitch, unsigned char* imageL, unsigned cha… in InitColSSD() argument 205 idx = y_tex * im_pitch + x_tex; in InitColSSD() 218 y_tex += 1; in InitColSSD() 253 int y_tex; in stereoKernel() local 261 y_tex = Y - RADIUS; in stereoKernel() 263 InitColSSD<RADIUS>(x_tex, y_tex, img_step, left, right, d, col_ssd); in stereoKernel() 267 … InitColSSD<RADIUS>(x_tex + BLOCK_W, y_tex, img_step, left, right, d, col_ssd_extra); in stereoKernel() 283 int idx1 = y_tex * img_step + x_tex; in stereoKernel() 284 int idx2 = (y_tex + (2 * RADIUS + 1)) * img_step + x_tex; in stereoKernel() 294 y_tex += 1; in stereoKernel()
|