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