• Home
  • Raw
  • Download

Lines Matching refs:ptr_hbe_txposer

48 WORD32 ixheaacd_complex_anal_filt(ia_esbr_hbe_txposer_struct *ptr_hbe_txposer) {  in ixheaacd_complex_anal_filt()  argument
50 WORD32 anal_size = 2 * ptr_hbe_txposer->synth_size; in ixheaacd_complex_anal_filt()
53 for (idx = 0; idx < (ptr_hbe_txposer->no_bins >> 1); idx++) { in ixheaacd_complex_anal_filt()
61 FLOAT32 *analy_cos_sin_tab = ptr_hbe_txposer->analy_cos_sin_tab; in ixheaacd_complex_anal_filt()
62 const FLOAT32 *interp_window_coeff = ptr_hbe_txposer->analy_wind_coeff; in ixheaacd_complex_anal_filt()
63 FLOAT32 *x = ptr_hbe_txposer->analy_buf; in ixheaacd_complex_anal_filt()
65 memset(ptr_hbe_txposer->qmf_in_buf[idx + HBE_OPER_WIN_LEN - 1], 0, in ixheaacd_complex_anal_filt()
68 inp_signal = ptr_hbe_txposer->ptr_input_buf + in ixheaacd_complex_anal_filt()
69 idx * 2 * ptr_hbe_txposer->synth_size + 1; in ixheaacd_complex_anal_filt()
70 anal_buf = &ptr_hbe_txposer->qmf_in_buf[idx + HBE_OPER_WIN_LEN - 1] in ixheaacd_complex_anal_filt()
71 [4 * ptr_hbe_txposer->k_start]; in ixheaacd_complex_anal_filt()
122 if (ptr_hbe_txposer->ixheaacd_cmplx_anal_fft != NULL) in ixheaacd_complex_anal_filt()
123 (*(ptr_hbe_txposer->ixheaacd_cmplx_anal_fft))(u_in, u_out, in ixheaacd_complex_anal_filt()
144 WORD32 ixheaacd_real_synth_filt(ia_esbr_hbe_txposer_struct *ptr_hbe_txposer, in ixheaacd_real_synth_filt() argument
152 WORD32 synth_size = ptr_hbe_txposer->synth_size; in ixheaacd_real_synth_filt()
155 ptr_hbe_txposer->k_start * 32; in ixheaacd_real_synth_filt()
156 FLOAT32 *buffer = ptr_hbe_txposer->synth_buf; in ixheaacd_real_synth_filt()
161 FLOAT32 *out_buf = ptr_hbe_txposer->ptr_input_buf + in ixheaacd_real_synth_filt()
162 (idx + 1) * ptr_hbe_txposer->synth_size; in ixheaacd_real_synth_filt()
163 FLOAT32 *synth_cos_tab = ptr_hbe_txposer->synth_cos_tab; in ixheaacd_real_synth_filt()
164 const FLOAT32 *interp_window_coeff = ptr_hbe_txposer->synth_wind_coeff; in ixheaacd_real_synth_filt()
165 if (ptr_hbe_txposer->k_start < 0) return -1; in ixheaacd_real_synth_filt()
167 WORD32 ki = ptr_hbe_txposer->k_start + k; in ixheaacd_real_synth_filt()
172 synth_buf_r[k + ptr_hbe_txposer->synth_size] = 0; in ixheaacd_real_synth_filt()
212 if (ptr_hbe_txposer->ixheaacd_real_synth_fft != NULL) in ixheaacd_real_synth_filt()
213 (*(ptr_hbe_txposer->ixheaacd_real_synth_fft))(synth_buf_r, synth_out, in ixheaacd_real_synth_filt()