Lines Matching defs:SAMPLES_PER_FRAME
62 #define SAMPLES_PER_FRAME 1024
80 float prev_frame[SAMPLES_PER_FRAME];
85 DECLARE_ALIGNED(32, float, spectrum)[SAMPLES_PER_FRAME];
86 DECLARE_ALIGNED(32, float, imdct_buf)[SAMPLES_PER_FRAME];
320 memset(output + first, 0, (SAMPLES_PER_FRAME - first) * sizeof(*output));
384 max_coded_values = SAMPLES_PER_FRAME - cmp->pos;
809 frame->nb_samples = SAMPLES_PER_FRAME;
837 frame->nb_samples = SAMPLES_PER_FRAME;
893 samples_per_frame = SAMPLES_PER_FRAME * channels;
909 samples_per_frame = SAMPLES_PER_FRAME * channels;
944 if (samples_per_frame != SAMPLES_PER_FRAME * channels) {