Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_esbr_polyphase.c150 FLOAT32 synth_out[128]; in ixheaacd_real_synth_filt() local
207 FLOAT32 *ptr_u = synth_out; in ixheaacd_real_synth_filt()
213 (*ixheaacd_real_synth_fft)(synth_buf_r, synth_out, synth_size * 2); in ixheaacd_real_synth_filt()
Dixheaacd_lpc.c206 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/
Dusacdec_lpd.h179 const INT l_next, FIXP_PCM *synth_out,
Dusacdec_lpd.cpp146 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()