Searched refs:color_buf (Results 1 – 2 of 2) sorted by relevance
/external/jpeg/ |
D | jcprepct.c | 59 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 …]
|
D | jdsample.c | 43 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()
|