Searched refs:sample_size (Results 1 - 14 of 14) sorted by relevance

/external/jpeg/
H A Djdapistd.c246 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local
248 *height = jdiv_round_up(*height, sample_size);
250 cinfo->output_scanline = lines_per_iMCU_row * row_offset / sample_size;
278 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local
284 if (cinfo->output_scanline % (lines_per_iMCU_row / sample_size) == 0) {
287 (lines_per_iMCU_row / sample_size);
H A Djdcoefct.c466 int sample_size = index->MCU_sample_size * factor; local
469 scan_header->MCUs_per_row = jdiv_round_up(cinfo->MCUs_per_row, sample_size);
517 if (MCU_col_num % sample_size == 0) {
/external/qemu/distrib/jpeg-6b/
H A Djdapistd.c246 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local
248 *height = jdiv_round_up(*height, sample_size);
250 cinfo->output_scanline = lines_per_iMCU_row * row_offset / sample_size;
278 int sample_size = DCTSIZE / cinfo->min_DCT_scaled_size; local
284 if (cinfo->output_scanline % (lines_per_iMCU_row / sample_size) == 0) {
287 (lines_per_iMCU_row / sample_size);
H A Djdcoefct.c466 int sample_size = index->MCU_sample_size * factor; local
469 scan_header->MCUs_per_row = jdiv_round_up(cinfo->MCUs_per_row, sample_size);
517 if (MCU_col_num % sample_size == 0) {
/external/srec/srec/EventLog/src/
H A DEventLog.c116 ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size) argument
123 return self->audioOpen(self, audio_type, sample_rate, sample_size);
H A DEventLogImpl.c641 ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size) argument
665 impl->waveform_bytes_per_sample = sample_size;
/external/linux-tools-perf/util/
H A Dsession.h53 int sample_size; member in struct:perf_session
171 session->sample_size,
H A Devent.h194 int sample_size, bool sample_id_all,
H A Devsel.c350 int sample_size, bool sample_id_all,
366 if (sample_size + sizeof(event->header) > event->header.size)
349 perf_event__parse_sample(const union perf_event *event, u64 type, int sample_size, bool sample_id_all, struct perf_sample *data) argument
H A Dsession.c116 self->sample_size = __perf_evsel__sample_size(self->sample_type);
/external/srec/srec/EventLog/include/
H A DSR_EventLogImpl.h92 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLog_AudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
H A DSR_EventLog.h213 * @param sample_size Size of sampling in bytes.
215 ESR_ReturnCode(*audioOpen)(struct SR_EventLog_t* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
335 * @param sample_size Size of sampling in bytes.
337 SREC_EVENTLOG_API ESR_ReturnCode SR_EventLogAudioOpen(SR_EventLog* self, const LCHAR* audio_type, size_t sample_rate, size_t sample_size);
/external/opencv/ml/src/
H A Dmlsvm.cpp1326 const int sample_size = var_count*sizeof(samples[0][0]); local
1352 CV_CALL( sv[k] = (float*)cvMemStorageAlloc( storage, sample_size ));
1353 memcpy( sv[k], samples[i], sample_size );
1496 CV_CALL( sv[k] = (float*)cvMemStorageAlloc( storage, sample_size ));
1497 memcpy( sv[k], samples[i], sample_size );
1537 int svm_type, sample_count, var_count, sample_size; local
1556 sample_size = var_count*sizeof(samples[0][0]);
1562 block_size = MAX( block_size, sample_size*2 + 1024 );
1605 int svm_type, sample_count, var_count, sample_size; local
1708 sample_size
[all...]
/external/linux-tools-perf/
H A Dbuiltin-test.c481 int sample_size = __perf_evsel__sample_size(attr.sample_type);
566 err = perf_event__parse_sample(event, attr.sample_type, sample_size,

Completed in 432 milliseconds