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

1 2

  /external/opencv3/3rdparty/libjpeg/
jdinput.c 60 jdiv_round_up((long) cinfo->image_width, (long) cinfo->block_size);
62 jdiv_round_up((long) cinfo->image_height, (long) cinfo->block_size);
68 jdiv_round_up((long) cinfo->image_width * 2L, (long) cinfo->block_size);
70 jdiv_round_up((long) cinfo->image_height * 2L, (long) cinfo->block_size);
76 jdiv_round_up((long) cinfo->image_width * 3L, (long) cinfo->block_size);
78 jdiv_round_up((long) cinfo->image_height * 3L, (long) cinfo->block_size);
84 jdiv_round_up((long) cinfo->image_width * 4L, (long) cinfo->block_size);
86 jdiv_round_up((long) cinfo->image_height * 4L, (long) cinfo->block_size);
92 jdiv_round_up((long) cinfo->image_width * 5L, (long) cinfo->block_size);
94 jdiv_round_up((long) cinfo->image_height * 5L, (long) cinfo->block_size)
    [all...]
jcmaster.c 77 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 2L);
79 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 2L);
85 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 3L);
87 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 3L);
93 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 4L);
95 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 4L);
101 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 5L);
103 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 5L);
109 jdiv_round_up((long) cinfo->image_width * cinfo->block_size, 6L);
111 jdiv_round_up((long) cinfo->image_height * cinfo->block_size, 6L)
    [all...]
jutils.c 124 jdiv_round_up (long a, long b) function
jdmaster.c 143 jdiv_round_up((long) cinfo->image_width *
147 jdiv_round_up((long) cinfo->image_height *
jpegint.h 322 #define jdiv_round_up jDivRound macro
397 EXTERN(long) jdiv_round_up JPP((long a, long b));
  /external/libjpeg-turbo/
jdmaster.c 104 jdiv_round_up((long) cinfo->image_width, (long) DCTSIZE);
106 jdiv_round_up((long) cinfo->image_height, (long) DCTSIZE);
112 jdiv_round_up((long) cinfo->image_width * 2L, (long) DCTSIZE);
114 jdiv_round_up((long) cinfo->image_height * 2L, (long) DCTSIZE);
120 jdiv_round_up((long) cinfo->image_width * 3L, (long) DCTSIZE);
122 jdiv_round_up((long) cinfo->image_height * 3L, (long) DCTSIZE);
128 jdiv_round_up((long) cinfo->image_width * 4L, (long) DCTSIZE);
130 jdiv_round_up((long) cinfo->image_height * 4L, (long) DCTSIZE);
136 jdiv_round_up((long) cinfo->image_width * 5L, (long) DCTSIZE);
138 jdiv_round_up((long) cinfo->image_height * 5L, (long) DCTSIZE)
    [all...]
jutils.c 74 jdiv_round_up (long a, long b) function
jdinput.c 104 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
107 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
120 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
123 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
133 jdiv_round_up((long) cinfo->image_height,
187 jdiv_round_up((long) cinfo->image_width,
190 jdiv_round_up((long) cinfo->image_height,
jcmaster.c 137 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
140 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor,
144 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
147 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor,
157 jdiv_round_up((long) cinfo->_jpeg_height,
385 jdiv_round_up((long) cinfo->_jpeg_width,
388 jdiv_round_up((long) cinfo->_jpeg_height,
jdapistd.c 211 (JDIMENSION) jdiv_round_up((long) (*xoffset + cinfo->output_width),
219 (JDIMENSION) jdiv_round_up((long) (cinfo->output_width *
232 (JDIMENSION) jdiv_round_up((long) ((*xoffset + cinfo->output_width) *
jpegint.h 344 EXTERN(long) jdiv_round_up (long a, long b);
transupp.c     [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdinput.c 85 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
88 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
96 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
99 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
109 jdiv_round_up((long) cinfo->image_height,
163 jdiv_round_up((long) cinfo->image_width,
166 jdiv_round_up((long) cinfo->image_height,
fpdfapi_jdmaster.c 102 jdiv_round_up((long) cinfo->image_width, 8L);
104 jdiv_round_up((long) cinfo->image_height, 8L);
109 jdiv_round_up((long) cinfo->image_width, 4L);
111 jdiv_round_up((long) cinfo->image_height, 4L);
116 jdiv_round_up((long) cinfo->image_width, 2L);
118 jdiv_round_up((long) cinfo->image_height, 2L);
151 jdiv_round_up((long) cinfo->image_width *
155 jdiv_round_up((long) cinfo->image_height *
fpdfapi_jutils.c 72 jdiv_round_up (long a, long b) function
fpdfapi_jcmaster.c 102 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
105 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
109 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
112 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
122 jdiv_round_up((long) cinfo->image_height,
350 jdiv_round_up((long) cinfo->image_width,
353 jdiv_round_up((long) cinfo->image_height,
jpegint.h 323 #define jdiv_round_up jDivRound macro
371 EXTERN(long) jdiv_round_up JPP((long a, long b));
jpeglib.h 20 #define jdiv_round_up FOXIT_PREFIX(jdiv_round_up) macro
    [all...]
  /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 586 milliseconds

1 2