Searched refs:idx_total (Results 1 – 2 of 2) sorted by relevance
467 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1; in cvPreprocessIndexArray() local478 idx_total = idx_arr->rows + idx_arr->cols - 1; in cvPreprocessIndexArray()491 if( idx_total != data_arr_size ) in cvPreprocessIndexArray()495 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()501 if( idx_selected == idx_total ) in cvPreprocessIndexArray()506 if( idx_total > data_arr_size ) in cvPreprocessIndexArray()509 idx_selected = idx_total; in cvPreprocessIndexArray()511 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()532 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()538 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()[all …]
257 unsigned int idx_total = idx_parents + idx_local; in split_add_child() local278 if (idx_total < cursor->nr) { in split_add_child()