Home | History | Annotate | Download | only in src

Lines Matching defs:idx_

1180                 int* idx_ = idx->data.i + istep*i;
1184 idx_[j] = j;
1190 sortIdxFunc( idx_, len, sptr );
1193 CV_SWAP(idx_[j], idx_[len-j-1], t);
1195 icvShuffle1D( sptr, idx_, dptr, 1, len, elemSize );