/external/jpeg/ |
jcparam.c | 490 fill_scans (jpeg_scan_info * scanptr, int ncomps, 496 for (ci = 0; ci < ncomps; ci++) { 509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) 514 if (ncomps <= MAX_COMPS_IN_SCAN) { 516 scanptr->comps_in_scan = ncomps; 517 for (ci = 0; ci < ncomps; ci++) 525 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); 539 int ncomps = cinfo->num_components; local 548 if (ncomps == 3 && cinfo->jpeg_color_space == JCS_YCbCr) { 553 if (ncomps > MAX_COMPS_IN_SCAN [all...] |
rdswitch.c | 176 int scanno, ncomps, termchar; local 196 ncomps = 1; 198 if (ncomps >= MAX_COMPS_IN_SCAN) { 206 scanptr->component_index[ncomps] = (int) val; 207 ncomps++; 209 scanptr->comps_in_scan = ncomps;
|
jcmaster.c | 136 int scanno, ncomps, ci, coefi, thisi; local 170 ncomps = scanptr->comps_in_scan; 171 if (ncomps <= 0 || ncomps > MAX_COMPS_IN_SCAN) 172 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN); 173 for (ci = 0; ci < ncomps; ci++) { 207 if (ncomps != 1) /* AC scans must be for only one component */ 210 for (ci = 0; ci < ncomps; ci++) { 233 for (ci = 0; ci < ncomps; ci++) {
|
/external/qemu/distrib/jpeg-6b/ |
jcparam.c | 496 fill_scans (jpeg_scan_info * scanptr, int ncomps, 502 for (ci = 0; ci < ncomps; ci++) { 515 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) 520 if (ncomps <= MAX_COMPS_IN_SCAN) { 522 scanptr->comps_in_scan = ncomps; 523 for (ci = 0; ci < ncomps; ci++) 531 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); 545 int ncomps = cinfo->num_components; local 554 if (ncomps == 3 && cinfo->jpeg_color_space == JCS_YCbCr) { 559 if (ncomps > MAX_COMPS_IN_SCAN [all...] |
rdswitch.c | 176 int scanno, ncomps, termchar; local 196 ncomps = 1; 198 if (ncomps >= MAX_COMPS_IN_SCAN) { 206 scanptr->component_index[ncomps] = (int) val; 207 ncomps++; 209 scanptr->comps_in_scan = ncomps;
|
jcmaster.c | 136 int scanno, ncomps, ci, coefi, thisi; local 170 ncomps = scanptr->comps_in_scan; 171 if (ncomps <= 0 || ncomps > MAX_COMPS_IN_SCAN) 172 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN); 173 for (ci = 0; ci < ncomps; ci++) { 207 if (ncomps != 1) /* AC scans must be for only one component */ 210 for (ci = 0; ci < ncomps; ci++) { 233 for (ci = 0; ci < ncomps; ci++) {
|