Searched refs:p2_synth (Results 1 – 2 of 2) sorted by relevance
/external/aac/libAACdec/src/ |
D | block.cpp | 1198 FIXP_DBL *p2_synth = pWorkBuffer1 + (PIT_MAX_MAX * fac_FB); in CBlock_FrequencyToTime() local 1206 gain = get_gain(&p2_synth[i * L_SUBFR * fac_FB], in CBlock_FrequencyToTime() 1207 &p2_synth[(i * L_SUBFR * fac_FB) - fac_FB * T], in CBlock_FrequencyToTime() 1213 bass_pf_1sf_delay(p2_synth, pitch, pit_gain, frameLen, in CBlock_FrequencyToTime()
|
D | usacdec_lpd.cpp | 1997 FIXP_DBL *p2_synth = synth + BPF_DELAY; in CLpd_RenderTimeSignal() local 2005 gain = get_gain(&p2_synth[i * L_SUBFR], &p2_synth[(i * L_SUBFR) - T], in CLpd_RenderTimeSignal() 2012 bass_pf_1sf_delay(p2_synth, pitch, pit_gain, lFrame, lFrame / facFB, in CLpd_RenderTimeSignal()
|