Home | History | Annotate | Download | only in src

Lines Matching refs:sample_step

1162     int sample_step;
1218 sample_step = sample->step / sizeof(row_sample[0]);
1220 if( !comp_idx && sample_step <= 1 && !as_sparse )
1228 row_sample[i] = sample_data[sample_step*i];
1232 if( !sample_step )
1237 row_sample[i] = sample_data[sample_step*comp[i]];