#include "vchannel.h"#include <assert.h>#include <string.h>#include <stdlib.h>#include "w3d_file.h"#include "w3dquat.h"#include "bchannel.h"#include "exportlog.h"Go to the source code of this file.
Macros | |
| #define | FILTER_TABLE_SIZE (256) |
| #define | FILTER_TABLE_GEN_START (16) |
| #define | FILTER_TABLE_GEN_SIZE (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START) |
| #define | MAX_VECTOR_SIZE 8 |
Variables | ||
| struct { | ||
| unsigned char filter: 7 | ||
| unsigned char flag: 1 | ||
| unsigned char d0: 4 | ||
| unsigned char d1: 4 | ||
| unsigned char d2: 4 | ||
| unsigned char d3: 4 | ||
| unsigned char d4: 4 | ||
| unsigned char d5: 4 | ||
| unsigned char d6: 4 | ||
| unsigned char d7: 4 | ||
| unsigned char d8: 4 | ||
| unsigned char d9: 4 | ||
| unsigned char d10: 4 | ||
| unsigned char d11: 4 | ||
| unsigned char d12: 4 | ||
| unsigned char d13: 4 | ||
| unsigned char d14: 4 | ||
| unsigned char d15: 4 | ||
| } | AdaptiveDeltaPacketStruct | |
| #define FILTER_TABLE_GEN_SIZE (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START) |
Definition at line 51 of file vchannel.cpp.
| #define FILTER_TABLE_GEN_START (16) |
Definition at line 50 of file vchannel.cpp.
| #define FILTER_TABLE_SIZE (256) |
Definition at line 49 of file vchannel.cpp.
| #define MAX_VECTOR_SIZE 8 |
| struct { ... } AdaptiveDeltaPacketStruct |
| unsigned char d0 |
Definition at line 274 of file vchannel.cpp.
| unsigned char d1 |
Definition at line 275 of file vchannel.cpp.
| unsigned char d10 |
Definition at line 284 of file vchannel.cpp.
| unsigned char d11 |
Definition at line 285 of file vchannel.cpp.
| unsigned char d12 |
Definition at line 286 of file vchannel.cpp.
| unsigned char d13 |
Definition at line 287 of file vchannel.cpp.
| unsigned char d14 |
Definition at line 288 of file vchannel.cpp.
| unsigned char d15 |
Definition at line 289 of file vchannel.cpp.
| unsigned char d2 |
Definition at line 276 of file vchannel.cpp.
| unsigned char d3 |
Definition at line 277 of file vchannel.cpp.
| unsigned char d4 |
Definition at line 278 of file vchannel.cpp.
| unsigned char d5 |
Definition at line 279 of file vchannel.cpp.
| unsigned char d6 |
Definition at line 280 of file vchannel.cpp.
| unsigned char d7 |
Definition at line 281 of file vchannel.cpp.
| unsigned char d8 |
Definition at line 282 of file vchannel.cpp.
| unsigned char d9 |
Definition at line 283 of file vchannel.cpp.
| unsigned char filter |
Definition at line 272 of file vchannel.cpp.
| unsigned char flag |
Definition at line 273 of file vchannel.cpp.