OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:synth_out
(Results
1 - 4
of
4
) sorted by null
/external/aac/libAACdec/src/
usacdec_lpd.h
173
* \param[out]
synth_out
pointer to time domain output signal
179
const INT l_next, FIXP_PCM *
synth_out
,
usacdec_lpd.cpp
146
FIXP_PCM *
synth_out
, /* (o) : filtered synthesis (with delay of 1 subfr) */
366
filtLP(&syn[i_subfr - L_SUBFR], &
synth_out
[i_subfr], noise,
380
scaleValuesSaturate((FIXP_PCM *)&
synth_out
[l_frame],
[
all
...]
/external/libxaac/decoder/
ixheaacd_esbr_polyphase.c
151
FLOAT32
synth_out
[128];
local
208
FLOAT32 *ptr_u =
synth_out
;
214
(*(ptr_hbe_txposer->ixheaacd_real_synth_fft))(synth_buf_r,
synth_out
,
ixheaacd_lpc.c
206
FLOAT32 *pitch_gain, FLOAT32 *
synth_out
,
217
memcpy(
synth_out
, synth_sig - LEN_SUBFR, len_fr * sizeof(FLOAT32));
220
memset(
synth_out
+ len_fr, 0, (LEN_SUBFR - len_fr % 64) * sizeof(FLOAT32));
289
synth_out
[i + num_subfr] -= tmp;
Completed in 130 milliseconds