|
RawSpeed
fast raw decoding library
|
#include "bitstreams/BitVacuumerJPEG.h"#include "adt/Array1DRef.h"#include "adt/Casts.h"#include "adt/CoalescingOutputIterator.h"#include "adt/DefaultInitAllocatorAdaptor.h"#include "adt/Optional.h"#include "adt/PartitioningOutputIterator.h"#include "bench/Common.h"#include "bitstreams/BitStreamJPEGUtils.h"#include "bitstreams/BitVacuumerMSB.h"#include "common/Common.h"#include <cassert>#include <cstddef>#include <cstdint>#include <iterator>#include <memory>#include <type_traits>#include <vector>#include <benchmark/benchmark.h>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | rawspeed |
| namespace | rawspeed::anonymous_namespace{BitVacuumerJPEGBenchmark.cpp} |
Macros | |
| #define | BENCHMARK_TEMPLATE2_CAPTURE(func, a, b, test_case_name, ...) |
| #define | GEN(A, B, C, D) |
| #define | GEN_T(A, C, D) |
Typedefs | |
| using | rawspeed::anonymous_namespace{BitVacuumerJPEGBenchmark.cpp}::NoCoalescing = C<false, uint8_t> |
| template<typename T> | |
| using | rawspeed::anonymous_namespace{BitVacuumerJPEGBenchmark.cpp}::CoalesceTo = C<true, T> |
| #define BENCHMARK_TEMPLATE2_CAPTURE | ( | func, | |
| a, | |||
| b, | |||
| test_case_name, | |||
| ... ) |
Definition at line 167 of file BitVacuumerJPEGBenchmark.cpp.
| #define GEN | ( | A, | |
| B, | |||
| C, | |||
| D ) |
Definition at line 177 of file BitVacuumerJPEGBenchmark.cpp.
| #define GEN_T | ( | A, | |
| C, | |||
| D ) |
Definition at line 180 of file BitVacuumerJPEGBenchmark.cpp.
| BENCHMARK_MAIN | ( | ) |