Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_hybrid_filt.c177 WORD32 lf_samples_shift; in ixheaacd_mps_qmf_hybrid_analysis() local
184 lf_samples_shift = BUFFER_LEN_LF_MPS - num_samples; in ixheaacd_mps_qmf_hybrid_analysis()
190 for (n = 0; n < lf_samples_shift; n++) { in ixheaacd_mps_qmf_hybrid_analysis()
198 handle->lf_buffer[k][n + lf_samples_shift].re = (WORD32)(in_qmf[n][k].re); in ixheaacd_mps_qmf_hybrid_analysis()
199 handle->lf_buffer[k][n + lf_samples_shift].im = (WORD32)(in_qmf[n][k].im); in ixheaacd_mps_qmf_hybrid_analysis()
220 &(handle->lf_buffer[0][lf_samples_shift + 1 - QMF_HYBRID_FILT_ORDER]), in ixheaacd_mps_qmf_hybrid_analysis()
238 &(handle->lf_buffer[1][lf_samples_shift + 1 - QMF_HYBRID_FILT_ORDER]), in ixheaacd_mps_qmf_hybrid_analysis()
249 &(handle->lf_buffer[2][lf_samples_shift + 1 - QMF_HYBRID_FILT_ORDER]), in ixheaacd_mps_qmf_hybrid_analysis()