Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djdtrans.c254 int nscans; in transdecode_master_selection() local
258 nscans = 2 + 3 * cinfo->num_components; in transdecode_master_selection()
261 nscans = cinfo->num_components; in transdecode_master_selection()
263 nscans = 1; in transdecode_master_selection()
266 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in transdecode_master_selection()
Djcparam.c546 int nscans; in jpeg_simple_progression() local
556 nscans = 10; in jpeg_simple_progression()
560 nscans = 6 * ncomps; /* 2 DC + 4 AC scans per component */ in jpeg_simple_progression()
562 nscans = 2 + 4 * ncomps; /* 2 DC scans; 4 AC scans per component */ in jpeg_simple_progression()
572 if (cinfo->script_space == NULL || cinfo->script_space_size < nscans) { in jpeg_simple_progression()
573 cinfo->script_space_size = MAX(nscans, 10); in jpeg_simple_progression()
580 cinfo->num_scans = nscans; in jpeg_simple_progression()
Djdmaster.c431 int nscans; in master_selection() local
435 nscans = 2 + 3 * cinfo->num_components; in master_selection()
438 nscans = cinfo->num_components; in master_selection()
441 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in master_selection()
/external/jpeg/
Djdtrans.c254 int nscans; in transdecode_master_selection() local
258 nscans = 2 + 3 * cinfo->num_components; in transdecode_master_selection()
261 nscans = cinfo->num_components; in transdecode_master_selection()
263 nscans = 1; in transdecode_master_selection()
266 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in transdecode_master_selection()
Djcparam.c540 int nscans; in jpeg_simple_progression() local
550 nscans = 10; in jpeg_simple_progression()
554 nscans = 6 * ncomps; /* 2 DC + 4 AC scans per component */ in jpeg_simple_progression()
556 nscans = 2 + 4 * ncomps; /* 2 DC scans; 4 AC scans per component */ in jpeg_simple_progression()
566 if (cinfo->script_space == NULL || cinfo->script_space_size < nscans) { in jpeg_simple_progression()
567 cinfo->script_space_size = MAX(nscans, 10); in jpeg_simple_progression()
574 cinfo->num_scans = nscans; in jpeg_simple_progression()
Djdmaster.c431 int nscans; in master_selection() local
435 nscans = 2 + 3 * cinfo->num_components; in master_selection()
438 nscans = cinfo->num_components; in master_selection()
441 cinfo->progress->pass_limit = (long) cinfo->total_iMCU_rows * nscans; in master_selection()