Commit dbdeff20 authored by yao's avatar yao

fix stereobm crash on some cpu ocl

parent 6db776f9
...@@ -162,8 +162,8 @@ __kernel void stereoKernel(__global unsigned char *left, __global unsigned char ...@@ -162,8 +162,8 @@ __kernel void stereoKernel(__global unsigned char *left, __global unsigned char
int y_tex; int y_tex;
int x_tex = X - radius; int x_tex = X - radius;
if (x_tex >= cwidth) //if (x_tex >= cwidth)
return; // return;
for(int d = STEREO_MIND; d < maxdisp; d += STEREO_DISP_STEP) for(int d = STEREO_MIND; d < maxdisp; d += STEREO_DISP_STEP)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment