Searched refs:color_buf (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A 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() 215 prep->color_buf, in pre_process_context() 223 jcopy_sample_rows(prep->color_buf[ci], 0, in pre_process_context() 224 prep->color_buf[ci], -row, in pre_process_context() 239 expand_bottom_edge(prep->color_buf[ci], cinfo->image_width, in pre_process_context() 248 prep->color_buf, in pre_process_context() 305 prep->color_buf[ci] = fake_buffer + rgroup_height; in create_context_buffer() [all …]
|
A D | jdsample.c | 44 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() 352 upsample->color_buf[ci] = (*cinfo->mem->alloc_sarray) in jinit_upsampler()
|
Completed in 4 milliseconds