Home
last modified time | relevance | path

Searched refs:samplesperrow (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djmemmgr.c163 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */ member
434 alloc_sarray(j_common_ptr cinfo, int pool_id, JDIMENSION samplesperrow, in METHODDEF()
448 if (samplesperrow > MAX_ALLOC_CHUNK) { in METHODDEF()
453 samplesperrow = (JDIMENSION)round_up_pow2(samplesperrow, (2 * ALIGN_SIZE) / in METHODDEF()
458 ((long)samplesperrow * sizeof(JSAMPLE)); in METHODDEF()
476 (size_t)((size_t)rowsperchunk * (size_t)samplesperrow * in METHODDEF()
480 workspace += samplesperrow; in METHODDEF()
579 JDIMENSION samplesperrow, JDIMENSION numrows, in METHODDEF()
596 result->samplesperrow in METHODDEF()
[all...]
H A Djcmaster.c87 long samplesperrow; in initial_setup() local
108 samplesperrow = (long)cinfo->image_width * (long)cinfo->input_components; in initial_setup()
109 jd_samplesperrow = (JDIMENSION)samplesperrow; in initial_setup()
110 if ((long)jd_samplesperrow != samplesperrow) in initial_setup()
H A Djdmaster.c452 long samplesperrow; in master_selection() local
460 samplesperrow = (long)cinfo->output_width * in master_selection()
462 jd_samplesperrow = (JDIMENSION)samplesperrow; in master_selection()
463 if ((long)jd_samplesperrow != samplesperrow) in master_selection()
H A Djpeglib.h845 JDIMENSION samplesperrow, JDIMENSION numrows);
850 JDIMENSION samplesperrow,

Completed in 6 milliseconds