Backed out 3 changesets (bug 1790375) for causing wd failures on fetch_error.py....
[gecko.git] / third_party / jpeg-xl / lib / jpegli / encode_streaming.h
blob69acff4eaf2f21e6b7c83529a4258c0508004f73
1 // Copyright (c) the JPEG XL Project Authors. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style
4 // license that can be found in the LICENSE file.
6 #ifndef LIB_JPEGLI_ENCODE_STREAMING_H_
7 #define LIB_JPEGLI_ENCODE_STREAMING_H_
9 #include "lib/jpegli/encode_internal.h"
11 namespace jpegli {
13 void ComputeCoefficientsForiMCURow(j_compress_ptr cinfo);
15 void ComputeTokensForiMCURow(j_compress_ptr cinfo);
17 void WriteiMCURow(j_compress_ptr cinfo);
19 } // namespace jpegli
21 #endif // LIB_JPEGLI_ENCODE_STREAMING_H_