45 #define BITSTREAM_READER_LE
68 float *aptr, *bptr, *pptr, val, pval;
90 for (i = 0; i < 2; i++) {
98 aptr[j] = M_SQRT1_2*pows[j];
106 memset(&aptr[NELLY_FILL_LEN], 0,
107 (NELLY_BUF_LEN - NELLY_FILL_LEN) *
sizeof(
float));
130 if (!ff_sine_128[127])
143 int *got_frame_ptr,
AVPacket *avpkt)
146 int buf_size = avpkt->
size;
158 buf_size % NELLY_BLOCK_LEN);
176 for (i=0 ; i<blocks ; i++) {
197 .
name =
"nellymoser",
void(* vector_fmul_window)(float *dst, const float *src0, const float *src1, const float *win, int len)
av_cold void ff_dsputil_init(DSPContext *c, AVCodecContext *avctx)
This structure describes decoded (raw) audio or video data.
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
static void skip_bits_long(GetBitContext *s, int n)
AVFrame * coded_frame
the picture in the bitstream
const float ff_nelly_dequantization_table[127]
static av_cold int decode_end(AVCodecContext *avctx)
#define NELLY_DETAIL_BITS
const uint16_t ff_nelly_init_table[64]
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
#define FFSWAP(type, a, b)
enum AVSampleFormat sample_fmt
audio sample format
struct NellyMoserDecodeContext NellyMoserDecodeContext
bitstream reader API header.
static int init(AVCodecParserContext *s)
static int decode_tag(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
void av_log(void *avcl, int level, const char *fmt,...)
const char * name
Name of the codec implementation.
uint64_t channel_layout
Audio channel layout.
AVCodec ff_nellymoser_decoder
#define CODEC_CAP_PARAM_CHANGE
audio channel layout utility functions
const uint8_t ff_nelly_band_sizes_table[NELLY_BANDS]
#define NELLY_HEADER_BITS
int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame)
Get a buffer for a frame.
static void nelly_decode_block(NellyMoserDecodeContext *s, const unsigned char block[NELLY_BLOCK_LEN], float audio[NELLY_SAMPLES])
static av_cold int decode_init(AVCodecContext *avctx)
main external API structure.
static void close(AVCodecParserContext *s)
static unsigned int av_lfg_get(AVLFG *c)
Get the next random unsigned 32-bit number using an ALFG.
void(* imdct_half)(struct FFTContext *s, FFTSample *output, const FFTSample *input)
void avcodec_get_frame_defaults(AVFrame *frame)
Set the fields of the given AVFrame to default values.
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
av_cold void av_lfg_init(AVLFG *c, unsigned int seed)
#define DECLARE_ALIGNED(n, t, v)
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
float imdct_buf[2][NELLY_BUF_LEN]
common internal api header.
#define AVERROR_INVALIDDATA
AVSampleFormat
Audio Sample Formats.
int channels
number of audio channels
const int16_t ff_nelly_delta_table[32]
void ff_nelly_get_sample_bits(const float *buf, int *bits)
#define AV_CH_LAYOUT_MONO
The 3 alphanumeric copyright notices are md5summed they are from the original implementors.
This structure stores compressed data.
int nb_samples
number of audio samples (per channel) described by this frame
void ff_init_ff_sine_windows(int index)
initialize the specified entry of ff_sine_windows