Home | History | Annotate | Download | only in src

Lines Matching defs:x1

489     int x, y, x1, d, i, j, rows = state->left->rows, cols = state->left->cols, n = 0;
503 x1 = x - d;
504 if( (unsigned)x1 >= (unsigned)cols )
506 delta = icvDataCostFuncGraySubpix( lptr + x*3, rptr + x1*3 );
551 int d = dleft[x], x1, d1;
556 x1 = x + d;
557 if( (unsigned)x1 >= (unsigned)cols )
559 d1 = dright[x1];
561 E += dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )];
666 int k, a, d, d1, x, y, x1, y1, rows = state->left->rows, cols = state->left->cols;
728 x1 = x + d;
732 if( d != alpha && d != OCCLUDED && (unsigned)x1 < (unsigned)cols )
734 var1 = pright[x1];
735 d1 = dright[x1];
742 dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )],
750 x1 = x + alpha;
751 if( (unsigned)x1 < (unsigned)cols )
753 var1 = pright[x1];
754 d1 = dright[x1];
758 Eaa = dtab[icvDataCostFuncGraySubpix( left + x*3, right + x1*3 )];
799 x1 = x + d;
800 if( (unsigned)x1 < (unsigned)cols )
802 if( d != -dleft[x1] )
804 var1 = pleft[x1];