Lines Matching refs:buffer
36 Input: buffer of PCM data (1024 samples).
666 vbrpsy_compute_fft_l(lame_internal_flags * gfc, const sample_t * const buffer[2], int chn,
675 fft_long(gfc, *wsamp_l, chn, buffer);
718 vbrpsy_compute_fft_s(lame_internal_flags const *gfc, const sample_t * const buffer[2], int chn,
724 fft_short(gfc, *wsamp_s, chn, buffer);
770 vbrpsy_attack_detection(lame_internal_flags * gfc, const sample_t * const buffer[2], int gr_out,
785 /* Don't copy the input buffer into a temporary buffer */
794 const sample_t *const firbuf = &buffer[chn][576 - 350 - NSFIRLEN + 192];
1409 const sample_t * const buffer[2], int gr_out,
1453 vbrpsy_attack_detection(gfc, buffer, gr_out, masking_ratio, masking_MS_ratio, energy,
1464 vbrpsy_compute_fft_l(gfc, buffer, chn, gr_out, fftenergy, wsamp_l);
1492 vbrpsy_compute_fft_s(gfc, buffer, chn, sblock, fftenergy_s, wsamp_s);