Home
last modified time | relevance | path

Searched refs:samplesperrow (Results 1 – 16 of 16) sorted by relevance

/external/libjpeg-turbo/
Djmemmgr.c156 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */ member
419 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
431 samplesperrow = (JDIMENSION)round_up_pow2(samplesperrow, (2 * ALIGN_SIZE) / sizeof(JSAMPLE)); in alloc_sarray()
435 ((long) samplesperrow * sizeof(JSAMPLE)); in alloc_sarray()
453 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray()
457 workspace += samplesperrow; in alloc_sarray()
556 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument
573 result->samplesperrow = samplesperrow; in request_virt_sarray()
633 (long) sptr->samplesperrow * sizeof(JSAMPLE); in realize_virt_arrays()
635 (long) sptr->samplesperrow * sizeof(JSAMPLE); in realize_virt_arrays()
[all …]
Djcmaster.c75 long samplesperrow; in initial_setup() local
96 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components; in initial_setup()
97 jd_samplesperrow = (JDIMENSION) samplesperrow; in initial_setup()
98 if ((long) jd_samplesperrow != samplesperrow) in initial_setup()
Djdmaster.c452 long samplesperrow; in master_selection() local
460 samplesperrow = (long) cinfo->output_width * (long) cinfo->out_color_components; in master_selection()
461 jd_samplesperrow = (JDIMENSION) samplesperrow; in master_selection()
462 if ((long) jd_samplesperrow != samplesperrow) in master_selection()
Djpeglib.h838 JDIMENSION samplesperrow, JDIMENSION numrows);
843 JDIMENSION samplesperrow,
/external/opencv3/3rdparty/libjpeg/
Djmemmgr.c154 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */ member
397 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
408 ((long) samplesperrow * SIZEOF(JSAMPLE)); in alloc_sarray()
426 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray()
430 workspace += samplesperrow; in alloc_sarray()
525 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument
542 result->samplesperrow = samplesperrow; in request_virt_sarray()
602 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays()
604 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays()
651 (long) sptr->samplesperrow * in realize_virt_arrays()
[all …]
Djdmaster.c273 long samplesperrow; in master_selection() local
281 samplesperrow = (long) cinfo->output_width * (long) cinfo->out_color_components; in master_selection()
282 jd_samplesperrow = (JDIMENSION) samplesperrow; in master_selection()
283 if ((long) jd_samplesperrow != samplesperrow) in master_selection()
Djcmaster.c225 long samplesperrow; in initial_setup() local
263 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components; in initial_setup()
264 jd_samplesperrow = (JDIMENSION) samplesperrow; in initial_setup()
265 if ((long) jd_samplesperrow != samplesperrow) in initial_setup()
Djpeglib.h815 JDIMENSION samplesperrow,
823 JDIMENSION samplesperrow,
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c155 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */ member
398 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
409 ((long) samplesperrow * SIZEOF(JSAMPLE)); in alloc_sarray()
427 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray()
431 workspace += samplesperrow; in alloc_sarray()
526 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument
543 result->samplesperrow = samplesperrow; in request_virt_sarray()
603 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays()
605 (long) sptr->samplesperrow * SIZEOF(JSAMPLE); in realize_virt_arrays()
652 (long) sptr->samplesperrow * in realize_virt_arrays()
[all …]
Dfpdfapi_jdmaster.c292 long samplesperrow; in master_selection() local
300 samplesperrow = (long) cinfo->output_width * (long) cinfo->out_color_components; in master_selection()
301 jd_samplesperrow = (JDIMENSION) samplesperrow; in master_selection()
302 if ((long) jd_samplesperrow != samplesperrow) in master_selection()
Dfpdfapi_jcmaster.c51 long samplesperrow; in initial_setup() local
65 samplesperrow = (long) cinfo->image_width * (long) cinfo->input_components; in initial_setup()
66 jd_samplesperrow = (JDIMENSION) samplesperrow; in initial_setup()
67 if ((long) jd_samplesperrow != samplesperrow) in initial_setup()
Djpeglib.h865 JDIMENSION samplesperrow,
873 JDIMENSION samplesperrow,
/external/opencv3/3rdparty/libtiff/
Dtif_jpeg.c373 JDIMENSION samplesperrow, JDIMENSION numrows) in TIFFjpeg_alloc_sarray() argument
377 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c387 JDIMENSION samplesperrow, JDIMENSION numrows) in TIFFjpeg_alloc_sarray() argument
391 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...