Searched defs:sample_data (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DstatSampler.cpp125 sample_data(_sampled);
145 * The sample_data() method is responsible for sampling the
148 void StatSampler::sample_data(PerfDataList* list) { function in class:StatSampler
185 sample_data(_sampled);
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcdctmgr.c178 * The input samples are taken from the sample_data[] array starting at
185 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
197 sample_data += start_row; /* fold in the vertical offset once */
207 elemptr = sample_data[elemr] + start_col;
275 JSAMPARRAY sample_data, JBLOCKROW coef_blocks,
287 sample_data += start_row; /* fold in the vertical offset once */
297 elemptr = sample_data[elemr] + start_col;
184 forward_DCT(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument
274 forward_DCT_float(j_compress_ptr cinfo, jpeg_component_info * compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) argument

Completed in 57 milliseconds