Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvemd.cpp94 CvNode2D **cols_x; member
554 state->cols_x = (CvNode2D **) buffer; in icvInitEMD()
763 enter_x->next[1] = state->cols_x[j]; in icvNewSolution()
766 state->cols_x[j] = enter_x; in icvNewSolution()
811 head.next[1] = state->cols_x[j]; in icvNewSolution()
819 state->cols_x[j] = head.next[1]; in icvNewSolution()
859 new_x = state->cols_x[new_x->j]; in icvFindLoop()
1101 end_x->next[1] = state->cols_x[min_j]; in icvAddBasicVariable()
1103 state->cols_x[min_j] = end_x; in icvAddBasicVariable()