Searched refs:DQT (Results 1 – 20 of 20) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjpegformat.h | 71 #define DQT 0xdb /* Quantisation Table(s) */ macro
|
D | gstjifmux.c | 449 case DQT: in gst_jif_mux_mangle_markers()
|
D | gstjpegparse.c | 626 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 | cbs_jpeg.c | 316 SEGMENT(DQT, JPEGRawQuantisationTableSpecification, dqt, NULL); in cbs_jpeg_read_unit() 372 SEGMENT(DQT, dqt); in cbs_jpeg_write_segment()
|
D | mjpegbdec.c | 90 s->start_code = DQT; in mjpegb_decode_frame()
|
D | mxpegdec.c | 223 case DQT: in mxpeg_decode_frame()
|
D | mjpegenc_common.c | 79 put_marker(p, DQT); in jpeg_table_header()
|
D | mjpegdec.c | 2461 } else if (start_code == DQT) { in ff_mjpeg_receive_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 | 790 case DQT: in jpeg_probe()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | va_private.h | 63 #define DQT (4 + 4 * 65) macro 68 #define MAX_MJPEG_SLICE_HEADER_SIZE (SOI + DQT + DHT + DRI + SOF + SOS)
|
/third_party/libjpeg-turbo/ |
D | change.log | 210 djpeg's trace capability now dumps DQT tables in natural order, not zigzag
|
D | libjpeg.txt | 2373 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|
/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/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
|