FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
ralfdata.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define FILTERPARAM_ELEMENTS   643
 
#define BIAS_ELEMENTS   255
 
#define CODING_MODE_ELEMENTS   140
 
#define FILTER_COEFFS_ELEMENTS   43
 
#define SHORT_CODES_ELEMENTS   169
 
#define LONG_CODES_ELEMENTS   441
 

Variables

static const uint8_t filter_param_def [3][324]
 
static const uint8_t bias_def [3][128]
 
static const uint8_t coding_mode_def [3][72]
 
static const uint8_t filter_coeffs_def [3][10][11][24]
 
static const uint8_t short_codes_def [3][15][88]
 
static const uint8_t long_codes_def [3][125][224]
 

Macro Definition Documentation

#define FILTERPARAM_ELEMENTS   643

Definition at line 28 of file ralfdata.h.

Referenced by decode_init().

#define BIAS_ELEMENTS   255

Definition at line 29 of file ralfdata.h.

Referenced by decode_init().

#define CODING_MODE_ELEMENTS   140

Definition at line 30 of file ralfdata.h.

Referenced by decode_init().

#define FILTER_COEFFS_ELEMENTS   43

Definition at line 31 of file ralfdata.h.

Referenced by decode_init().

#define SHORT_CODES_ELEMENTS   169

Definition at line 32 of file ralfdata.h.

Referenced by decode_init().

#define LONG_CODES_ELEMENTS   441

Definition at line 33 of file ralfdata.h.

Referenced by decode_init().

Variable Documentation

const uint8_t filter_param_def[3][324]
static

Definition at line 35 of file ralfdata.h.

Referenced by decode_init().

const uint8_t bias_def[3][128]
static

Definition at line 123 of file ralfdata.h.

Referenced by decode_init().

const uint8_t coding_mode_def[3][72]
static
Initial value:
= {
{
0xAA, 0x99, 0xAC, 0xB9, 0xBD, 0xAA, 0x7A, 0xA8, 0xA8, 0xA8, 0x79, 0x79,
0x77, 0xA8, 0x97, 0x79, 0x89, 0x77, 0x87, 0x87, 0x68, 0x78, 0x66, 0x86,
0x87, 0x67, 0x68, 0x66, 0x76, 0x76, 0x57, 0x67, 0x55, 0x75, 0x65, 0x56,
0x56, 0x55, 0x65, 0x65, 0x56, 0x45, 0x55, 0x54, 0x55, 0x55, 0x45, 0x55,
0x54, 0x55, 0x55, 0x45, 0x56, 0x64, 0x66, 0x76, 0x57, 0x67, 0x77, 0x77,
0x98, 0x88, 0x9D, 0xBF, 0xBA, 0xEC, 0xFC, 0xBA, 0xEF, 0xFC, 0x00, 0x00,
}, {
0xCF, 0x9B, 0xAF, 0xFF, 0xFF, 0xAB, 0x8A, 0x98, 0xB8, 0xF9, 0x78, 0x89,
0x77, 0xF9, 0xF7, 0x79, 0x89, 0x77, 0x97, 0x97, 0x68, 0x68, 0x66, 0xA6,
0x87, 0x77, 0x68, 0x66, 0x75, 0x76, 0x67, 0x56, 0x65, 0x75, 0x75, 0x56,
0x56, 0x55, 0x65, 0x65, 0x56, 0x56, 0x55, 0x54, 0x55, 0x55, 0x45, 0x55,
0x53, 0x55, 0x65, 0x35, 0x67, 0x64, 0x66, 0x66, 0x56, 0x78, 0x86, 0x88,
0xA8, 0xFB, 0xAF, 0xFF, 0xAF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00,
}, {
0xDC, 0xAD, 0xCC, 0xCA, 0xCF, 0xFE, 0xDF, 0xFF, 0xE9, 0xFF, 0x99, 0x79,
0x97, 0x97, 0x97, 0x79, 0x79, 0x77, 0x97, 0x97, 0x79, 0x79, 0x77, 0x86,
0x87, 0x68, 0x68, 0x76, 0x76, 0x76, 0x67, 0x57, 0x66, 0x65, 0x76, 0x66,
0x56, 0x55, 0x64, 0x65, 0x55, 0x45, 0x55, 0x54, 0x55, 0x55, 0x35, 0x55,
0x53, 0x55, 0x65, 0x35, 0x67, 0x64, 0x67, 0x87, 0x57, 0x8A, 0x86, 0x8B,
0xBA, 0x9A, 0xCD, 0xAA, 0xAF, 0xFC, 0xFF, 0xFF, 0xDF, 0xFF, 0x00, 0x00,
}
}

Definition at line 163 of file ralfdata.h.

Referenced by decode_init().

const uint8_t filter_coeffs_def[3][10][11][24]
static

Definition at line 188 of file ralfdata.h.

Referenced by decode_init().

const uint8_t short_codes_def[3][15][88]
static

Definition at line 1577 of file ralfdata.h.

Referenced by decode_init().

const uint8_t long_codes_def[3][125][224]
static

Definition at line 2036 of file ralfdata.h.

Referenced by decode_init().