TuttleOFX  1
RunLengthEncoding.cpp File Reference
#include "DPX.h"
#include "RunLengthEncoding.h"
#include "ElementReadStream.h"
#include "ReaderInternal.h"
Include dependency graph for RunLengthEncoding.cpp:

Go to the source code of this file.

Defines

#define PACKET_REPEAT   (10 * sizeof(U32))
#define BUFFER_SIZE   (PACKET_REPEAT * 1002)
#define EXPANDED_BUFFER_SIZE   (BUFFER_SIZE + (BUFFER_SIZE / 3))

Define Documentation

#define BUFFER_SIZE   (PACKET_REPEAT * 1002)

Definition at line 44 of file RunLengthEncoding.cpp.

Referenced by dpx::RunLengthEncoding::Read().

#define EXPANDED_BUFFER_SIZE   (BUFFER_SIZE + (BUFFER_SIZE / 3))

Definition at line 45 of file RunLengthEncoding.cpp.

Referenced by dpx::RunLengthEncoding::Read().

#define PACKET_REPEAT   (10 * sizeof(U32))

Definition at line 43 of file RunLengthEncoding.cpp.