Searched refs:_jpeg_width (Results 1 – 10 of 10) sorted by relevance
/third_party/libjpeg-turbo/ |
D | jpegcomp.h | 20 #define _jpeg_width jpeg_width macro 29 #define _jpeg_width image_width macro
|
D | jcmaster.c | 98 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0 || in initial_setup() 104 (long)cinfo->_jpeg_width > (long)JPEG_MAX_DIMENSION) in initial_setup() 151 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup() 158 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup() 398 jdiv_round_up((long)cinfo->_jpeg_width, in per_scan_setup()
|
D | jcmarker.c | 299 if ((long)cinfo->_jpeg_height > 65535L || (long)cinfo->_jpeg_width > 65535L) in emit_sof() 304 emit_2bytes(cinfo, (int)cinfo->_jpeg_width); in emit_sof()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jpegcomp.h | 20 #define _jpeg_width jpeg_width macro 29 #define _jpeg_width image_width macro
|
D | jcmaster.c | 98 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0 || in initial_setup() 104 (long)cinfo->_jpeg_width > (long)JPEG_MAX_DIMENSION) in initial_setup() 151 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup() 158 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup() 398 jdiv_round_up((long)cinfo->_jpeg_width, in per_scan_setup()
|
D | jcmarker.c | 299 if ((long)cinfo->_jpeg_height > 65535L || (long)cinfo->_jpeg_width > 65535L) in emit_sof() 304 emit_2bytes(cinfo, (int)cinfo->_jpeg_width); in emit_sof()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jpegcomp.h | 20 #define _jpeg_width jpeg_width macro 30 #define _jpeg_width image_width macro
|
D | jcmaster.c | 98 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0 || in initial_setup() 104 (long)cinfo->_jpeg_width > (long)JPEG_MAX_DIMENSION) in initial_setup() 151 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup() 158 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup() 398 jdiv_round_up((long)cinfo->_jpeg_width, in per_scan_setup()
|
D | jcmarker.c | 299 if ((long)cinfo->_jpeg_height > 65535L || (long)cinfo->_jpeg_width > 65535L) in emit_sof() 304 emit_2bytes(cinfo, (int)cinfo->_jpeg_width); in emit_sof()
|
D | transupp.c | 364 if (dstinfo->_jpeg_width > srcinfo->output_width) { in do_crop_ext_zero()
|