Searched refs:synth_out (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_esbr_polyphase.c | 151 FLOAT32 synth_out[128]; in ixheaacd_real_synth_filt() local 208 FLOAT32 *ptr_u = synth_out; in ixheaacd_real_synth_filt() 214 (*(ptr_hbe_txposer->ixheaacd_real_synth_fft))(synth_buf_r, synth_out, in ixheaacd_real_synth_filt()
|
D | ixheaacd_lpc.c | 206 FLOAT32 *pitch_gain, FLOAT32 *synth_out, in ixheaacd_bass_post_filter() argument 217 memcpy(synth_out, synth_sig - LEN_SUBFR, len_fr * sizeof(FLOAT32)); in ixheaacd_bass_post_filter() 220 memset(synth_out + len_fr, 0, (LEN_SUBFR - len_fr % 64) * sizeof(FLOAT32)); in ixheaacd_bass_post_filter() 289 synth_out[i + num_subfr] -= tmp; in ixheaacd_bass_post_filter()
|
/external/aac/libAACdec/src/ |
D | usacdec_lpd.h | 179 const INT l_next, FIXP_PCM *synth_out,
|
D | usacdec_lpd.cpp | 146 FIXP_PCM *synth_out, /* (o) : filtered synthesis (with delay of 1 subfr) */ in bass_pf_1sf_delay() argument 366 filtLP(&syn[i_subfr - L_SUBFR], &synth_out[i_subfr], noise, in bass_pf_1sf_delay() 380 scaleValuesSaturate((FIXP_PCM *)&synth_out[l_frame], in bass_pf_1sf_delay()
|