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

  /external/jpeg/
jdapistd.c 220 / index->MCU_sample_size) * index->MCU_sample_size;
260 col_left_boundary / index->MCU_sample_size;
262 jdiv_round_up(col_right_boundary, index->MCU_sample_size);
289 index->MCU_sample_size;
jdcoefct.c 290 * cinfo->entropy->index->MCU_sample_size * iMCU_width_To_MCU_width);
404 * jdiv_round_up(cinfo->MCUs_per_row, index->MCU_sample_size)
418 if (MCU_col_num % index->MCU_sample_size == 0) {
466 int sample_size = index->MCU_sample_size * factor;
    [all...]
jdhuff.c 838 index->MCU_sample_size = DEFAULT_MCU_SAMPLE_SIZE;
jpeglib.h 681 int MCU_sample_size;
    [all...]

Completed in 140 milliseconds