34#ifndef AVCODEC_NELLYMOSER_H
35#define AVCODEC_NELLYMOSER_H
40#define NELLY_BLOCK_LEN 64
41#define NELLY_HEADER_BITS 116
42#define NELLY_DETAIL_BITS 198
43#define NELLY_BUF_LEN 128
44#define NELLY_FILL_LEN 124
45#define NELLY_BIT_CAP 6
46#define NELLY_BASE_OFF 4228
47#define NELLY_BASE_SHIFT 19
48#define NELLY_SAMPLES (2 * NELLY_BUF_LEN)
static const uint8_t bits[8]
const uint16_t ff_nelly_init_table[64]
const uint8_t ff_nelly_band_sizes_table[NELLY_BANDS]
const int16_t ff_nelly_delta_table[32]
const float ff_nelly_dequantization_table[127]
void ff_nelly_get_sample_bits(const float *buf, int *bits)