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

  /external/libjpeg-turbo/
jdsample.h 29 * ie do not need rescaling. The corresponding entry of color_buf[] is
32 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon28847
37 int next_row_out; /* counts rows emitted from color_buf */
jcprepct.c 62 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon28821
65 int next_buf_row; /* index of next row to store in color_buf */
148 prep->color_buf,
158 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
166 prep->color_buf, (JDIMENSION)0,
212 prep->color_buf,
220 jcopy_sample_rows(prep->color_buf[ci], 0, prep->color_buf[ci],
235 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width,
243 (*cinfo->downsample->downsample) (cinfo, prep->color_buf,
    [all...]
jdsample.c 74 * to color_buf[ci], so that fullsize_upsample can change it.
78 upsample->color_buf + ci);
97 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf,
118 * For full-size components, we just make color_buf[ci] point at the
507 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray)
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 23 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf; member in struct:graw_info
83 info->color_buf[i] = info->screen->resource_create(info->screen,
85 if (info->color_buf[i] == NULL) {
96 info->color_buf[i],
213 info->screen->flush_frontbuffer(info->screen, info->color_buf[0],
  /external/libjpeg-turbo/simd/mips/
jsimd.c 111 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon28865

Completed in 358 milliseconds