Home
last modified time | relevance | path

Searched refs:color_buf (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcprepct.c60 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
147 prep->color_buf, in pre_process_data()
157 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_data()
165 prep->color_buf, (JDIMENSION) 0, in pre_process_data()
214 prep->color_buf, in pre_process_context()
222 jcopy_sample_rows(prep->color_buf[ci], 0, in pre_process_context()
223 prep->color_buf[ci], -row, in pre_process_context()
238 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_context()
247 prep->color_buf, in pre_process_context()
303 prep->color_buf[ci] = fake_buffer + rgroup_height; in create_context_buffer()
[all …]
Dfpdfapi_jdsample.c44 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
110 upsample->color_buf + ci); in sep_upsample()
129 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf, in sep_upsample()
472 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray) in jinit_upsampler()
/external/jpeg/
Djcprepct.c59 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
146 prep->color_buf, in pre_process_data()
156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_data()
164 prep->color_buf, (JDIMENSION) 0, in pre_process_data()
213 prep->color_buf, in pre_process_context()
221 jcopy_sample_rows(prep->color_buf[ci], 0, in pre_process_context()
222 prep->color_buf[ci], -row, in pre_process_context()
237 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_context()
246 prep->color_buf, in pre_process_context()
302 prep->color_buf[ci] = fake_buffer + rgroup_height; in create_context_buffer()
[all …]
Djdsample.c43 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
109 upsample->color_buf + ci); in sep_upsample()
128 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf, in sep_upsample()
471 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray) in jinit_upsampler()
/external/qemu/distrib/jpeg-6b/
Djcprepct.c59 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
146 prep->color_buf, in pre_process_data()
156 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_data()
164 prep->color_buf, (JDIMENSION) 0, in pre_process_data()
213 prep->color_buf, in pre_process_context()
221 jcopy_sample_rows(prep->color_buf[ci], 0, in pre_process_context()
222 prep->color_buf[ci], -row, in pre_process_context()
237 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_context()
246 prep->color_buf, in pre_process_context()
302 prep->color_buf[ci] = fake_buffer + rgroup_height; in create_context_buffer()
[all …]
Djdsample.c43 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
109 upsample->color_buf + ci); in sep_upsample()
128 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf, in sep_upsample()
471 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray) in jinit_upsampler()
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
Dgraw_util.h22 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf; member
81 info->color_buf[i] = info->screen->resource_create(info->screen, in graw_util_create_window()
83 if (info->color_buf[i] == NULL) { in graw_util_create_window()
95 info->color_buf[i], in graw_util_create_window()
214 info->screen->flush_frontbuffer(info->screen, info->color_buf[0], in graw_util_flush_front()
/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h22 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf; member
81 info->color_buf[i] = info->screen->resource_create(info->screen, in graw_util_create_window()
83 if (info->color_buf[i] == NULL) { in graw_util_create_window()
95 info->color_buf[i], in graw_util_create_window()
214 info->screen->flush_frontbuffer(info->screen, info->color_buf[0], in graw_util_flush_front()