Home
last modified time | relevance | path

Searched refs:i_best (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvlmeds.cpp1421 int row, swapi, i, i_best = 0, j, j_best = 0, t; in icvGaussMxN() local
1452 i_best = i; in icvGaussMxN()
1477 if( i_best - row ) in icvGaussMxN()
1483 swapd = A[t * N + i_best]; in icvGaussMxN()
1484 A[t * N + i_best] = A[t * N + row]; in icvGaussMxN()
1489 variables[row] = variables[i_best]; in icvGaussMxN()
1490 variables[i_best] = swapi; in icvGaussMxN()