Lines Matching refs:synth_buf
1047 void Acelp_PreProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, in Acelp_PreProcessing() argument
1055 FDKmemcpy(synth_buf, old_synth, sizeof(FIXP_DBL) * (PIT_MAX_MAX - BPF_DELAY)); in Acelp_PreProcessing()
1073 void Acelp_PostProcessing(FIXP_DBL *synth_buf, FIXP_DBL *old_synth, INT *pitch, in Acelp_PostProcessing() argument
1080 FDKmemcpy(old_synth, synth_buf + coreCoderFrameLength, in Acelp_PostProcessing()
1126 C_ALLOC_SCRATCH_START(synth_buf, FIXP_DBL, in CLpd_AcelpPrepareInternalMem()
1128 syn = &synth_buf[M_LP_FILTER_ORDER]; in CLpd_AcelpPrepareInternalMem()
1137 synth_buf, &synth[-(PIT_MAX_MAX + L_INTERPOL + M_LP_FILTER_ORDER)], in CLpd_AcelpPrepareInternalMem()
1145 synth_buf, PIT_MAX_MAX + L_INTERPOL + M_LP_FILTER_ORDER); in CLpd_AcelpPrepareInternalMem()
1146 scaleValuesSaturate(synth_buf, PIT_MAX_MAX + L_INTERPOL + M_LP_FILTER_ORDER, in CLpd_AcelpPrepareInternalMem()
1160 C_ALLOC_SCRATCH_END(synth_buf, FIXP_DBL, in CLpd_AcelpPrepareInternalMem()
1186 C_ALLOC_SCRATCH_END(synth_buf, FIXP_DBL, in CLpd_AcelpPrepareInternalMem()