TuttleOFX
1
|
#include "DPX.h"
#include "RunLengthEncoding.h"
#include "ElementReadStream.h"
#include "ReaderInternal.h"
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 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.