Lines Matching refs:idx
2342 int idx = 0;
2351 attr[idx++] = "type_id";
2352 attr[idx++] = type_name;
2354 attr[idx++] = 0;
3772 int* idx = CV_NODE_IDX( mat, node );
3773 cvSeqPush( elements, &idx );
3782 int* idx;
3786 CV_READ_SEQ_ELEM( idx, reader );
3789 for( ; idx[k] == prev_idx[k]; k++ )
3795 fs->write_int( fs, 0, idx[k] );
3796 prev_idx = idx;
3798 node = (CvSparseNode*)((uchar*)idx - mat->idxoffset );
3827 int* idx;
3854 idx = (int*)alloca( dims*sizeof(idx[0]) );
3867 idx[dims-1] = k;
3873 idx[0] = k, k = 1;
3881 idx[k] = elem->data.i;
3886 CV_CALL( val = cvPtrND( mat, idx, 0, 1, 0 ));