Searched refs:jdiv_round_up (Results 1 – 12 of 12) sorted by relevance
/external/libjpeg-turbo/ |
D | jdmaster.c | 116 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 …]
|
D | jdinput.c | 104 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()
|
D | jcmaster.c | 149 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()
|
D | jutils.c | 75 jdiv_round_up (long a, long b) in jdiv_round_up() function
|
D | jdapistd.c | 216 (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()
|
D | jpegint.h | 344 EXTERN(long) jdiv_round_up (long a, long b);
|
D | transupp.c | 1099 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/ |
D | jpeg8.def | 4 jdiv_round_up @ 3 ;
|
D | jpeg62.def | 4 jdiv_round_up @ 3 ;
|
D | jpeg7.def | 4 jdiv_round_up @ 3 ;
|
D | jpeg7-memsrcdst.def | 4 jdiv_round_up @ 3 ;
|
D | jpeg62-memsrcdst.def | 4 jdiv_round_up @ 3 ;
|