/external/jpeg/ |
jdapistd.c | 246 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);
|
jdcoefct.c | 466 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) { [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdapistd.c | 246 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);
|
jdcoefct.c | 466 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) { [all...] |
/external/linux-tools-perf/util/ |
session.h | 53 int sample_size; member in struct:perf_session 171 session->sample_size,
|
/frameworks/av/media/libstagefright/ |
SampleTable.cpp | 448 size_t sample_size; local 449 status_t err = getSampleSize_l(i, &sample_size); 455 if (sample_size > *max_size) { 456 *max_size = sample_size;
|
MPEG4Extractor.cpp | 938 uint16_t sample_size = U16_AT(&buffer[18]); local 955 chunk, num_channels, sample_size, sample_rate); [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local 800 sample_size=2; 807 sample_size=3; 814 sample_size=1; 821 sample_size=1; 828 sample_size=2; 835 sample_size=1; 842 sample_size=2; 849 sample_size=2; 856 sample_size=1 [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 704 int orientation_preserving,allow_scaling,allow_rotation,allow_translation,sample_size; local 800 sample_size=2; 807 sample_size=3; 814 sample_size=1; 821 sample_size=1; 828 sample_size=2; 835 sample_size=1; 842 sample_size=2; 849 sample_size=2; 856 sample_size=1 [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 1326 const int sample_size = var_count*sizeof(samples[0][0]); local 1537 int svm_type, sample_count, var_count, sample_size; local 1605 int svm_type, sample_count, var_count, sample_size; local [all...] |
/device/ti/panda/audio/ |
audio_hw.c | 544 * as large as frames * sample_size * MAX(in_chans, out_chans). 548 size_t sample_size; /* size of one audio sample, in bytes */ member in struct:buffer_remix 675 samp_size = data->sample_size; 708 br->sample_size = audio_stream_frame_size(&in->stream.common) / in->config.channels; 717 in->buffer = malloc(in->config.period_size * br->sample_size * chans); [all...] |