RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
Dual.cpp File Reference
#include "adt/Array1DRef.h"
#include "adt/Casts.h"
#include "bitstreams/BitStreamerJPEG.h"
#include "bitstreams/BitStreamerMSB.h"
#include "bitstreams/BitStreamerMSB32.h"
#include "codes/PrefixCodeDecoder.h"
#include "codes/PrefixCodeDecoder/Common.h"
#include "codes/PrefixCodeLUTDecoder.h"
#include "codes/PrefixCodeLookupDecoder.h"
#include "codes/PrefixCodeTreeDecoder.h"
#include "codes/PrefixCodeVectorDecoder.h"
#include "io/Buffer.h"
#include "io/ByteStream.h"
#include "io/Endianness.h"
#include "io/IOException.h"
#include <cassert>
#include <cstdint>
#include <cstdio>
Include dependency graph for Dual.cpp:

Go to the source code of this file.

Namespaces

namespace  rawspeed
namespace  anonymous_namespace{Dual.cpp}

Functions

template<typename Pump, bool IsFullDecode, typename HT0, typename HT1>
void anonymous_namespace{Dual.cpp}::workloop (rawspeed::Array1DRef< const uint8_t > input, const HT0 &ht0, const HT1 &ht1)
template<typename Pump, typename HT0, typename HT1>
void anonymous_namespace{Dual.cpp}::checkPump (rawspeed::Array1DRef< const uint8_t > input, const HT0 &ht0, const HT1 &ht1)
template<typename CodeTag>
void anonymous_namespace{Dual.cpp}::checkFlavour (rawspeed::ByteStream bs)
int LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size)

Function Documentation

◆ LLVMFuzzerTestOneInput()

int LLVMFuzzerTestOneInput ( const uint8_t * Data,
size_t Size )

Definition at line 161 of file Dual.cpp.