Searched refs:whole_image (Results 1 – 8 of 8) sorted by relevance
/external/libjpeg-turbo/ |
D | jdpostct.c | 37 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()
|
D | jccoefct.c | 54 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()
|
D | rdtarga.c | 60 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()
|
D | wrbmp.c | 55 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()
|
D | jdcoefct.c | 204 ((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()
|
D | rdbmp.c | 70 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()
|
D | jctrans.c | 229 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()
|
D | jdcoefct.h | 48 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
|