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.c60 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member
291 ((j_common_ptr)cinfo, source->whole_image, in get_memory_row()
320 ((j_common_ptr)cinfo, source->whole_image, row, (JDIMENSION)1, TRUE); in preload_image()
431 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_tga()
443 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()
186 ((j_common_ptr)cinfo, dest->whole_image, in put_gray_rows()
459 ((j_common_ptr)cinfo, dest->whole_image, row - 1, (JDIMENSION)1, in finish_output_bmp()
536 dest->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_write_bmp()
Djdcoefct.c204 ((j_common_ptr)cinfo, coef->whole_image[compptr->component_index], in consume_data()
290 ((j_common_ptr)cinfo, coef->whole_image[ci], in decompress_data()
470 ((j_common_ptr)cinfo, coef->whole_image[ci], in decompress_smooth_data()
477 ((j_common_ptr)cinfo, coef->whole_image[ci], in decompress_smooth_data()
658 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller()
668 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
Drdbmp.c70 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member
169 ((j_common_ptr)cinfo, source->whole_image, in get_8bit_row()
244 ((j_common_ptr)cinfo, source->whole_image, in get_24bit_row()
308 ((j_common_ptr)cinfo, source->whole_image, in get_32bit_row()
386 ((j_common_ptr)cinfo, source->whole_image, row, (JDIMENSION)1, TRUE); in preload_image()
611 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_bmp()
Djctrans.c229 jvirt_barray_ptr *whole_image; member
307 ((j_common_ptr)cinfo, coef->whole_image[compptr->component_index], in compress_output()
390 coef->whole_image = coef_arrays; in transencode_coef_controller()
Djdcoefct.h48 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member