Home | History | Annotate | Download | only in src

Lines Matching refs:Xsize

833 Xsize    = Xwidth*Xheight;
844 CV_ASSERT( X->rows == nXplanes*Xsize && X->cols == 1 );
855 for( ni = 0; ni < nXplanes; ni++, Xplane += Xsize, connect_mask_data++ )
903 const int Xsize = Xwidth*Xheight;
913 CV_ASSERT(X->rows == nplanes*Xsize && X->cols == 1);
925 for( ni = 0; ni < nplanes; ni++, Xplane += Xsize )