Line | Count | Source (jump to first uncovered line) |
1 | #include "ImfHeader.h" | |
2 | #include "ImfNamespace.h" | |
3 | #include "ImfExport.h" | |
4 | ||
5 | #include <cstddef> | |
6 | ||
7 | OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_ENTER | |
8 | ||
9 | ||
10 | const unsigned short* get_dwaCompressorNoOp(); | |
11 | const unsigned short* get_dwaCompressorToLinear(); | |
12 | const unsigned short* get_dwaCompressorToNonlinear(); | |
13 | ||
14 | //const unsigned int* get_closestDataOffset(); | |
15 | //const unsigned short* get_closestData(); | |
16 | static inline | |
17 | const unsigned short* get_dwaClosest(int idx) | |
18 | 0 | { |
19 | 0 | throw std::runtime_error("OpenEXR: DW* compression tables are not available"); |
20 | 0 | } Unexecuted instantiation: ImfDwaCompressor.cpp:Imf_opencv::get_dwaClosest(int) Unexecuted instantiation: dwaLookups.cpp:Imf_opencv::get_dwaClosest(int) |
21 | ||
22 | OPENEXR_IMF_INTERNAL_NAMESPACE_HEADER_EXIT |