Searched refs:DQT (Results 1 – 21 of 21) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjpegformat.h | 71 #define DQT 0xdb /* Quantisation Table(s) */ macro
|
D | gstjifmux.c | 447 case DQT: in gst_jif_mux_mangle_markers()
|
D | gstjpegparse.c | 624 case DQT: in gst_jpeg_parse_read_header()
|
/third_party/ffmpeg/libavcodec/ |
D | mjpeg.h | 73 DQT = 0xdb, /* define quantization tables */ enumerator
|
D | mjpega_dump_header_bsf.c | 68 case DQT: dqt = i + 46; break; in mjpega_dump_header()
|
D | mjpegbdec.c | 90 s->start_code = DQT; in mjpegb_decode_frame()
|
D | cbs_jpeg.c | 316 SEGMENT(DQT, JPEGRawQuantisationTableSpecification, dqt, NULL); in cbs_jpeg_read_unit() 372 SEGMENT(DQT, dqt); in cbs_jpeg_write_segment()
|
D | mxpegdec.c | 222 case DQT: in mxpeg_decode_frame()
|
D | mjpegenc_common.c | 107 put_marker(p, DQT); in jpeg_table_header()
|
D | mjpegdec.c | 2396 } else if (start_code == DQT) { in ff_mjpeg_decode_frame()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/dec/ |
D | jpegd.h | 59 #define DQT 0xDB macro
|
D | jpegd.c | 263 case DQT: { in jpegd_dec_frame()
|
/third_party/ffmpeg/libavformat/ |
D | rtpenc_jpeg.c | 67 if (buf[i + 1] == DQT) { in ff_rtp_send_jpeg()
|
D | rtpdec_jpeg.c | 129 jpeg_put_marker(&pbc, DQT); in jpeg_create_header()
|
D | img2dec.c | 776 case DQT: in jpeg_probe()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | change.log | 210 djpeg's trace capability now dumps DQT tables in natural order, not zigzag
|
D | libjpeg.txt | 2384 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|
/third_party/libjpeg/ |
D | change.log | 376 djpeg's trace capability now dumps DQT tables in natural order, not zigzag
|
D | libjpeg.txt | 2295 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|
/third_party/libexif/ |
D | ChangeLog | 534 * libexif/exif-loader.c: DHT & DQT markers are now properly
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 2366 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|