HomeSort by relevance Sort by last modified time
    Searched refs:whole_image (Results 1 - 25 of 27) sorted by null

1 2

  /external/libjpeg-turbo/
jdcoefct.h 48 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon15217
jdpostct.c 36 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon15234
87 ((j_common_ptr) cinfo, post->whole_image,
100 if (post->whole_image == NULL)
106 if (post->whole_image == NULL)
169 ((j_common_ptr) cinfo, post->whole_image,
213 ((j_common_ptr) cinfo, post->whole_image,
258 post->whole_image = NULL; /* flag for no virtual arrays */
272 post->whole_image = (*cinfo->mem->request_virt_sarray)
jccoefct.c 53 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon15196
108 if (coef->whole_image[0] != NULL)
114 if (coef->whole_image[0] == NULL)
119 if (coef->whole_image[0] == NULL)
259 ((j_common_ptr) cinfo, coef->whole_image[ci],
357 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
424 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
446 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
rdbmp.c 63 jvirt_sarray_ptr whole_image; /* Needed to reverse row order */ member in struct:_bmp_source_struct
117 * The image has been read into the whole_image array, but is otherwise
136 ((j_common_ptr) cinfo, source->whole_image,
165 ((j_common_ptr) cinfo, source->whole_image,
196 ((j_common_ptr) cinfo, source->whole_image,
216 * This method loads the image into whole_image during the first call on
239 ((j_common_ptr) cinfo, source->whole_image,
427 source->whole_image = (*cinfo->mem->request_virt_sarray)
rdtarga.c 57 jvirt_sarray_ptr whole_image; /* Needed if funny input row order */ member in struct:_tga_source_struct
269 * row order. The entire image has already been read into whole_image
286 ((j_common_ptr) cinfo, source->whole_image,
295 * This method loads the image into whole_image during the first call on
315 ((j_common_ptr) cinfo, source->whole_image, row, (JDIMENSION) 1, TRUE);
426 source->whole_image = (*cinfo->mem->request_virt_sarray)
438 source->whole_image = NULL;
wrbmp.c 53 jvirt_sarray_ptr whole_image; /* needed to reverse row order */ member in struct:__anon15261
96 ((j_common_ptr) cinfo, dest->whole_image,
150 ((j_common_ptr) cinfo, dest->whole_image,
406 ((j_common_ptr) cinfo, dest->whole_image, row-1, (JDIMENSION) 1, FALSE);
475 dest->whole_image = (*cinfo->mem->request_virt_sarray)
jdcoefct.c 204 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
290 ((j_common_ptr) cinfo, coef->whole_image[ci],
470 ((j_common_ptr) cinfo, coef->whole_image[ci],
477 ((j_common_ptr) cinfo, coef->whole_image[ci],
658 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
668 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
jctrans.c 230 jvirt_barray_ptr * whole_image; member in struct:__anon15211
308 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
391 coef->whole_image = coef_arrays;
  /external/opencv3/3rdparty/libjpeg/
jdpostct.c 34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon20349
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)
jcmainct.c 47 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon20322
86 if (mainp->whole_image[0] != NULL)
95 if (mainp->whole_image[0] == NULL)
185 ((j_common_ptr) cinfo, mainp->whole_image[ci], mainp->cur_iMCU_row *
273 mainp->whole_image[ci] = (*cinfo->mem->request_virt_sarray)
286 mainp->whole_image[0] = NULL; /* flag for no virtual arrays */
jccoefct.c 55 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon20315
110 if (coef->whole_image[0] != NULL)
116 if (coef->whole_image[0] == NULL)
121 if (coef->whole_image[0] == NULL)
265 ((j_common_ptr) cinfo, coef->whole_image[ci],
363 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
430 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
452 coef->whole_image[0] = NULL; /* flag for no virtual arrays */
jdcoefct.c 53 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon20334
260 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
346 ((j_common_ptr) cinfo, coef->whole_image[ci],
522 ((j_common_ptr) cinfo, coef->whole_image[ci],
529 ((j_common_ptr) cinfo, coef->whole_image[ci],
709 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
719 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
jctrans.c 214 jvirt_barray_ptr * whole_image; member in struct:__anon20329
292 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
375 coef->whole_image = coef_arrays;
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdpostct.c 34 jvirt_sarray_ptr whole_image; /* virtual array, or NULL if one-pass */ member in struct:__anon21620
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)
fpdfapi_jcmainct.c 46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon21597
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 */
fpdfapi_jccoefct.c 54 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon21591
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 */
fpdfapi_jdcoefct.c 52 jvirt_barray_ptr whole_image[MAX_COMPONENTS]; member in struct:__anon21606
258 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
344 ((j_common_ptr) cinfo, coef->whole_image[ci],
520 ((j_common_ptr) cinfo, coef->whole_image[ci],
527 ((j_common_ptr) cinfo, coef->whole_image[ci],
707 coef->whole_image[ci] = (*cinfo->mem->request_virt_barray)
717 coef->pub.coef_arrays = coef->whole_image; /* link to virtual arrays */
fpdfapi_jctrans.c 217 jvirt_barray_ptr * whole_image; member in struct:__anon21605
295 ((j_common_ptr) cinfo, coef->whole_image[compptr->component_index],
378 coef->whole_image = coef_arrays;
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 349 milliseconds

1 2