Home
last modified time | relevance | path

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

12

/third_party/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.c106 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup()
109 jdiv_round_up((long)cinfo->image_height * (long)compptr->v_samp_factor, in initial_setup()
122 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup()
125 jdiv_round_up((long)cinfo->image_height * (long)compptr->v_samp_factor, in initial_setup()
135 jdiv_round_up((long)cinfo->image_height, in initial_setup()
189 jdiv_round_up((long)cinfo->image_width, in per_scan_setup()
192 jdiv_round_up((long)cinfo->image_height, in per_scan_setup()
Djcmaster.c151 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()
154 jdiv_round_up((long)cinfo->_jpeg_height * (long)compptr->v_samp_factor, in initial_setup()
158 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()
161 jdiv_round_up((long)cinfo->_jpeg_height * (long)compptr->v_samp_factor, in initial_setup()
171 jdiv_round_up((long)cinfo->_jpeg_height, in initial_setup()
398 jdiv_round_up((long)cinfo->_jpeg_width, in per_scan_setup()
401 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.c217 (JDIMENSION)jdiv_round_up((long)(*xoffset + cinfo->output_width), in jpeg_crop_scanline()
228 (JDIMENSION)jdiv_round_up((long)(cinfo->output_width * in jpeg_crop_scanline()
240 (JDIMENSION)jdiv_round_up((long)((*xoffset + cinfo->output_width) * hsf), in jpeg_crop_scanline()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdmaster.c104 jdiv_round_up((long)cinfo->image_width, (long)DCTSIZE); in jpeg_core_output_dimensions()
106 jdiv_round_up((long)cinfo->image_height, (long)DCTSIZE); in jpeg_core_output_dimensions()
112 jdiv_round_up((long)cinfo->image_width * 2L, (long)DCTSIZE); in jpeg_core_output_dimensions()
114 jdiv_round_up((long)cinfo->image_height * 2L, (long)DCTSIZE); in jpeg_core_output_dimensions()
120 jdiv_round_up((long)cinfo->image_width * 3L, (long)DCTSIZE); in jpeg_core_output_dimensions()
122 jdiv_round_up((long)cinfo->image_height * 3L, (long)DCTSIZE); in jpeg_core_output_dimensions()
128 jdiv_round_up((long)cinfo->image_width * 4L, (long)DCTSIZE); in jpeg_core_output_dimensions()
130 jdiv_round_up((long)cinfo->image_height * 4L, (long)DCTSIZE); in jpeg_core_output_dimensions()
136 jdiv_round_up((long)cinfo->image_width * 5L, (long)DCTSIZE); in jpeg_core_output_dimensions()
138 jdiv_round_up((long)cinfo->image_height * 5L, (long)DCTSIZE); in jpeg_core_output_dimensions()
[all …]
Djdinput.c106 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup()
109 jdiv_round_up((long)cinfo->image_height * (long)compptr->v_samp_factor, in initial_setup()
122 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup()
125 jdiv_round_up((long)cinfo->image_height * (long)compptr->v_samp_factor, in initial_setup()
135 jdiv_round_up((long)cinfo->image_height, in initial_setup()
189 jdiv_round_up((long)cinfo->image_width, in per_scan_setup()
192 jdiv_round_up((long)cinfo->image_height, in per_scan_setup()
Djcmaster.c151 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()
154 jdiv_round_up((long)cinfo->_jpeg_height * (long)compptr->v_samp_factor, in initial_setup()
158 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()
161 jdiv_round_up((long)cinfo->_jpeg_height * (long)compptr->v_samp_factor, in initial_setup()
171 jdiv_round_up((long)cinfo->_jpeg_height, in initial_setup()
398 jdiv_round_up((long)cinfo->_jpeg_width, in per_scan_setup()
401 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.c217 (JDIMENSION)jdiv_round_up((long)(*xoffset + cinfo->output_width), in jpeg_crop_scanline()
228 (JDIMENSION)jdiv_round_up((long)(cinfo->output_width * in jpeg_crop_scanline()
240 (JDIMENSION)jdiv_round_up((long)((*xoffset + cinfo->output_width) * hsf), in jpeg_crop_scanline()
/third_party/flutter/skia/third_party/externals/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.c106 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup()
109 jdiv_round_up((long)cinfo->image_height * (long)compptr->v_samp_factor, in initial_setup()
122 jdiv_round_up((long)cinfo->image_width * (long)compptr->h_samp_factor, in initial_setup()
125 jdiv_round_up((long)cinfo->image_height * (long)compptr->v_samp_factor, in initial_setup()
135 jdiv_round_up((long)cinfo->image_height, in initial_setup()
189 jdiv_round_up((long)cinfo->image_width, in per_scan_setup()
192 jdiv_round_up((long)cinfo->image_height, in per_scan_setup()
Djcmaster.c151 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()
154 jdiv_round_up((long)cinfo->_jpeg_height * (long)compptr->v_samp_factor, in initial_setup()
158 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()
161 jdiv_round_up((long)cinfo->_jpeg_height * (long)compptr->v_samp_factor, in initial_setup()
171 jdiv_round_up((long)cinfo->_jpeg_height, in initial_setup()
398 jdiv_round_up((long)cinfo->_jpeg_width, in per_scan_setup()
401 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.c217 (JDIMENSION)jdiv_round_up((long)(*xoffset + cinfo->output_width), in jpeg_crop_scanline()
228 (JDIMENSION)jdiv_round_up((long)(cinfo->output_width * in jpeg_crop_scanline()
240 (JDIMENSION)jdiv_round_up((long)((*xoffset + cinfo->output_width) * hsf), in jpeg_crop_scanline()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/win/
Djpeg62-memsrcdst.def4 jdiv_round_up @ 3 ;
Djpeg62.def4 jdiv_round_up @ 3 ;
Djpeg7.def4 jdiv_round_up @ 3 ;
Djpeg8.def4 jdiv_round_up @ 3 ;
Djpeg7-memsrcdst.def4 jdiv_round_up @ 3 ;
/third_party/libjpeg-turbo/win/
Djpeg62.def4 jdiv_round_up @ 3 ;
Djpeg62-memsrcdst.def4 jdiv_round_up @ 3 ;
Djpeg7-memsrcdst.def4 jdiv_round_up @ 3 ;
Djpeg8.def4 jdiv_round_up @ 3 ;
Djpeg7.def4 jdiv_round_up @ 3 ;

12