HomeSort by relevance Sort by last modified time
    Searched refs:min_i (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvemd.cpp 138 int min_i, int min_j,
715 int i, j, min_i = 0, min_j = 0; local
732 min_i = i;
739 enter_x->i = min_i;
910 int i, j, min_i = -1, min_j = -1; local
972 min_i = -1;
987 min_i = i;
997 if( min_i < 0 )
1000 /* add x[min_i][min_j] to the basis, and adjust supplies and cost */
1002 icvAddBasicVariable( state, min_i, min_j, prev_u_min_i, prev_v_min_j, &u_head )
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c 377 M4OSA_Int8 min_i,max_count; local
412 min_i = current_i;
423 min_i = j;
427 return min_i;
    [all...]

Completed in 233 milliseconds