Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdpostct.c34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member
88 ((j_common_ptr) cinfo, post->whole_image, in start_pass_dpost()
101 if (post->whole_image == NULL) in start_pass_dpost()
107 if (post->whole_image == NULL) in start_pass_dpost()
170 ((j_common_ptr) cinfo, post->whole_image, in post_process_prepass()
214 ((j_common_ptr) cinfo, post->whole_image, in post_process_2pass()
259 post->whole_image = NULL; /* flag for no virtual arrays */ in jinit_d_post_controller()
273 post->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_d_post_controller()
A Djcmainct.c47 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member
86 if (mainp->whole_image[0] != NULL) in start_pass_main()
95 if (mainp->whole_image[0] == NULL) in start_pass_main()
185 ((j_common_ptr) cinfo, mainp->whole_image[ci], mainp->cur_iMCU_row * in process_data_buffer_main()
273 mainp->whole_image[ci] = (*cinfo->mem->request_virt_sarray) in jinit_c_main_controller()
286 mainp->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_main_controller()
A Djccoefct.c55 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
110 if (coef->whole_image[0] != NULL) in start_pass_coef()
116 if (coef->whole_image[0] == NULL) in start_pass_coef()
121 if (coef->whole_image[0] == NULL) in start_pass_coef()
265 ((j_common_ptr) cinfo, coef->whole_image[ci], in compress_first_pass()
363 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
430 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_c_coef_controller()
452 coef->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_coef_controller()
A Drdbmp.c60 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member
133 ((j_common_ptr) cinfo, source->whole_image, in get_8bit_row()
162 ((j_common_ptr) cinfo, source->whole_image, in get_24bit_row()
193 ((j_common_ptr) cinfo, source->whole_image, in get_32bit_row()
237 ((j_common_ptr) cinfo, source->whole_image, in preload_image()
425 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_bmp()
A Dwrbmp.c49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member
83 ((j_common_ptr) cinfo, dest->whole_image, in put_pixel_rows()
118 ((j_common_ptr) cinfo, dest->whole_image, in put_gray_rows()
368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE); in finish_output_bmp()
425 dest->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_write_bmp()
A Drdtarga.c55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member
285 ((j_common_ptr) cinfo, source->whole_image, in get_memory_row()
314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE); in preload_image()
424 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_tga()
436 source->whole_image = NULL; in start_input_tga()
A Djdcoefct.c53 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
260 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data()
346 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_data()
522 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data()
529 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data()
709 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller()
719 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
A Djctrans.c214 jvirt_barray_ptr * whole_image; member
292 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
375 coef->whole_image = coef_arrays; in transencode_coef_controller()

Completed in 21 milliseconds