HomeSort by relevance Sort by last modified time
    Searched full:color_buf (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jcprepct.c 59 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon17350
62 int next_buf_row; /* index of next row to store in color_buf */
146 prep->color_buf,
156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
164 prep->color_buf, (JDIMENSION) 0,
213 prep->color_buf,
221 jcopy_sample_rows(prep->color_buf[ci], 0,
222 prep->color_buf[ci], -row,
237 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
246 prep->color_buf,
    [all...]
jdsample.c 45 * ie do not need rescaling. The corresponding entry of color_buf[] is
48 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon17376
53 int next_row_out; /* counts rows emitted from color_buf */
110 * to color_buf[ci], so that fullsize_upsample can change it.
114 upsample->color_buf + ci);
133 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf,
155 * For full-size components, we just make color_buf[ci] point at the
490 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray)
  /external/jpeg/
jcprepct.c 59 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon6390
62 int next_buf_row; /* index of next row to store in color_buf */
146 prep->color_buf,
156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
164 prep->color_buf, (JDIMENSION) 0,
213 prep->color_buf,
221 jcopy_sample_rows(prep->color_buf[ci], 0,
222 prep->color_buf[ci], -row,
237 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
246 prep->color_buf,
    [all...]
jdsample.c 40 * ie do not need rescaling. The corresponding entry of color_buf[] is
43 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon6413
48 int next_row_out; /* counts rows emitted from color_buf */
105 * to color_buf[ci], so that fullsize_upsample can change it.
109 upsample->color_buf + ci);
128 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf,
150 * For full-size components, we just make color_buf[ci] point at the
471 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray)
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcprepct.c 60 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon12425
63 int next_buf_row; /* index of next row to store in color_buf */
147 prep->color_buf,
157 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
165 prep->color_buf, (JDIMENSION) 0,
214 prep->color_buf,
222 jcopy_sample_rows(prep->color_buf[ci], 0,
223 prep->color_buf[ci], -row,
238 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
247 prep->color_buf,
    [all...]
fpdfapi_jdsample.c 41 * ie do not need rescaling. The corresponding entry of color_buf[] is
44 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon12443
49 int next_row_out; /* counts rows emitted from color_buf */
106 * to color_buf[ci], so that fullsize_upsample can change it.
110 upsample->color_buf + ci);
129 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf,
151 * For full-size components, we just make color_buf[ci] point at the
472 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray)
  /external/qemu/distrib/jpeg-6b/
jcprepct.c 59 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon12974
62 int next_buf_row; /* index of next row to store in color_buf */
146 prep->color_buf,
156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
164 prep->color_buf, (JDIMENSION) 0,
213 prep->color_buf,
221 jcopy_sample_rows(prep->color_buf[ci], 0,
222 prep->color_buf[ci], -row,
237 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
246 prep->color_buf,
    [all...]
jdsample.c 40 * ie do not need rescaling. The corresponding entry of color_buf[] is
43 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon12997
48 int next_row_out; /* counts rows emitted from color_buf */
105 * to color_buf[ci], so that fullsize_upsample can change it.
109 upsample->color_buf + ci);
128 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf,
150 * For full-size components, we just make color_buf[ci] point at the
471 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray)
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 22 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf; member in struct:graw_info
81 info->color_buf[i] = info->screen->resource_create(info->screen,
83 if (info->color_buf[i] == NULL) {
95 info->color_buf[i],
214 info->screen->flush_frontbuffer(info->screen, info->color_buf[0],
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 22 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf; member in struct:graw_info
81 info->color_buf[i] = info->screen->resource_create(info->screen,
83 if (info->color_buf[i] == NULL) {
95 info->color_buf[i],
214 info->screen->flush_frontbuffer(info->screen, info->color_buf[0],

Completed in 535 milliseconds