Searched refs:jpeg_stream (Results 1 – 1 of 1) sorted by relevance
176 struct jpeg_stream { struct182 static int jpeg_get_byte(struct jpeg_stream *stream) in jpeg_get_byte() argument191 static int jpeg_get_word_be(struct jpeg_stream *stream) in jpeg_get_word_be()204 static int jpeg_skip(struct jpeg_stream *stream, size_t len) in jpeg_skip()214 static int jpeg_next_marker(struct jpeg_stream *stream) in jpeg_next_marker()230 static int jpeg_reference_segment(struct jpeg_stream *stream, in jpeg_reference_segment()271 static int jpeg_parse_frame_header(struct jpeg_stream *stream, u16 sof_marker, in jpeg_parse_frame_header()367 static int jpeg_parse_scan_header(struct jpeg_stream *stream, in jpeg_parse_scan_header()420 static int jpeg_parse_quantization_tables(struct jpeg_stream *stream, in jpeg_parse_quantization_tables()474 static int jpeg_parse_huffman_tables(struct jpeg_stream *stream, in jpeg_parse_huffman_tables()[all …]