Backed out 3 changesets (bug 1790375) for causing wd failures on fetch_error.py....
[gecko.git] / third_party / jpeg-xl / lib / jpegli / idct.h
blobc2ec6d18dc85955736612d3b84361e861369fd94
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_IDCT_H_
7 #define LIB_JPEGLI_IDCT_H_
9 #include "lib/jpegli/common.h"
10 #include "lib/jxl/base/compiler_specific.h"
12 namespace jpegli {
14 void ChooseInverseTransform(j_decompress_ptr cinfo);
16 } // namespace jpegli
18 #endif // LIB_JPEGLI_IDCT_H_