Backed out 3 changesets (bug 1790375) for causing wd failures on fetch_error.py....
[gecko.git] / third_party / jpeg-xl / lib / jpegli / encode_finish.h
blobf6862decb9243a042d924fbe435890318e099376
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_FINISH_H_
7 #define LIB_JPEGLI_ENCODE_FINISH_H_
9 #include "lib/jpegli/encode_internal.h"
11 namespace jpegli {
13 void QuantizetoPSNR(j_compress_ptr cinfo);
15 } // namespace jpegli
17 #endif // LIB_JPEGLI_ENCODE_FINISH_H_