SBR_SYNTHESIS_BUF_SIZE  103 libavcodec/aacsbr_template.c     sbr->data[0].synthesis_filterbank_samples_offset = SBR_SYNTHESIS_BUF_SIZE - (1280 - 128);
SBR_SYNTHESIS_BUF_SIZE  104 libavcodec/aacsbr_template.c     sbr->data[1].synthesis_filterbank_samples_offset = SBR_SYNTHESIS_BUF_SIZE - (1280 - 128);
SBR_SYNTHESIS_BUF_SIZE 1231 libavcodec/aacsbr_template.c             memcpy(&v0[SBR_SYNTHESIS_BUF_SIZE - saved_samples], v0, saved_samples * sizeof(INTFLOAT));
SBR_SYNTHESIS_BUF_SIZE 1232 libavcodec/aacsbr_template.c             *v_off = SBR_SYNTHESIS_BUF_SIZE - saved_samples - step;
SBR_SYNTHESIS_BUF_SIZE  172 libavcodec/mips/aacsbr_mips.h             memcpy(&v0[SBR_SYNTHESIS_BUF_SIZE - saved_samples], v0, saved_samples * sizeof(float));
SBR_SYNTHESIS_BUF_SIZE  173 libavcodec/mips/aacsbr_mips.h             *v_off = SBR_SYNTHESIS_BUF_SIZE - saved_samples - step;
SBR_SYNTHESIS_BUF_SIZE   83 libavcodec/sbr.h     DECLARE_ALIGNED(32, INTFLOAT, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];