|
RawSpeed
fast raw decoding library
|
Functions | |
| template<typename Pump> | |
| void | BM_BitStreamer (benchmark::State &state, int fillSize, int Step) |
| void | CustomArguments (benchmark::internal::Benchmark *b) |
| template<typename PUMP> | |
| void | registerPump (const char *pumpName) |
Variables | |
| constexpr const int | STEP_MAX = 32 |
|
inline |
Definition at line 59 of file BitStreamerBenchmark.cpp.
References assert(), rawspeed::implicit_cast(), rawspeed::isAligned(), rawspeed::roundUp(), rawspeed::Array1DRef< T >::size(), and STEP_MAX.
Referenced by registerPump().
|
inline |
Definition at line 106 of file BitStreamerBenchmark.cpp.
References benchmarkDryRun().
Referenced by registerPump().
| void anonymous_namespace{BitStreamerBenchmark.cpp}::registerPump | ( | const char * | pumpName | ) |
Definition at line 122 of file BitStreamerBenchmark.cpp.
References BM_BitStreamer(), CustomArguments(), and STEP_MAX.
|
constexpr |
Definition at line 56 of file BitStreamerBenchmark.cpp.
Referenced by BM_BitStreamer(), and registerPump().