Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djdpostct.c37 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()
Djccoefct.c54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
109 if (coef->whole_image[0] != NULL) in start_pass_coef()
115 if (coef->whole_image[0] == NULL) in start_pass_coef()
120 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()
Drdbmp.c64 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member
137 ((j_common_ptr) cinfo, source->whole_image, in get_8bit_row()
166 ((j_common_ptr) cinfo, source->whole_image, in get_24bit_row()
197 ((j_common_ptr) cinfo, source->whole_image, in get_32bit_row()
240 ((j_common_ptr) cinfo, source->whole_image, in preload_image()
428 source->whole_image = (*cinfo->mem->request_virt_sarray) in start_input_bmp()
Drdtarga.c58 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member
287 ((j_common_ptr) cinfo, source->whole_image, in get_memory_row()
316 ((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.c54 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member
97 ((j_common_ptr) cinfo, dest->whole_image, in put_pixel_rows()
151 ((j_common_ptr) cinfo, dest->whole_image, in put_gray_rows()
407 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE); in finish_output_bmp()
476 dest->whole_image = (*cinfo->mem->request_virt_sarray) in jinit_write_bmp()
Djdcoefct.c205 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data()
291 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_data()
471 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data()
478 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data()
659 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller()
669 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
Djctrans.c231 jvirt_barray_ptr *whole_image; member
309 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
392 coef->whole_image = coef_arrays; in transencode_coef_controller()
Djdcoefct.h48 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdpostct.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()
Dfpdfapi_jcmainct.c46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member
85 if (main->whole_image[0] != NULL) in start_pass_main()
94 if (main->whole_image[0] == NULL) in start_pass_main()
184 ((j_common_ptr) cinfo, main->whole_image[ci], in process_data_buffer_main()
270 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray) in jinit_c_main_controller()
282 main->whole_image[0] = NULL; /* flag for no virtual arrays */ in jinit_c_main_controller()
Dfpdfapi_jccoefct.c54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
109 if (coef->whole_image[0] != NULL) in start_pass_coef()
115 if (coef->whole_image[0] == NULL) in start_pass_coef()
120 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()
Dfpdfapi_jdcoefct.c52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member
258 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in consume_data()
344 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_data()
520 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data()
527 ((j_common_ptr) cinfo, coef->whole_image[ci], in decompress_smooth_data()
707 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray) in jinit_d_coef_controller()
717 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */ in jinit_d_coef_controller()
Dfpdfapi_jctrans.c217 jvirt_barray_ptr * whole_image; member
295 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index], in compress_output()
378 coef->whole_image = coef_arrays; in transencode_coef_controller()