FFmpeg
|
The 3 alphanumeric copyright notices are md5summed they are from the original implementors. More...
Go to the source code of this file.
Macros | |
#define | BITSTREAM_READER_LE |
Functions | |
static int | signed_shift (int i, int shift) |
static int | sum_bits (short *buf, short shift, short off) |
static int | headroom (int *la) |
void | ff_nelly_get_sample_bits (const float *buf, int *bits) |
Variables | |
const float | ff_nelly_dequantization_table [127] |
const uint8_t | ff_nelly_band_sizes_table [NELLY_BANDS] |
const uint16_t | ff_nelly_init_table [64] |
const int16_t | ff_nelly_delta_table [32] |
The 3 alphanumeric copyright notices are md5summed they are from the original implementors.
The original code is available from http://code.google.com/p/nelly2pcm/
Definition in file nellymoser.c.
#define BITSTREAM_READER_LE |
Definition at line 37 of file nellymoser.c.
|
inlinestatic |
Definition at line 86 of file nellymoser.c.
Referenced by ff_nelly_get_sample_bits().
|
static |
Definition at line 92 of file nellymoser.c.
Referenced by ff_nelly_get_sample_bits().
|
static |
Definition at line 105 of file nellymoser.c.
Referenced by ff_nelly_get_sample_bits().
void ff_nelly_get_sample_bits | ( | const float * | buf, |
int * | bits | ||
) |
Definition at line 117 of file nellymoser.c.
Referenced by encode_block(), and nelly_decode_block().
const float ff_nelly_dequantization_table[127] |
Definition at line 40 of file nellymoser.c.
Referenced by encode_block(), and nelly_decode_block().
const uint8_t ff_nelly_band_sizes_table[NELLY_BANDS] |
Definition at line 67 of file nellymoser.c.
Referenced by encode_block(), and nelly_decode_block().
const uint16_t ff_nelly_init_table[64] |
Definition at line 71 of file nellymoser.c.
Referenced by encode_block(), get_exponent_dynamic(), get_exponent_greedy(), and nelly_decode_block().
const int16_t ff_nelly_delta_table[32] |
Definition at line 80 of file nellymoser.c.
Referenced by encode_block(), get_exponent_dynamic(), get_exponent_greedy(), and nelly_decode_block().