Lines Matching refs:idx_total
124 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1; in cvPreprocessIndexArray() local
135 idx_total = idx_arr->rows + idx_arr->cols - 1; in cvPreprocessIndexArray()
148 if( idx_total != data_arr_size ) in cvPreprocessIndexArray()
152 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
161 if( idx_total > data_arr_size ) in cvPreprocessIndexArray()
164 idx_selected = idx_total; in cvPreprocessIndexArray()
166 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
187 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
193 for( i = 0; i < idx_total; i++ ) in cvPreprocessIndexArray()
197 qsort( dsti, idx_total, sizeof(dsti[0]), icvCmpIntegers ); in cvPreprocessIndexArray()
199 if( dsti[0] < 0 || dsti[idx_total-1] >= data_arr_size ) in cvPreprocessIndexArray()
204 for( i = 1; i < idx_total; i++ ) in cvPreprocessIndexArray()