Home
last modified time | relevance | path

Searched refs:NELLY_SAMPLES (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnellymoserenc.c64 DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES];
65 DECLARE_ALIGNED(32, float, in_buff)[NELLY_SAMPLES];
182 avctx->frame_size = NELLY_SAMPLES; in encode_init()
299 * Encode NELLY_SAMPLES samples. It assumes, that samples contains 3 * NELLY_BUF_LEN values
387 memcpy(s->buf, s->buf + NELLY_SAMPLES, NELLY_BUF_LEN * sizeof(*s->buf)); in encode_frame()
391 if (frame->nb_samples < NELLY_SAMPLES) { in encode_frame()
393 (NELLY_SAMPLES - frame->nb_samples) * sizeof(*s->buf)); in encode_frame()
400 memset(s->buf + NELLY_BUF_LEN, 0, NELLY_SAMPLES * sizeof(*s->buf)); in encode_frame()
H A Dnellymoserdec.c64 float audio[NELLY_SAMPLES]) in nelly_decode_block()
164 frame->nb_samples = NELLY_SAMPLES * blocks; in decode_tag()
171 samples_flt += NELLY_SAMPLES; in decode_tag()
H A Dnellymoser.h48 #define NELLY_SAMPLES (2 * NELLY_BUF_LEN) macro

Completed in 2 milliseconds