Home | History | Annotate | Download | only in src

Lines Matching refs:disp

714                 const short* disp = (k == 0 ? dleft0 : dright0) + y1*dstep;
720 v->weight = disp[x] == (short)(OCCLUDED ? -OCCLUSION_PENALTY2 : 0);
766 const short* disp = dlr[k];
770 d = disp[x];
776 d1 = disp[x+1];
787 d1 = disp[x+dstep];
859 int* disp;
915 disp = (int*)cvStackAlloc( state->numberOfDisparities*sizeof(disp[0]) );
916 _disp = cvMat( 1, state->numberOfDisparities, CV_32S, disp );
940 int alpha = disp[i];