Home | History | Annotate | Download | only in src

Lines Matching full:w_south

61     double w_south;
444 w3 = W[i-1][j-1].w_south + _cvBendingWork( /*&null_edge*/&small_edge,
485 //W[i,j].w_south
496 w2 = W[i][j-1].w_south /*+ _cvBendingWork( &null_edge ,
504 W[i][j].w_south = w1 + _cvStretchingWork( &null_edge, &edges2[j-1] );
509 W[i][j].w_south = w2 + _cvStretchingWork( &null_edge, &edges2[j-1] );
690 W[0][0].w_south = 0;
695 W[1][1].w_south = inf;
698 W[0][1].w_south = _cvStretchingWork( &null_edge, &edges2[0] );
705 W[i][0].w_south = inf;
725 W[i][j].w_south = inf;
744 W[i][j].w_south = W[i][j-1].w_south;
745 W[i][j].w_south = W[i][j].w_south + _cvStretchingWork( &null_edge, &edges2[j-1] );
746 W[i][j].w_south = W[i][j].w_south /*+
755 W[i][j].w_southeast = W[i-1][j-1].w_south;
785 if( W[i][j].w_southeast > W[i][j].w_south )
796 if( W[i][j].w_east < W[i][j].w_south )