Searched refs:ncomps (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djcparam.c490 fill_scans (jpeg_scan_info * scanptr, int ncomps, argument
496 for (ci = 0; ci < ncomps; ci++) {
509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument
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_SCA
[all...]
H A Djcmaster.c136 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++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djcparam.c512 fill_scans (jpeg_scan_info * scanptr, int ncomps, argument
518 for (ci = 0; ci < ncomps; ci++) {
531 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument
536 if (ncomps <= MAX_COMPS_IN_SCAN) {
538 scanptr->comps_in_scan = ncomps;
539 for (ci = 0; ci < ncomps; ci++)
547 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al);
561 int ncomps = cinfo->num_components; local
570 if (ncomps == 3 && cinfo->jpeg_color_space == JCS_YCbCr) {
575 if (ncomps > MAX_COMPS_IN_SCA
[all...]
H A Drdswitch.c177 int scanno, ncomps, termchar; local
197 ncomps = 1;
199 if (ncomps >= MAX_COMPS_IN_SCAN) {
207 scanptr->component_index[ncomps] = (int) val;
208 ncomps++;
210 scanptr->comps_in_scan = ncomps;
H A Djcmaster.c316 int scanno, ncomps, ci, coefi, thisi; local
350 ncomps = scanptr->comps_in_scan;
351 if (ncomps <= 0 || ncomps > MAX_COMPS_IN_SCAN)
352 ERREXIT2(cinfo, JERR_COMPONENT_COUNT, ncomps, MAX_COMPS_IN_SCAN);
353 for (ci = 0; ci < ncomps; ci++) {
387 if (ncomps != 1) /* AC scans must be for only one component */
390 for (ci = 0; ci < ncomps; ci++) {
413 for (ci = 0; ci < ncomps; ci++) {

Completed in 200 milliseconds