NELLY_SAMPLES      45 libavcodec/nellymoserdec.c     DECLARE_ALIGNED_16(float,float_buf[NELLY_SAMPLES]);
NELLY_SAMPLES      75 libavcodec/nellymoserdec.c                                float audio[NELLY_SAMPLES])
NELLY_SAMPLES     181 libavcodec/nellymoserdec.c         s->dsp.float_to_int16(&samples[i*NELLY_SAMPLES], s->float_buf, NELLY_SAMPLES);
NELLY_SAMPLES     182 libavcodec/nellymoserdec.c         *data_size += NELLY_SAMPLES*sizeof(int16_t);
NELLY_SAMPLES      56 libavcodec/nellymoserenc.c     DECLARE_ALIGNED_16(float, mdct_out[NELLY_SAMPLES]);
NELLY_SAMPLES     114 libavcodec/nellymoserenc.c     DECLARE_ALIGNED_16(float, in_buff[NELLY_SAMPLES]);
NELLY_SAMPLES     145 libavcodec/nellymoserenc.c     avctx->frame_size = NELLY_SAMPLES;
NELLY_SAMPLES     363 libavcodec/nellymoserenc.c         for (; i < NELLY_SAMPLES; i++) {