Searched refs:DNL (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjpegformat.h | 72 #define DNL 0xdc /* Number of lines */ macro
|
/third_party/ffmpeg/libavcodec/ |
D | mjpeg.h | 74 DNL = 0xdc, /* define number of lines */ enumerator
|
/third_party/uboot/u-boot-2020.01/product/hiosd/dec/ |
D | jpegd.h | 60 #define DNL 0xDC macro
|
D | jpegd.c | 274 case DNL: { in jpegd_dec_frame()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | structure.txt | 855 *** Implications of DNL marker *** 857 Some JPEG files may use a DNL marker to postpone definition of the image 864 2. When the DNL is found, update the image height in the global image 880 with a DNL to give the true, smaller height at the end of the first scan. 882 However, it implies that you don't even know whether DNL will be used. 885 1. Testing for a DNL marker must occur in the inner loop of the decompressor's 890 library would suffer a complexity penalty whether it cared about DNL or 892 We currently do not support DNL because of these problems. 894 A different approach is to insist that DNL-using files be preprocessed by a 895 separate program that reads ahead to the DNL, then goes back and fixes the SOF [all …]
|
D | libjpeg.txt | 100 * DNL marker
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | structure.txt | 851 *** Implications of DNL marker *** 853 Some JPEG files may use a DNL marker to postpone definition of the image 860 2. When the DNL is found, update the image height in the global image 876 with a DNL to give the true, smaller height at the end of the first scan. 878 However, it implies that you don't even know whether DNL will be used. 881 1. Testing for a DNL marker must occur in the inner loop of the decompressor's 886 library would suffer a complexity penalty whether it cared about DNL or 888 We currently do not support DNL because of these problems. 890 A different approach is to insist that DNL-using files be preprocessed by a 891 separate program that reads ahead to the DNL, then goes back and fixes the SOF [all …]
|
D | libjpeg.txt | 100 * DNL marker
|
/third_party/libjpeg/ |
D | structure.txt | 893 *** Implications of DNL marker *** 895 Some JPEG files may use a DNL marker to postpone definition of the image 902 2. When the DNL is found, update the image height in the global image 918 with a DNL to give the true, smaller height at the end of the first scan. 920 However, it implies that you don't even know whether DNL will be used. 923 1. Testing for a DNL marker must occur in the inner loop of the decompressor's 928 library would suffer a complexity penalty whether it cared about DNL or 930 We currently do not support DNL because of these problems. 932 A different approach is to insist that DNL-using files be preprocessed by a 933 separate program that reads ahead to the DNL, then goes back and fixes the SOF [all …]
|
D | libjpeg.txt | 96 * DNL marker
|