Searched refs:whole_image (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/libjpeg_turbo/
H A Djdpostct.c34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon12750
88 ((j_common_ptr) cinfo, post->whole_image,
101 if (post->whole_image == NULL)
107 if (post->whole_image == NULL)
170 ((j_common_ptr) cinfo, post->whole_image,
214 ((j_common_ptr) cinfo, post->whole_image,
259 post->whole_image = NULL; /* flag for no virtual arrays */
273 post->whole_image = (*cinfo->mem->request_virt_sarray)
H A Djcmainct.c46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon12719
85 if (main_ptr->whole_image[0] != NULL)
94 if (main_ptr->whole_image[0] == NULL)
184 ((j_common_ptr) cinfo, main_ptr->whole_image[ci],
270 main_ptr->whole_image[ci] = (*cinfo->mem->request_virt_sarray)
282 main_ptr->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Djccoefct.c54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon12712
109 if (coef->whole_image[0] != NULL)
115 if (coef->whole_image[0] == NULL)
120 if (coef->whole_image[0] == NULL)
260 ((j_common_ptr) cinfo, coef->whole_image[ci],
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
425 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
447 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Drdbmp.c62 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member in struct:_bmp_source_struct
116 * The image has been read into the whole_image array, but is otherwise
135 ((j_common_ptr) cinfo, source->whole_image,
164 ((j_common_ptr) cinfo, source->whole_image,
195 ((j_common_ptr) cinfo, source->whole_image,
215 * This method loads the image into whole_image during the first call on
238 ((j_common_ptr) cinfo, source->whole_image,
426 source->whole_image = (*cinfo->mem->request_virt_sarray)
H A Drdtarga.c55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member in struct:_tga_source_struct
268 * row order. The entire image has already been read into whole_image
285 ((j_common_ptr) cinfo, source->whole_image,
294 * This method loads the image into whole_image during the first call on
314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE);
424 source->whole_image = (*cinfo->mem->request_virt_sarray)
436 source->whole_image = NULL;
H A Dwrbmp.c49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member in struct:__anon12778
83 ((j_common_ptr) cinfo, dest->whole_image,
118 ((j_common_ptr) cinfo, dest->whole_image,
368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE);
425 dest->whole_image = (*cinfo->mem->request_virt_sarray)
H A Djdcoefct.c58 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon12733
264 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
350 ((j_common_ptr) cinfo, coef->whole_image[ci],
529 ((j_common_ptr) cinfo, coef->whole_image[ci],
536 ((j_common_ptr) cinfo, coef->whole_image[ci],
716 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
726 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
/external/jpeg/
H A Djdpostct.c34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon22707
88 ((j_common_ptr) cinfo, post->whole_image,
101 if (post->whole_image == NULL)
107 if (post->whole_image == NULL)
170 ((j_common_ptr) cinfo, post->whole_image,
214 ((j_common_ptr) cinfo, post->whole_image,
259 post->whole_image = NULL; /* flag for no virtual arrays */
273 post->whole_image = (*cinfo->mem->request_virt_sarray)
H A Djcmainct.c46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon22679
85 if (main->whole_image[0] != NULL)
94 if (main->whole_image[0] == NULL)
184 ((j_common_ptr) cinfo, main->whole_image[ci],
270 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray)
282 main->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Djccoefct.c54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon22672
109 if (coef->whole_image[0] != NULL)
115 if (coef->whole_image[0] == NULL)
120 if (coef->whole_image[0] == NULL)
260 ((j_common_ptr) cinfo, coef->whole_image[ci],
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
425 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
447 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Drdbmp.c59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member in struct:_bmp_source_struct
113 * The image has been read into the whole_image array, but is otherwise
132 ((j_common_ptr) cinfo, source->whole_image,
161 ((j_common_ptr) cinfo, source->whole_image,
181 * This method loads the image into whole_image during the first call on
205 ((j_common_ptr) cinfo, source->whole_image,
384 source->whole_image = (*cinfo->mem->request_virt_sarray)
H A Drdtarga.c55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member in struct:_tga_source_struct
268 * row order. The entire image has already been read into whole_image
285 ((j_common_ptr) cinfo, source->whole_image,
294 * This method loads the image into whole_image during the first call on
314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE);
424 source->whole_image = (*cinfo->mem->request_virt_sarray)
436 source->whole_image = NULL;
H A Dwrbmp.c49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member in struct:__anon22739
83 ((j_common_ptr) cinfo, dest->whole_image,
118 ((j_common_ptr) cinfo, dest->whole_image,
368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE);
425 dest->whole_image = (*cinfo->mem->request_virt_sarray)
H A Djdcoefct.c52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon22690
269 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
484 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
583 ((j_common_ptr) cinfo, coef->whole_image[ci],
773 ((j_common_ptr) cinfo, coef->whole_image[ci],
780 ((j_common_ptr) cinfo, coef->whole_image[ci],
949 /* Allocate one iMCU row virtual array, coef->whole_image[ci],
959 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
969 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
1009 coef->whole_image[c
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdpostct.c35 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon28751
89 ((j_common_ptr) cinfo, post->whole_image,
102 if (post->whole_image == NULL)
108 if (post->whole_image == NULL)
171 ((j_common_ptr) cinfo, post->whole_image,
215 ((j_common_ptr) cinfo, post->whole_image,
260 post->whole_image = NULL; /* flag for no virtual arrays */
274 post->whole_image = (*cinfo->mem->request_virt_sarray)
H A Dfpdfapi_jcmainct.c47 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon28728
86 if (main->whole_image[0] != NULL)
95 if (main->whole_image[0] == NULL)
185 ((j_common_ptr) cinfo, main->whole_image[ci],
271 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray)
283 main->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Dfpdfapi_jccoefct.c55 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon28722
110 if (coef->whole_image[0] != NULL)
116 if (coef->whole_image[0] == NULL)
121 if (coef->whole_image[0] == NULL)
261 ((j_common_ptr) cinfo, coef->whole_image[ci],
359 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
426 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
448 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Dfpdfapi_jdcoefct.c53 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon28737
259 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
345 ((j_common_ptr) cinfo, coef->whole_image[ci],
521 ((j_common_ptr) cinfo, coef->whole_image[ci],
528 ((j_common_ptr) cinfo, coef->whole_image[ci],
708 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
718 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
/external/qemu/distrib/jpeg-6b/
H A Djdpostct.c34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon29305
88 ((j_common_ptr) cinfo, post->whole_image,
101 if (post->whole_image == NULL)
107 if (post->whole_image == NULL)
170 ((j_common_ptr) cinfo, post->whole_image,
214 ((j_common_ptr) cinfo, post->whole_image,
259 post->whole_image = NULL; /* flag for no virtual arrays */
273 post->whole_image = (*cinfo->mem->request_virt_sarray)
H A Djcmainct.c46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon29277
85 if (main->whole_image[0] != NULL)
94 if (main->whole_image[0] == NULL)
184 ((j_common_ptr) cinfo, main->whole_image[ci],
270 main->whole_image[ci] = (*cinfo->mem->request_virt_sarray)
282 main->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Djccoefct.c54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon29270
109 if (coef->whole_image[0] != NULL)
115 if (coef->whole_image[0] == NULL)
120 if (coef->whole_image[0] == NULL)
260 ((j_common_ptr) cinfo, coef->whole_image[ci],
358 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
425 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
447 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
H A Drdbmp.c59 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member in struct:_bmp_source_struct
113 * The image has been read into the whole_image array, but is otherwise
132 ((j_common_ptr) cinfo, source->whole_image,
161 ((j_common_ptr) cinfo, source->whole_image,
181 * This method loads the image into whole_image during the first call on
205 ((j_common_ptr) cinfo, source->whole_image,
384 source->whole_image = (*cinfo->mem->request_virt_sarray)
H A Drdtarga.c55 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member in struct:_tga_source_struct
268 * row order. The entire image has already been read into whole_image
285 ((j_common_ptr) cinfo, source->whole_image,
294 * This method loads the image into whole_image during the first call on
314 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE);
424 source->whole_image = (*cinfo->mem->request_virt_sarray)
436 source->whole_image = NULL;
H A Dwrbmp.c49 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member in struct:__anon29337
83 ((j_common_ptr) cinfo, dest->whole_image,
118 ((j_common_ptr) cinfo, dest->whole_image,
368 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE);
425 dest->whole_image = (*cinfo->mem->request_virt_sarray)
H A Djdcoefct.c52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon29288
269 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
484 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
583 ((j_common_ptr) cinfo, coef->whole_image[ci],
773 ((j_common_ptr) cinfo, coef->whole_image[ci],
780 ((j_common_ptr) cinfo, coef->whole_image[ci],
949 /* Allocate one iMCU row virtual array, coef->whole_image[ci],
959 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
969 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
1009 coef->whole_image[c
[all...]

Completed in 394 milliseconds

12