Home
last modified time | relevance | path

Searched refs:L_DIV (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dusacdec_acelp.cpp764 PIT_MAX_MAX + L_INTERPOL + L_DIV + 1); /* 411 + 17 + 256 + 1 = 685 */ in CLpd_AcelpDecode()
766 M_LP_FILTER_ORDER + L_DIV); /* 16 + 256 = 272 */ in CLpd_AcelpDecode()
787 (L_DIV + 1) * sizeof(FIXP_DBL)); in CLpd_AcelpDecode()
893 coreCoderFrameLength / L_DIV, in CLpd_AcelpDecode()
922 C_ALLOC_SCRATCH_END(syn_buf, FIXP_DBL, M_LP_FILTER_ORDER + L_DIV); in CLpd_AcelpDecode()
923 C_ALLOC_SCRATCH_END(exc_buf, FIXP_DBL, PIT_MAX_MAX + L_INTERPOL + L_DIV + 1); in CLpd_AcelpDecode()
949 PIT_MAX_MAX + L_INTERPOL + L_DIV); /* 411 + 17 + 256 + 1 = */ in CLpd_TcxTDConceal()
951 M_LP_FILTER_ORDER + L_DIV); /* 256 + 16 = */ in CLpd_TcxTDConceal()
953 FIXP_DBL ns_buf[L_DIV + 1]; in CLpd_TcxTDConceal()
1046 C_ALLOC_SCRATCH_END(syn_buf, FIXP_DBL, M_LP_FILTER_ORDER + L_DIV); in CLpd_TcxTDConceal()
[all …]
Dusacdec_const.h192 #define L_DIV L_DIV_1024 macro
Dusacdec_lpd.cpp1199 pAacDecoderStaticChannelInfo->last_tcx_pitch = L_DIV; /* pitch_tcx */ in CLpd_Reset()
Daacdecoder.cpp2453 self->pAacDecoderStaticChannelInfo[ch]->last_tcx_pitch = L_DIV; in CAacDecoder_Init()