Searched refs:jpeg_stream (Results 1 – 1 of 1) sorted by relevance
59 struct jpeg_stream { struct65 static int jpeg_get_byte(struct jpeg_stream *stream) in jpeg_get_byte() argument74 static int jpeg_get_word_be(struct jpeg_stream *stream) in jpeg_get_word_be()87 static int jpeg_skip(struct jpeg_stream *stream, size_t len) in jpeg_skip()97 static int jpeg_next_marker(struct jpeg_stream *stream) in jpeg_next_marker()113 static int jpeg_reference_segment(struct jpeg_stream *stream, in jpeg_reference_segment()154 static int jpeg_parse_frame_header(struct jpeg_stream *stream, u16 sof_marker, in jpeg_parse_frame_header()250 static int jpeg_parse_scan_header(struct jpeg_stream *stream, in jpeg_parse_scan_header()303 static int jpeg_parse_quantization_tables(struct jpeg_stream *stream, in jpeg_parse_quantization_tables()357 static int jpeg_parse_huffman_tables(struct jpeg_stream *stream, in jpeg_parse_huffman_tables()[all …]