Go to the documentation of this file.
34 #ifndef AVCODEC_NELLYMOSER_H
35 #define AVCODEC_NELLYMOSER_H
39 #define NELLY_BANDS 23
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)