/external/jpeg/ |
jcprepct.c | 59 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon19612 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:__anon19635 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/qemu/distrib/jpeg-6b/ |
jcprepct.c | 59 JSAMPARRAY color_buf[MAX_COMPONENTS]; member in struct:__anon24877 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:__anon24900 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],
|