Home
last modified time | relevance | path

Searched refs:scan_no (Results 1 – 25 of 40) sorted by relevance

12

/dports/graphics/jpeg-turbo/libjpeg-turbo-2.1.1/
H A Dcdjpeg.c34 int scan_no = ((j_decompress_ptr)cinfo)->input_scan_number; in progress_monitor() local
36 if (scan_no > (int)prog->max_scans) { in progress_monitor()
37 fprintf(stderr, "Scan number %d exceeds maximum scans (%d)\n", scan_no, in progress_monitor()
/dports/graphics/libjpeg-turbo/libjpeg-turbo-2.1.1/
H A Dcdjpeg.c34 int scan_no = ((j_decompress_ptr)cinfo)->input_scan_number; in progress_monitor() local
36 if (scan_no > (int)prog->max_scans) { in progress_monitor()
37 fprintf(stderr, "Scan number %d exceeds maximum scans (%d)\n", scan_no, in progress_monitor()
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/mozjpeg-sys-1.0.1/vendor/
H A Dcdjpeg.c34 int scan_no = ((j_decompress_ptr)cinfo)->input_scan_number; in progress_monitor() local
36 if (scan_no > (int)prog->max_scans) { in progress_monitor()
37 fprintf(stderr, "Scan number %d exceeds maximum scans (%d)\n", scan_no, in progress_monitor()
/dports/print/texlive-base/texlive-20150521-source/texk/makeindexk/
H A Dscanid.c57 static int scan_no (char *no,int *npg,short *count,short *type);
214 if (!scan_no(no, ptr->data.npg, &(ptr->data.count), &(ptr->data.type))) in make_key()
418 scan_no(char no[], int npg[], short *count, short *type) in scan_no() function
478 return (scan_no(&no[i + comp_len], npg, count, &i)); in scan_arabic()
521 return (scan_no(&no[i + comp_len], npg, count, &i)); in scan_roman_lower()
564 return (scan_no(&no[i + comp_len], npg, count, &i)); in scan_roman_upper()
579 return (scan_no(&no[comp_len + 1], npg, count, &i)); in scan_alpha_lower()
594 return (scan_no(&no[comp_len + 1], npg, count, &i)); in scan_alpha_upper()
H A Dmkind.h171 #define scan_no scnno macro
/dports/print/makeindex/makeindex/src-3.0/
H A Dscanid.c59 static int scan_no ARGS((char *no,short *npg,short *count,short *type));
200 if (!scan_no(no, ptr->data.npg, &(ptr->data.count), &(ptr->data.type))) in make_key()
397 scan_no(no, npg, count, type) in scan_no() function
464 return (scan_no(&no[i + comp_len], npg, count, &i));
509 return (scan_no(&no[i + comp_len], npg, count, &i));
555 return (scan_no(&no[i + comp_len], npg, count, &i));
573 return (scan_no(&no[comp_len + 1], npg, count, &i));
591 return (scan_no(&no[comp_len + 1], npg, count, &i));
H A Dmkind.h298 #define scan_no scnno macro
/dports/print/makeindex/makeindex/src-2.11/
H A Dscanid.c58 static int scan_no ARGS((char *no,short *npg,short *count,short *type));
211 if (!scan_no(no, ptr->data.npg, &(ptr->data.count), &(ptr->data.type))) in make_key()
424 scan_no(no, npg, count, type) in scan_no() function
491 return (scan_no(&no[i + comp_len], npg, count, &i));
537 return (scan_no(&no[i + comp_len], npg, count, &i));
584 return (scan_no(&no[i + comp_len], npg, count, &i));
602 return (scan_no(&no[comp_len + 1], npg, count, &i));
620 return (scan_no(&no[comp_len + 1], npg, count, &i));
H A Dmkind.h301 #define scan_no scnno macro
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mrf/
H A DJPEG_band.cpp362 const int scan_no = in ProgressMonitor() local
365 if (scan_no >= MAX_SCANS) in ProgressMonitor()
369 scan_no, MAX_SCANS); in ProgressMonitor()
/dports/graphics/gdal/gdal-3.3.3/frmts/mrf/
H A DJPEG_band.cpp362 const int scan_no = in ProgressMonitor() local
365 if (scan_no >= MAX_SCANS) in ProgressMonitor()
369 scan_no, MAX_SCANS); in ProgressMonitor()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mrf/
H A DJPEG_band.cpp362 const int scan_no = in ProgressMonitor() local
365 if (scan_no >= MAX_SCANS) in ProgressMonitor()
369 scan_no, MAX_SCANS); in ProgressMonitor()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/jpeg_common/include/
H A Djpegbase.h287 int scan_no; member
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/umc/codec/jpeg_dec/src/
H A Dumc_mjpeg_mfx_decode_hw.cpp476 if (m_decBase->m_curr_scan->scan_no >= 2) // m_scans has 3 elements only in GetFrameHW()
477 m_decBase->m_curr_scan->scan_no = 0; in GetFrameHW()
479 m_decBase->m_curr_scan = &m_decBase->m_scans[m_decBase->m_curr_scan->scan_no + 1]; in GetFrameHW()
H A Djpegdec.cpp129 m_scans[i].scan_no = i; in Reset()
3166 if(0 == m_curr_scan->scan_no) in DecodeScanBaseline()
3170 …else if(1 == m_curr_scan->scan_no && (2 == m_curr_scan->ncomps || (1 == m_curr_scan->ncomps && 3 =… in DecodeScanBaseline()
3174 …else if((1 == m_curr_scan->scan_no && 1 == m_curr_scan->ncomps && 2 == m_num_scans) || 2 == m_curr… in DecodeScanBaseline()
4316 if(0 == m_curr_scan->scan_no && in ReadData()
4321 else if(1 == m_curr_scan->scan_no && in ReadData()
4328 else if(2 == m_curr_scan->scan_no && in ReadData()
H A Djpegdec_base.cpp89 m_scans[i].scan_no = i; in Reset()
991 for(int i=m_curr_scan->scan_no; i<MAX_SCANS_PER_FRAME; i++) in ParseDRI()
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_jpeg.c251 const int scan_no = in TIFFjpeg_progress_monitor() local
253 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
260 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_jpeg.c255 const int scan_no = in TIFFjpeg_progress_monitor() local
257 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
264 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/graphics/libimg/Img-1.4.12/tiff/
H A DtiffJpeg.c250 const int scan_no = in TIFFjpeg_progress_monitor() local
252 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
259 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libtiff/
H A Dtif_jpeg.c259 const int scan_no = in TIFFjpeg_progress_monitor() local
261 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
268 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/
H A Dtif_jpeg.c259 const int scan_no = in TIFFjpeg_progress_monitor() local
261 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
268 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_jpeg.c256 const int scan_no = in TIFFjpeg_progress_monitor() local
258 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
265 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/libtiff/
H A Dtif_jpeg.c256 const int scan_no = in TIFFjpeg_progress_monitor() local
258 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
265 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_jpeg.c257 const int scan_no = in TIFFjpeg_progress_monitor() local
259 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
266 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_jpeg.c251 const int scan_no = in TIFFjpeg_progress_monitor() local
253 if (scan_no >= sp->max_allowed_scan_number) in TIFFjpeg_progress_monitor()
260 scan_no, sp->max_allowed_scan_number); in TIFFjpeg_progress_monitor()

12