Lines Matching defs:samples
111 put_bits(&pb, 1, 0); //frame length - 1024 samples
532 * Copy input samples.
541 /* copy and remap input samples */
543 /* copy last 1024 samples of previous frame to the start of the current frame */
546 /* copy new samples and zero any remaining samples */
561 float **samples = s->planar_samples, *samples2, *la, *overlap;
599 overlap = &samples[s->cur_channel][0];
912 av_freep(&s->buffer.samples);
941 if (!FF_ALLOCZ_TYPED_ARRAY(s->buffer.samples, s->channels * 3 * 1024) ||
946 s->planar_samples[ch] = s->buffer.samples + 3 * 1024 * ch;