Home
last modified time | relevance | path

Searched refs:jdiv_round_up (Results 1 – 12 of 12) sorted by relevance

/external/libjpeg-turbo/
Djdmaster.c116 jdiv_round_up((long) cinfo->image_width, (long) DCTSIZE); in jpeg_core_output_dimensions()
118 jdiv_round_up((long) cinfo->image_height, (long) DCTSIZE); in jpeg_core_output_dimensions()
124 jdiv_round_up((long) cinfo->image_width * 2L, (long) DCTSIZE); in jpeg_core_output_dimensions()
126 jdiv_round_up((long) cinfo->image_height * 2L, (long) DCTSIZE); in jpeg_core_output_dimensions()
132 jdiv_round_up((long) cinfo->image_width * 3L, (long) DCTSIZE); in jpeg_core_output_dimensions()
134 jdiv_round_up((long) cinfo->image_height * 3L, (long) DCTSIZE); in jpeg_core_output_dimensions()
140 jdiv_round_up((long) cinfo->image_width * 4L, (long) DCTSIZE); in jpeg_core_output_dimensions()
142 jdiv_round_up((long) cinfo->image_height * 4L, (long) DCTSIZE); in jpeg_core_output_dimensions()
148 jdiv_round_up((long) cinfo->image_width * 5L, (long) DCTSIZE); in jpeg_core_output_dimensions()
150 jdiv_round_up((long) cinfo->image_height * 5L, (long) DCTSIZE); in jpeg_core_output_dimensions()
[all …]
Djdinput.c104 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor, in initial_setup()
107 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor, in initial_setup()
120 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor, in initial_setup()
123 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor, in initial_setup()
133 jdiv_round_up((long) cinfo->image_height, in initial_setup()
187 jdiv_round_up((long) cinfo->image_width, in per_scan_setup()
190 jdiv_round_up((long) cinfo->image_height, in per_scan_setup()
Djcmaster.c149 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor, in initial_setup()
152 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor, in initial_setup()
156 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor, in initial_setup()
159 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor, in initial_setup()
169 jdiv_round_up((long) cinfo->_jpeg_height, in initial_setup()
397 jdiv_round_up((long) cinfo->_jpeg_width, in per_scan_setup()
400 jdiv_round_up((long) cinfo->_jpeg_height, in per_scan_setup()
Djutils.c75 jdiv_round_up (long a, long b) in jdiv_round_up() function
Djdapistd.c216 (JDIMENSION) jdiv_round_up((long) (*xoffset + cinfo->output_width), in jpeg_crop_scanline()
227 (JDIMENSION) jdiv_round_up((long) (cinfo->output_width * in jpeg_crop_scanline()
239 (JDIMENSION) jdiv_round_up((long) ((*xoffset + cinfo->output_width) * in jpeg_crop_scanline()
Djpegint.h344 EXTERN(long) jdiv_round_up (long a, long b);
Dtransupp.c1099 jdiv_round_up((long) info->output_width, in jtransform_request_workspace()
1102 jdiv_round_up((long) info->output_height, in jtransform_request_workspace()
/external/libjpeg-turbo/win/
Djpeg8.def4 jdiv_round_up @ 3 ;
Djpeg62.def4 jdiv_round_up @ 3 ;
Djpeg7.def4 jdiv_round_up @ 3 ;
Djpeg7-memsrcdst.def4 jdiv_round_up @ 3 ;
Djpeg62-memsrcdst.def4 jdiv_round_up @ 3 ;