Home
last modified time | relevance | path

Searched refs:RST0 (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegformat.h56 #define RST0 0xd0 /* Restart ... */ macro
Dgstjifmux.c282 case RST0: in gst_jif_mux_parse_image()
Dgstjpegparse.c185 if (tag == SOS || (tag >= RST0 && tag <= RST7)) in gst_jpeg_parse_parse_tag_has_entropy_segment()
/third_party/ffmpeg/libavcodec/
Dmjpeg.h61 RST0 = 0xd0, enumerator
Dmjpegenc_common.c577 put_marker(pbc, RST0 + (mb_y&7)); in ff_mjpeg_encode_stuffing()
Dmjpegdec.c2244 if (x < RST0 || x > RST7) { in ff_mjpeg_find_marker()
2383 if (start_code >= RST0 && start_code <= RST7) { in ff_mjpeg_decode_frame()
/third_party/uboot/u-boot-2020.01/product/hiosd/dec/
Djpegd.h48 #define RST0 0xD0 macro