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

1 2

  /external/libjpeg-turbo/
jdsample.h 32 JSAMPARRAY color_buf[MAX_COMPONENTS];
35 upsample1_ptr methods[MAX_COMPONENTS];
41 int rowgroup_height[MAX_COMPONENTS];
46 UINT8 h_expand[MAX_COMPONENTS];
47 UINT8 v_expand[MAX_COMPONENTS];
jdcoefct.h 48 jvirt_barray_ptr whole_image[MAX_COMPONENTS];
jdmainct.h 21 JSAMPARRAY buffer[MAX_COMPONENTS];
turbojpeg.c 863 JSAMPLE *_tmpbuf[MAX_COMPONENTS], *_tmpbuf2[MAX_COMPONENTS];
864 JSAMPROW *tmpbuf[MAX_COMPONENTS], *tmpbuf2[MAX_COMPONENTS];
865 JSAMPROW *outbuf[MAX_COMPONENTS];
866 int row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS];
875 for(i=0; i<MAX_COMPONENTS; i++)
1008 for(i=0; i<MAX_COMPONENTS; i++)
1078 int i, row, retval=0, alloc=1; JSAMPROW *inbuf[MAX_COMPONENTS];
    [all...]
jcparam.c 196 MAX_COMPONENTS * sizeof(jpeg_component_info));
391 if (cinfo->num_components < 1 || cinfo->num_components > MAX_COMPONENTS)
393 MAX_COMPONENTS);
jpegint.h 158 JDIMENSION first_MCU_col[MAX_COMPONENTS];
159 JDIMENSION last_MCU_col[MAX_COMPONENTS];
242 inverse_DCT_method_ptr inverse_DCT[MAX_COMPONENTS];
jcmainct.c 35 JSAMPARRAY buffer[MAX_COMPONENTS];
jmorecfg.h 27 #define MAX_COMPONENTS 10 /* maximum number of image components */
rdswitch.c 368 for (ci = 0; ci < MAX_COMPONENTS; ci++) {
402 for (ci = 0; ci < MAX_COMPONENTS; ci++) {
jcmaster.c 118 if (cinfo->num_components > MAX_COMPONENTS)
120 MAX_COMPONENTS);
185 boolean component_sent[MAX_COMPONENTS];
188 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
jddctmgr.c 59 int cur_method[MAX_COMPONENTS];
jctrans.c 113 if (dstinfo->num_components < 1 || dstinfo->num_components > MAX_COMPONENTS)
115 MAX_COMPONENTS);
jdinput.c 60 if (cinfo->num_components > MAX_COMPONENTS)
62 MAX_COMPONENTS);
jcprepct.c 62 JSAMPARRAY color_buf[MAX_COMPONENTS];
  /external/libmpeg2/common/
icv.h 91 #define MAX_COMPONENTS 4
97 UWORD8 *apu1_buf[MAX_COMPONENTS];
100 WORD32 ai4_wd[MAX_COMPONENTS];
103 WORD32 ai4_ht[MAX_COMPONENTS];
106 WORD32 ai4_strd[MAX_COMPONENTS];
  /external/pdfium/third_party/libjpeg/
jmorecfg.h 38 #define MAX_COMPONENTS 10 /* maximum number of image components */
fpdfapi_jdsample.c 43 JSAMPARRAY color_buf[MAX_COMPONENTS];
46 upsample1_ptr methods[MAX_COMPONENTS];
52 int rowgroup_height[MAX_COMPONENTS];
57 UINT8 h_expand[MAX_COMPONENTS];
58 UINT8 v_expand[MAX_COMPONENTS];
fpdfapi_jcmainct.c 40 JSAMPARRAY buffer[MAX_COMPONENTS];
46 jvirt_sarray_ptr whole_image[MAX_COMPONENTS];
fpdfapi_jcmaster.c 75 if (cinfo->num_components > MAX_COMPONENTS)
77 MAX_COMPONENTS);
138 boolean component_sent[MAX_COMPONENTS];
141 int last_bitpos[MAX_COMPONENTS][DCTSIZE2];
fpdfapi_jddctmgr.c 51 int cur_method[MAX_COMPONENTS];
fpdfapi_jctrans.c 103 if (dstinfo->num_components < 1 || dstinfo->num_components > MAX_COMPONENTS)
105 MAX_COMPONENTS);
fpdfapi_jdinput.c 55 if (cinfo->num_components > MAX_COMPONENTS)
57 MAX_COMPONENTS);
fpdfapi_jcparam.c 283 MAX_COMPONENTS * SIZEOF(jpeg_component_info));
459 if (cinfo->num_components < 1 || cinfo->num_components > MAX_COMPONENTS)
461 MAX_COMPONENTS);
  /external/libjpeg-turbo/simd/
jsimd_mips.c 105 JSAMPARRAY color_buf[MAX_COMPONENTS];
106 upsample1_ptr methods[MAX_COMPONENTS];
109 int rowgroup_height[MAX_COMPONENTS];
110 UINT8 h_expand[MAX_COMPONENTS];
111 UINT8 v_expand[MAX_COMPONENTS];
  /external/ImageMagick/coders/
jpeg.c     [all...]

Completed in 436 milliseconds

1 2