Home | History | Annotate | Download | only in src

Lines Matching refs:CV_SWAP

477                 CV_SWAP(out_corners[i], out_corners[n-i-1], temp);
1396 CV_SWAP( width, height, k );
1414 CV_SWAP( out_corners[i*width+j], out_corners[i*width+width-j-1], c );
1420 CV_SWAP( out_corners[i*width+j], out_corners[(height - i - 1)*width+j], c );