Searched refs:color_buf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcprepct.c63 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon699
66 int next_buf_row; /* index of next row to store in color_buf */
150 prep->color_buf,
160 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
168 prep->color_buf, (JDIMENSION) 0,
217 prep->color_buf,
225 jcopy_sample_rows(prep->color_buf[ci], 0,
226 prep->color_buf[ci], -row,
241 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
250 prep->color_buf,
[all...]
H A Djdsample.c44 * ie do not need rescaling. The corresponding entry of color_buf[] is
47 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon720
52 int next_row_out; /* counts rows emitted from color_buf */
109 * to color_buf[ci], so that fullsize_upsample can change it.
113 upsample->color_buf + ci);
132 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf,
154 * For full-size components, we just make color_buf[ci] point at the
475 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray)

Completed in 81 milliseconds