Home | History | Annotate | Download | only in src

Lines Matching refs:dispLeft

536     short* dleft = state->dispLeft->data.s;
539 int dstep = (int)(state->dispLeft->step/sizeof(short));
542 state->dispLeft->step == state->dispRight->step );
676 short* dleft0 = state->dispLeft->data.s;
681 int dstep = (int)(state->dispLeft->step/sizeof(short));
688 state->dispLeft->step == state->dispRight->step &&
854 CvMat dlstub, *dispLeft = cvGetMat( _dispLeft, &dlstub );
866 CV_ASSERT( !dispLeft ||
867 (CV_ARE_SIZES_EQ(dispLeft, left) && CV_MAT_CN(dispLeft->type) == 1) );
881 cvReleaseMat( &state->dispLeft );
886 state->dispLeft = cvCreateMat( size.height, size.width, CV_16SC1 );
896 cvSet( state->dispLeft, cvScalarAll(OCCLUDED));
901 CV_ASSERT( dispLeft && dispRight );
902 cvConvert( dispLeft, state->dispLeft );
952 if( dispLeft )
953 cvConvert( state->dispLeft, dispLeft );