FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
wavpackenc.h File Reference
#include "wavpack.h"

Go to the source code of this file.

Data Structures

struct  WavPackDecorrSpec
 

Variables

static const WavPackDecorrSpec fast_specs []
 
static const WavPackDecorrSpec default_specs []
 
static const WavPackDecorrSpec high_specs []
 
static const WavPackDecorrSpec very_high_specs []
 
static const WavPackDecorrSpec
*const 
decorr_filters []
 
static const uint16_t decorr_filter_sizes []
 
static const uint8_t decorr_filter_nterms [] = { 2, 5, 10, 16 }
 
static const int8_t nbits_table []
 

Variable Documentation

const WavPackDecorrSpec fast_specs[]
static

Definition at line 30 of file wavpackenc.h.

const WavPackDecorrSpec default_specs[]
static

Definition at line 119 of file wavpackenc.h.

const WavPackDecorrSpec high_specs[]
static

Definition at line 250 of file wavpackenc.h.

const WavPackDecorrSpec very_high_specs[]
static

Definition at line 381 of file wavpackenc.h.

const WavPackDecorrSpec* const decorr_filters[]
static
Initial value:
= {
}
static const WavPackDecorrSpec default_specs[]
Definition: wavpackenc.h:119
static const WavPackDecorrSpec high_specs[]
Definition: wavpackenc.h:250
static const WavPackDecorrSpec fast_specs[]
Definition: wavpackenc.h:30
static const WavPackDecorrSpec very_high_specs[]
Definition: wavpackenc.h:381

Definition at line 640 of file wavpackenc.h.

Referenced by wavpack_encode_init().

const uint16_t decorr_filter_sizes[]
static
Initial value:
= {
}
static const WavPackDecorrSpec default_specs[]
Definition: wavpackenc.h:119
static const WavPackDecorrSpec high_specs[]
Definition: wavpackenc.h:250
#define FF_ARRAY_ELEMS(a)
static const WavPackDecorrSpec fast_specs[]
Definition: wavpackenc.h:30
static const WavPackDecorrSpec very_high_specs[]
Definition: wavpackenc.h:381

Definition at line 644 of file wavpackenc.h.

Referenced by wavpack_encode_init().

const uint8_t decorr_filter_nterms[] = { 2, 5, 10, 16 }
static

Definition at line 651 of file wavpackenc.h.

Referenced by wv_mono(), and wv_stereo().

const int8_t nbits_table[]
static
Initial value:
= {
0, 1, 2, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8
}

Definition at line 653 of file wavpackenc.h.

Referenced by log2sample().