Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdpostct.c37 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member
94 ((j_common_ptr)cinfo, post->whole_image, in start_pass_dpost()
107 if (post->whole_image == NULL) in start_pass_dpost()
113 if (post->whole_image == NULL) in start_pass_dpost()
175 ((j_common_ptr)cinfo, post->whole_image, in post_process_prepass()
218 ((j_common_ptr)cinfo, post->whole_image, in post_process_2pass()
263 post->whole_image = NULL; /* flag for no virtual arrays */ in jinit_d_post_controller()
277 post->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_d_post_controller()
Djccoefct.c54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
107 if (coef->whole_image[0] != NULL) in start_pass_coef()
113 if (coef->whole_image[0] == NULL) in start_pass_coef()
118 if (coef->whole_image[0] == NULL) in start_pass_coef()
260 ((j_common_ptr)cinfo, coef->whole_image[ci], in compress_first_pass()
358 ((j_common_ptr)cinfo, coef->whole_image[compptr->component_index], in compress_output()
425 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_c_coef_controller()
447 coef->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_coef_controller()
Drdtarga.c50 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member
281 ((j_common_ptr)cinfo, source->whole_image, in get_memory_row()
310 ((j_common_ptr)cinfo, source->whole_image, row, (JDIMENSION)1, TRUE); in preload_image()
427 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_tga()
439 source->whole_image = NULL; in start_input_tga()
Dwrbmp.c55 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member
110 ((j_common_ptr)cinfo, dest->whole_image, in put_pixel_rows()
184 ((j_common_ptr)cinfo, dest->whole_image, in put_gray_rows()
456 ((j_common_ptr)cinfo, dest->whole_image, row - 1, (JDIMENSION)1, in finish_output_bmp()
530 dest->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_write_bmp()
Drdbmp.c60 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member
159 ((j_common_ptr)cinfo, source->whole_image, in get_8bit_row()
234 ((j_common_ptr)cinfo, source->whole_image, in get_24bit_row()
297 ((j_common_ptr)cinfo, source->whole_image, in get_32bit_row()
374 ((j_common_ptr)cinfo, source->whole_image, row, (JDIMENSION)1, TRUE); in preload_image()
608 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_bmp()
Djctrans.c230 jvirt_barray_ptr *whole_image; member
308 ((j_common_ptr)cinfo, coef->whole_image[compptr->component_index], in compress_output()
391 coef->whole_image = coef_arrays; in transencode_coef_controller()
Djdcoefct.c206 ((j_common_ptr)cinfo, coef->whole_image[compptr->component_index], in consume_data()
294 ((j_common_ptr)cinfo, coef->whole_image[ci], in decompress_data()
494 ((j_common_ptr)cinfo, coef->whole_image[ci], in decompress_smooth_data()
500 ((j_common_ptr)cinfo, coef->whole_image[ci], in decompress_smooth_data()
506 ((j_common_ptr)cinfo, coef->whole_image[ci], in decompress_smooth_data()
844 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller()
854 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
Djdcoefct.h49 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member