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

  /external/libjpeg-turbo/
jdmaster.c 116 jdiv_round_up((long) cinfo->image_width, (long) DCTSIZE);
118 jdiv_round_up((long) cinfo->image_height, (long) DCTSIZE);
124 jdiv_round_up((long) cinfo->image_width * 2L, (long) DCTSIZE);
126 jdiv_round_up((long) cinfo->image_height * 2L, (long) DCTSIZE);
132 jdiv_round_up((long) cinfo->image_width * 3L, (long) DCTSIZE);
134 jdiv_round_up((long) cinfo->image_height * 3L, (long) DCTSIZE);
140 jdiv_round_up((long) cinfo->image_width * 4L, (long) DCTSIZE);
142 jdiv_round_up((long) cinfo->image_height * 4L, (long) DCTSIZE);
148 jdiv_round_up((long) cinfo->image_width * 5L, (long) DCTSIZE);
150 jdiv_round_up((long) cinfo->image_height * 5L, (long) DCTSIZE)
    [all...]
jutils.c 75 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 149 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
152 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor,
156 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
159 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor,
169 jdiv_round_up((long) cinfo->_jpeg_height,
397 jdiv_round_up((long) cinfo->_jpeg_width,
400 jdiv_round_up((long) cinfo->_jpeg_height,
jdapistd.c 213 (JDIMENSION) jdiv_round_up((long) (*xoffset + cinfo->output_width),
221 (JDIMENSION) jdiv_round_up((long) (cinfo->output_width *
234 (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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 154 milliseconds