SAMPLES_PER_FRAME   70 libavcodec/atrac3.c     float          prev_frame[SAMPLES_PER_FRAME];
SAMPLES_PER_FRAME   75 libavcodec/atrac3.c     DECLARE_ALIGNED(32, float, spectrum)[SAMPLES_PER_FRAME];
SAMPLES_PER_FRAME   76 libavcodec/atrac3.c     DECLARE_ALIGNED(32, float, imdct_buf)[SAMPLES_PER_FRAME];
SAMPLES_PER_FRAME  315 libavcodec/atrac3.c     memset(output + first, 0, (SAMPLES_PER_FRAME - first) * sizeof(*output));
SAMPLES_PER_FRAME  379 libavcodec/atrac3.c                 max_coded_values = SAMPLES_PER_FRAME - cmp->pos;
SAMPLES_PER_FRAME  751 libavcodec/atrac3.c     frame->nb_samples = SAMPLES_PER_FRAME;
SAMPLES_PER_FRAME  823 libavcodec/atrac3.c         samples_per_frame    = SAMPLES_PER_FRAME * avctx->channels;
SAMPLES_PER_FRAME  858 libavcodec/atrac3.c     if (samples_per_frame != SAMPLES_PER_FRAME &&
SAMPLES_PER_FRAME  859 libavcodec/atrac3.c         samples_per_frame != SAMPLES_PER_FRAME * 2) {