Home
last modified time | relevance | path

Searched refs:SBR_SYNTHESIS_BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsbr.h60 #define SBR_SYNTHESIS_BUF_SIZE ((1280-128)*2) macro
86 DECLARE_ALIGNED(32, INTFLOAT, synthesis_filterbank_samples)[SBR_SYNTHESIS_BUF_SIZE];
H A Daacsbr_template.c99 sbr->data[0].synthesis_filterbank_samples_offset = SBR_SYNTHESIS_BUF_SIZE - (1280 - 128); in ff_aac_sbr_ctx_init()
100 sbr->data[1].synthesis_filterbank_samples_offset = SBR_SYNTHESIS_BUF_SIZE - (1280 - 128); in ff_aac_sbr_ctx_init()
1227 memcpy(&v0[SBR_SYNTHESIS_BUF_SIZE - saved_samples], v0, saved_samples * sizeof(INTFLOAT));
1228 *v_off = SBR_SYNTHESIS_BUF_SIZE - saved_samples - step;
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.h172 memcpy(&v0[SBR_SYNTHESIS_BUF_SIZE - saved_samples], v0, saved_samples * sizeof(float)); in sbr_qmf_synthesis_mips()
173 *v_off = SBR_SYNTHESIS_BUF_SIZE - saved_samples - step; in sbr_qmf_synthesis_mips()

Completed in 8 milliseconds