NELLY_SAMPLES      62 libavcodec/nellymoserdec.c                                float audio[NELLY_SAMPLES])
NELLY_SAMPLES     174 libavcodec/nellymoserdec.c     frame->nb_samples = NELLY_SAMPLES * blocks;
NELLY_SAMPLES     181 libavcodec/nellymoserdec.c         samples_flt += NELLY_SAMPLES;
NELLY_SAMPLES      62 libavcodec/nellymoserenc.c     DECLARE_ALIGNED(32, float, mdct_out)[NELLY_SAMPLES];
NELLY_SAMPLES      63 libavcodec/nellymoserenc.c     DECLARE_ALIGNED(32, float, in_buff)[NELLY_SAMPLES];
NELLY_SAMPLES     168 libavcodec/nellymoserenc.c     avctx->frame_size = NELLY_SAMPLES;
NELLY_SAMPLES     383 libavcodec/nellymoserenc.c     memcpy(s->buf, s->buf + NELLY_SAMPLES, NELLY_BUF_LEN * sizeof(*s->buf));
NELLY_SAMPLES     387 libavcodec/nellymoserenc.c         if (frame->nb_samples < NELLY_SAMPLES) {
NELLY_SAMPLES     389 libavcodec/nellymoserenc.c                    (NELLY_SAMPLES - frame->nb_samples) * sizeof(*s->buf));
NELLY_SAMPLES     396 libavcodec/nellymoserenc.c         memset(s->buf + NELLY_BUF_LEN, 0, NELLY_SAMPLES * sizeof(*s->buf));