|
RawSpeed
fast raw decoding library
|
#include "bitstreams/BitVacuumerMSB32.h"#include "adt/Array1DRef.h"#include "adt/Bit.h"#include "adt/Casts.h"#include "adt/PartitioningOutputIterator.h"#include "bitstreams/BitStreamPosition.h"#include "bitstreams/BitStreamerMSB32.h"#include "common/Common.h"#include <climits>#include <cstdint>#include <iterator>#include <utility>#include <vector>#include <gmock/gmock.h>#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| class | rawspeed::anonymous_namespace{BitVacuumerMSB32Test.cpp}::BitVacuumerMSB32Test |
Namespaces | |
| namespace | rawspeed |
| namespace | rawspeed::anonymous_namespace{BitVacuumerMSB32Test.cpp} |
Typedefs | |
| using | rawspeed::anonymous_namespace{BitVacuumerMSB32Test.cpp}::RecepieEntryType = std::pair<uint32_t, uint8_t> |
| using | rawspeed::anonymous_namespace{BitVacuumerMSB32Test.cpp}::RecepieType = std::vector<RecepieEntryType> |
| using | rawspeed::anonymous_namespace{BitVacuumerMSB32Test.cpp}::ResultType = std::vector<uint8_t> |
| using | rawspeed::anonymous_namespace{BitVacuumerMSB32Test.cpp}::valueType = std::pair<RecepieType, ResultType> |
Variables | |
| const std::vector< valueType > | rawspeed::anonymous_namespace{BitVacuumerMSB32Test.cpp}::values |