summaryrefslogtreecommitdiffstats
path: root/third_party/jpeg-xl/lib/jxl/fast_dct.h
blob: 641933d8a0843bf76198400321811d4785dfc1d8 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) the JPEG XL Project Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

namespace jxl {
void BenchmarkFloatIDCT32x32();
void BenchmarkFastIDCT32x32();
}  // namespace jxl