Home | History | Annotate | Download | only in src

Lines Matching refs:row_sample

1881     float* row_sample = 0;
1898 class_count, 0, &row_sample ));
1919 kernel->calc( sv_count, var_count, (const float**)sv, row_sample, buffer );
1933 kernel->calc( sv_total, var_count, (const float**)sv, row_sample, buffer );
1962 if( sample && (!CV_IS_MAT(sample) || sample->data.fl != row_sample) )
1963 cvFree( &row_sample );