SAMPLES_PER_FRAME 74 libavcodec/atrac3.c float prev_frame[SAMPLES_PER_FRAME]; SAMPLES_PER_FRAME 79 libavcodec/atrac3.c DECLARE_ALIGNED(32, float, spectrum)[SAMPLES_PER_FRAME]; SAMPLES_PER_FRAME 80 libavcodec/atrac3.c DECLARE_ALIGNED(32, float, imdct_buf)[SAMPLES_PER_FRAME]; SAMPLES_PER_FRAME 319 libavcodec/atrac3.c memset(output + first, 0, (SAMPLES_PER_FRAME - first) * sizeof(*output)); SAMPLES_PER_FRAME 383 libavcodec/atrac3.c max_coded_values = SAMPLES_PER_FRAME - cmp->pos; SAMPLES_PER_FRAME 807 libavcodec/atrac3.c frame->nb_samples = SAMPLES_PER_FRAME; SAMPLES_PER_FRAME 836 libavcodec/atrac3.c frame->nb_samples = SAMPLES_PER_FRAME; SAMPLES_PER_FRAME 890 libavcodec/atrac3.c samples_per_frame = SAMPLES_PER_FRAME * avctx->channels; SAMPLES_PER_FRAME 906 libavcodec/atrac3.c samples_per_frame = SAMPLES_PER_FRAME * avctx->channels; SAMPLES_PER_FRAME 941 libavcodec/atrac3.c if (samples_per_frame != SAMPLES_PER_FRAME * avctx->channels) {