HomeSort by relevance Sort by last modified time
    Searched refs:sample_data (Results 1 - 6 of 6) sorted by null

  /external/jpeg/
jcdctmgr.c 174 * The input samples are taken from the sample_data[] array starting at
181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
193 sample_data += start_row; /* fold in the vertical offset once */
203 elemptr = sample_data[elemr] + start_col;
271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
283 sample_data += start_row; /* fold in the vertical offset once */
293 elemptr = sample_data[elemr] + start_col;
jpegint.h 107 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
  /external/qemu/distrib/jpeg-6b/
jcdctmgr.c 174 * The input samples are taken from the sample_data[] array starting at
181 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
193 sample_data += start_row; /* fold in the vertical offset once */
203 elemptr = sample_data[elemr] + start_col;
271 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
283 sample_data += start_row; /* fold in the vertical offset once */
293 elemptr = sample_data[elemr] + start_col;
jpegint.h 107 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
  /external/opencv/ml/src/
mlem.cpp 211 float* sample_data = 0; local
229 CV_CALL( cvPreparePredictData( _sample, dims, 0, params.nclusters, _probs, &sample_data ));
256 double val = sample_data[i] - mean_k[i];
263 diff.data.db[i] = sample_data[i] - mean_k[i];
293 if( sample_data != _sample->data.fl )
294 cvFree( &sample_data );
    [all...]
ml_inner_functions.cpp 1161 float* sample_data; local
    [all...]

Completed in 379 milliseconds