Searched refs:jpeg_stream (Results 1 – 1 of 1) sorted by relevance
60 struct jpeg_stream { struct66 static int jpeg_get_byte(struct jpeg_stream *stream) in jpeg_get_byte() argument75 static int jpeg_get_word_be(struct jpeg_stream *stream) in jpeg_get_word_be()88 static int jpeg_skip(struct jpeg_stream *stream, size_t len) in jpeg_skip()98 static int jpeg_next_marker(struct jpeg_stream *stream) in jpeg_next_marker()114 static int jpeg_reference_segment(struct jpeg_stream *stream, in jpeg_reference_segment()155 static int jpeg_parse_frame_header(struct jpeg_stream *stream, u16 sof_marker, in jpeg_parse_frame_header()251 static int jpeg_parse_scan_header(struct jpeg_stream *stream, in jpeg_parse_scan_header()304 static int jpeg_parse_quantization_tables(struct jpeg_stream *stream, in jpeg_parse_quantization_tables()358 static int jpeg_parse_huffman_tables(struct jpeg_stream *stream, in jpeg_parse_huffman_tables()[all …]