RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
PrefixCodeDecoder.h
Go to the documentation of this file.
1
/*
2
RawSpeed - RAW file decoder.
3
4
Copyright (C) 2018 Roman Lebedev
5
6
This library is free software; you can redistribute it and/or
7
modify it under the terms of the GNU Lesser General Public
8
License as published by the Free Software Foundation; either
9
version 2 of the License, or (at your option) any later version.
10
11
This library is distributed in the hope that it will be useful,
12
but WITHOUT ANY WARRANTY; without even the implied warranty of
13
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14
Lesser General Public License for more details.
15
16
You should have received a copy of the GNU Lesser General Public
17
License along with this library; if not, write to the Free Software
18
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19
*/
20
21
#pragma once
22
23
// IWYU pragma: begin_exports
24
25
#include "
codes/AbstractPrefixCode.h
"
26
#include "
codes/PrefixCodeLUTDecoder.h
"
27
#include "
codes/PrefixCodeLookupDecoder.h
"
28
// #include "codes/PrefixCodeLookupDecoder.h"
29
// #include "codes/PrefixCodeTreeDecoder.h"
30
// #include "codes/PrefixCodeVectorDecoder.h"
31
32
// IWYU pragma: end_exports
33
34
namespace
rawspeed
{
35
36
template
<
typename
CodeTag = BaselineCodeTag>
37
using
PrefixCodeDecoder
=
38
PrefixCodeLUTDecoder<CodeTag, PrefixCodeLookupDecoder<CodeTag>
>;
39
40
// template <typename CodeTag>
41
// using PrefixCodeDecoder = PrefixCodeLookupDecoder<CodeTag>;
42
43
// template <typename CodeTag>
44
// using PrefixCodeDecoder = PrefixCodeTreeDecoder<CodeTag>;
45
46
// template <typename CodeTag>
47
// using PrefixCodeDecoder = PrefixCodeVectorDecoder<CodeTag>;
48
49
}
// namespace rawspeed
AbstractPrefixCode.h
PrefixCodeLUTDecoder.h
PrefixCodeLookupDecoder.h
rawspeed::PrefixCodeLUTDecoder
Definition
PrefixCodeLUTDecoder.h:71
rawspeed
Definition
CoalescingOutputIteratorBenchmark.cpp:35
rawspeed::PrefixCodeDecoder
PrefixCodeLUTDecoder< CodeTag, PrefixCodeLookupDecoder< CodeTag > > PrefixCodeDecoder
Definition
PrefixCodeDecoder.h:37
librawspeed
codes
PrefixCodeDecoder.h
Generated by
1.15.0