Home
last modified time | relevance | path

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

/external/opencv3/modules/cudastereo/src/cuda/
Dstereobm.cu130 …__device__ void StepDown(int idx1, int idx2, unsigned char* imageL, unsigned char* imageR, int d, … in StepDown() argument
138 leftPixel1 = imageL[idx1]; in StepDown()
139 leftPixel2 = imageL[idx2]; in StepDown()
197 …__device__ void InitColSSD(int x_tex, int y_tex, int im_pitch, unsigned char* imageL, unsigned cha… in InitColSSD() argument
206 leftPixel1 = imageL[idx]; in InitColSSD()