Go to the source code of this file.
◆ fast_specs
◆ default_specs
◆ high_specs
◆ very_high_specs
◆ decorr_filters
Initial value:= {
}
static const WavPackDecorrSpec default_specs[]
static const WavPackDecorrSpec high_specs[]
static const WavPackDecorrSpec fast_specs[]
static const WavPackDecorrSpec very_high_specs[]
Definition at line 640 of file wavpackenc.h.
Referenced by wavpack_encode_init().
◆ decorr_filter_sizes
const uint16_t decorr_filter_sizes[] |
|
static |
Initial value:= {
}
static const WavPackDecorrSpec default_specs[]
static const WavPackDecorrSpec high_specs[]
#define FF_ARRAY_ELEMS(a)
static const WavPackDecorrSpec fast_specs[]
static const WavPackDecorrSpec very_high_specs[]
Definition at line 644 of file wavpackenc.h.
Referenced by wavpack_encode_init().
◆ decorr_filter_nterms
const uint8_t decorr_filter_nterms[] = { 2, 5, 10, 16 } |
|
static |