RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
BitVacuumerJPEGTest.cpp File Reference
#include "bitstreams/BitVacuumerJPEG.h"
#include "adt/Array1DRef.h"
#include "adt/Casts.h"
#include "adt/PartitioningOutputIterator.h"
#include "bitstreams/BitStreamerJPEG.h"
#include <cstdint>
#include <iterator>
#include <utility>
#include <vector>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
Include dependency graph for BitVacuumerJPEGTest.cpp:

Go to the source code of this file.

Classes

class  rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::BitVacuumerJPEGTest

Namespaces

namespace  rawspeed
namespace  rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}

Typedefs

using rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::RecepieEntryType = std::pair<uint32_t, uint8_t>
using rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::RecepieType = std::vector<RecepieEntryType>
using rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::ResultType = std::vector<uint8_t>
using rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::valueType = std::pair<RecepieType, ResultType>

Functions

 rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::INSTANTIATE_TEST_SUITE_P (Patterns, BitVacuumerJPEGTest, ::testing::ValuesIn(values))
ResultType rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::synthesizeBitstream (const RecepieType &recepie)
 rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::TEST_P (BitVacuumerJPEGTest, Synthesis)
 rawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::TEST_P (BitVacuumerJPEGTest, Dissolution)

Variables

const std::vector< valueTyperawspeed::anonymous_namespace{BitVacuumerJPEGTest.cpp}::values