Searched refs:hf_buffer (Results 1 – 2 of 2) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_hybrid_filt.c | 210 memset(handle->hf_buffer, 0, in ixheaacd_mps_qmf_hybrid_analysis_init() 241 memmove(&handle->hf_buffer[k][0].re, &handle->hf_buffer[k][num_samples].re, in ixheaacd_mps_qmf_hybrid_analysis_no_pre_mix() 246 memcpy(&handle->hf_buffer[k][hf_samples_shift].re, &in_qmf[k + lf_qmf_bands][0].re, in ixheaacd_mps_qmf_hybrid_analysis_no_pre_mix() 292 v[n][k + 10].re = (handle->hf_buffer[k][n + hf_samples_shift].re); in ixheaacd_mps_qmf_hybrid_analysis_no_pre_mix() 293 v[n][k + 10].im = (handle->hf_buffer[k][n + hf_samples_shift].im); in ixheaacd_mps_qmf_hybrid_analysis_no_pre_mix() 325 memmove(&handle->hf_buffer[k][0].re, &handle->hf_buffer[k][num_samples].re, in ixheaacd_mps_qmf_hybrid_analysis() 330 memcpy(&handle->hf_buffer[k][hf_samples_shift].re, &in_qmf[k + lf_qmf_bands][0].re, in ixheaacd_mps_qmf_hybrid_analysis() 375 memcpy(&hyb[k + 10][0].re, &handle->hf_buffer[k][hf_samples_shift].re, in ixheaacd_mps_qmf_hybrid_analysis()
|
D | ixheaacd_mps_dec.h | 143 ia_cmplx_flt_struct hf_buffer[MAX_NUM_QMF_BANDS_MPS][BUFFER_LEN_HF_MPS]; member
|