Home
last modified time | relevance | path

Searched refs:synth_buf (Results 1 – 11 of 11) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_lpc.c334 FLOAT32 *synth_buf = usac_data->synth_buf; in ixheaacd_lpd_dec() local
369 synth = synth_buf + MAX_PITCH + synth_delay; in ixheaacd_lpd_dec()
370 ixheaacd_mem_cpy(st->synth_prev, synth_buf, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec()
562 ixheaacd_mem_cpy(synth_buf + len_fr, st->synth_prev, MAX_PITCH + synth_delay); in ixheaacd_lpd_dec()
580 synth = synth_buf + MAX_PITCH; in ixheaacd_lpd_dec()
659 float synth_buf[MAX_PITCH + SYNTH_DELAY_LMAX + LEN_SUPERFRAME]; in ixheaacd_lpd_bpf_fix() local
674 ixheaacd_memset(synth_buf, MAX_PITCH + synth_delay + len_fr); in ixheaacd_lpd_bpf_fix()
675 ixheaacd_mem_cpy(st->synth_prev, synth_buf, MAX_PITCH + synth_delay); in ixheaacd_lpd_bpf_fix()
676 ixheaacd_mem_cpy(out_buffer, synth_buf + MAX_PITCH - (LEN_SUBFR), in ixheaacd_lpd_bpf_fix()
696 synth = synth_buf + MAX_PITCH; in ixheaacd_lpd_bpf_fix()
Dixheaacd_sbr_dec.h44 FLOAT32 synth_buf[1280]; member
Dixheaacd_esbr_polyphase.c156 FLOAT32 *buffer = ptr_hbe_txposer->synth_buf; in ixheaacd_real_synth_filt()
Dixheaacd_main.h153 FLOAT32 synth_buf[1883]; member
Dixheaacd_tcx_fwd_alcnx.c163 &usac_data->synth_buf[usac_data->len_subfrm * frame_index + MAX_PITCH + in ixheaacd_tcx_mdct()
Dixheaacd_acelp_decode.c375 &usac_data->synth_buf[len_subfr * k + MAX_PITCH + in ixheaacd_acelp_alias_cnx()
Dixheaacd_hbe_trans.c126 memset(ptr_hbe_txposer->synth_buf, 0, 1280 * sizeof(FLOAT32)); in ixheaacd_qmf_hbe_data_reinit()
/external/aac/libAACdec/src/
Dusacdec_acelp.cpp1050 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, in Acelp_PreProcessing() argument
1058 FDKmemcpy(synth_buf, old_synth, sizeof(FIXP_DBL) * (PIT_MAX_MAX - BPF_DELAY)); in Acelp_PreProcessing()
1076 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, in Acelp_PostProcessing() argument
1083 FDKmemcpy(old_synth, synth_buf + coreCoderFrameLength, in Acelp_PostProcessing()
1129 C_ALLOC_SCRATCH_START(synth_buf, FIXP_DBL, in CLpd_AcelpPrepareInternalMem()
1131 syn = &synth_buf[M_LP_FILTER_ORDER]; in CLpd_AcelpPrepareInternalMem()
1140 synth_buf, &synth[-(PIT_MAX_MAX + L_INTERPOL + M_LP_FILTER_ORDER)], in CLpd_AcelpPrepareInternalMem()
1148 synth_buf, PIT_MAX_MAX + L_INTERPOL + M_LP_FILTER_ORDER); in CLpd_AcelpPrepareInternalMem()
1149 scaleValuesSaturate(synth_buf, PIT_MAX_MAX + L_INTERPOL + M_LP_FILTER_ORDER, in CLpd_AcelpPrepareInternalMem()
1163 C_ALLOC_SCRATCH_END(synth_buf, FIXP_DBL, in CLpd_AcelpPrepareInternalMem()
[all …]
Dusacdec_acelp.h171 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch,
189 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch,
Dusacdec_lpd.cpp1585 FIXP_DBL *synth_buf = in CLpd_RenderTimeSignal() local
1586 pAacDecoderChannelInfo->pComStaticData->pWorkBufferCore1->synth_buf; in CLpd_RenderTimeSignal()
1587 FIXP_DBL *synth = synth_buf + PIT_MAX_MAX - BPF_DELAY; in CLpd_RenderTimeSignal()
1712 Acelp_PreProcessing(synth_buf, pAacDecoderStaticChannelInfo->old_synth, pitch, in CLpd_RenderTimeSignal()
2030 Acelp_PostProcessing(synth_buf, pAacDecoderStaticChannelInfo->old_synth, in CLpd_RenderTimeSignal()
Dchannelinfo.h313 FIXP_DBL synth_buf[(PIT_MAX_MAX + SYN_DELAY + L_FRAME_PLUS)];