Searched refs:synth_buf (Results 1 – 11 of 11) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_lpc.c | 334 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()
|
D | ixheaacd_sbr_dec.h | 44 FLOAT32 synth_buf[1280]; member
|
D | ixheaacd_esbr_polyphase.c | 156 FLOAT32 *buffer = ptr_hbe_txposer->synth_buf; in ixheaacd_real_synth_filt()
|
D | ixheaacd_main.h | 153 FLOAT32 synth_buf[1883]; member
|
D | ixheaacd_tcx_fwd_alcnx.c | 163 &usac_data->synth_buf[usac_data->len_subfrm * frame_index + MAX_PITCH + in ixheaacd_tcx_mdct()
|
D | ixheaacd_acelp_decode.c | 375 &usac_data->synth_buf[len_subfr * k + MAX_PITCH + in ixheaacd_acelp_alias_cnx()
|
D | ixheaacd_hbe_trans.c | 126 memset(ptr_hbe_txposer->synth_buf, 0, 1280 * sizeof(FLOAT32)); in ixheaacd_qmf_hbe_data_reinit()
|
/external/aac/libAACdec/src/ |
D | usacdec_acelp.cpp | 1050 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 …]
|
D | usacdec_acelp.h | 171 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,
|
D | usacdec_lpd.cpp | 1585 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()
|
D | channelinfo.h | 313 FIXP_DBL synth_buf[(PIT_MAX_MAX + SYN_DELAY + L_FRAME_PLUS)];
|