Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djcprepct.c62 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
148 prep->color_buf, in pre_process_data()
158 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_data()
166 prep->color_buf, (JDIMENSION)0, in pre_process_data()
212 prep->color_buf, in pre_process_context()
220 jcopy_sample_rows(prep->color_buf[ci], 0, prep->color_buf[ci], in pre_process_context()
235 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_context()
243 (*cinfo->downsample->downsample) (cinfo, prep->color_buf, in pre_process_context()
299 prep->color_buf[ci] = fake_buffer + rgroup_height; in create_context_buffer()
344 prep->color_buf[ci] = (*cinfo->mem->alloc_sarray) in jinit_c_prep_controller()
Djdsample.h32 JSAMPARRAY color_buf[MAX_COMPONENTS]; member
Djdsample.c78 upsample->color_buf + ci); in sep_upsample()
97 (*cinfo->cconvert->color_convert) (cinfo, upsample->color_buf, in sep_upsample()
507 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray) in jinit_upsampler()
/external/mesa3d/src/gallium/tests/graw/
Dgraw_util.h23 struct pipe_resource *color_buf[PIPE_MAX_COLOR_BUFS], *zs_buf; member
83 info->color_buf[i] = info->screen->resource_create(info->screen, in graw_util_create_window()
85 if (info->color_buf[i] == NULL) { in graw_util_create_window()
96 info->color_buf[i], in graw_util_create_window()
213 info->screen->flush_frontbuffer(info->screen, info->color_buf[0], in graw_util_flush_front()
/external/libjpeg-turbo/simd/mips/
Djsimd.c111 JSAMPARRAY color_buf[MAX_COMPONENTS]; member