Home | History | Annotate | Download | only in jpeg

Lines Matching defs:sample_size

466   int sample_size = index->MCU_sample_size * factor;
469 scan_header->MCUs_per_row = jdiv_round_up(cinfo->MCUs_per_row, sample_size);
517 if (MCU_col_num % sample_size == 0) {