Home
last modified time | relevance | path

Searched refs:nscans (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdtrans.c124 int nscans; in transdecode_master_selection() local
128 nscans = 2 + 3 * cinfo->num_components; in transdecode_master_selection()
131 nscans = cinfo->num_components; in transdecode_master_selection()
133 nscans = 1; in transdecode_master_selection()
136 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in transdecode_master_selection()
A Djcparam.c601 int nscans; in jpeg_simple_progression() local
613 nscans = 10; in jpeg_simple_progression()
617 nscans = 6 * ncomps; /* 2 DC + 4 AC scans per component */ in jpeg_simple_progression()
619 nscans = 2 + 4 * ncomps; /* 2 DC scans; 4 AC scans per component */ in jpeg_simple_progression()
629 if (cinfo->script_space == NULL || cinfo->script_space_size < nscans) { in jpeg_simple_progression()
630 cinfo->script_space_size = MAX(nscans, 10); in jpeg_simple_progression()
637 cinfo->num_scans = nscans; in jpeg_simple_progression()
A Djdmaster.c390 int nscans; in master_selection() local
394 nscans = 2 + 3 * cinfo->num_components; in master_selection()
397 nscans = cinfo->num_components; in master_selection()
400 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in master_selection()

Completed in 5 milliseconds