Home | History | Annotate | Download | only in src

Lines Matching full:ivecs

692     CvVectors ivecs, ovecs;
698 ivecs.data.ptr = ovecs.data.ptr = 0;
760 CV_CALL( ivecs.data.ptr = (uchar**)cvAlloc( count*sizeof(ivecs.data.ptr[0]) ));
763 ivecs.type = CV_MAT_TYPE(_inputs->type);
765 ivecs.count = ovecs.count = count;
770 ivecs.data.ptr[i] = _inputs->data.ptr + idx*_inputs->step;
793 calc_input_scale( &ivecs, _flags );
802 cvFree( &ivecs.data.ptr );
808 *_ivecs = ivecs;