• Home
  • Raw
  • Download

Lines Matching refs:re

71         in_re = (WORD32)(input[n + i].re);  in ixheaacd_mps_hyb_filt_type1()
102 output[q][i].re = (WORD32)(acc_re >> shift); in ixheaacd_mps_hyb_filt_type1()
130 in_re = (WORD32)(input[n + i].re); in ixheaacd_mps_hyb_filt_type2()
159 output[q][i].re = (WORD32)(acc_re >> shift); in ixheaacd_mps_hyb_filt_type2()
191 handle->lf_buffer[k][n].re = handle->lf_buffer[k][n + num_samples].re; 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()
205 handle->hf_buffer[k][n].re = handle->hf_buffer[k][n + num_samples].re; in ixheaacd_mps_qmf_hybrid_analysis()
212 handle->hf_buffer[k][n + hf_samples_shift].re = in ixheaacd_mps_qmf_hybrid_analysis()
213 (in_qmf[n][k + lf_qmf_bands].re); in ixheaacd_mps_qmf_hybrid_analysis()
225 hyb[n][k].re = (FLOAT32)scratch[k + 6][n].re; in ixheaacd_mps_qmf_hybrid_analysis()
226 hyb[n][k + 2].re = (FLOAT32)scratch[k][n].re; in ixheaacd_mps_qmf_hybrid_analysis()
227 hyb[n][k + 4].re = (FLOAT32)scratch[k + 2][n].re; in ixheaacd_mps_qmf_hybrid_analysis()
228 hyb[n][k + 4].re += (FLOAT32)scratch[5 - k][n].re; in ixheaacd_mps_qmf_hybrid_analysis()
243 hyb[n][k + 6].re = (FLOAT32)scratch[1 - k][n].re; in ixheaacd_mps_qmf_hybrid_analysis()
254 hyb[n][k + 8].re = (FLOAT32)scratch[k][n].re; in ixheaacd_mps_qmf_hybrid_analysis()
261 hyb[n][k + 10].re = (handle->hf_buffer[k][n + hf_samples_shift].re); in ixheaacd_mps_qmf_hybrid_analysis()
274 in_qmf[n][0].re = hyb[n][0].re; in ixheaacd_mps_qmf_hybrid_synthesis()
278 in_qmf[n][0].re += hyb[n][k].re; in ixheaacd_mps_qmf_hybrid_synthesis()
282 in_qmf[n][1].re = hyb[n][6].re + hyb[n][7].re; in ixheaacd_mps_qmf_hybrid_synthesis()
285 in_qmf[n][2].re = hyb[n][8].re + hyb[n][9].re; in ixheaacd_mps_qmf_hybrid_synthesis()
289 in_qmf[n][k].re = hyb[n][k - 3 + 10].re; in ixheaacd_mps_qmf_hybrid_synthesis()