Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_dec.h45 } ia_cmplx_flt_struct; typedef
62 ia_cmplx_flt_struct state[MAX_DECORR_FIL_ORDER + 1];
103 ia_cmplx_flt_struct
109 ia_cmplx_flt_struct hf_buffer[MAX_NUM_QMF_BANDS_MPS][BUFFER_LEN_HF_MPS];
274 ia_cmplx_flt_struct qmf_in[2][MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS_NEW];
275 ia_cmplx_flt_struct hyb_in[2][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS];
276 ia_cmplx_flt_struct hyb_res[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS];
277 ia_cmplx_flt_struct v[MAX_M1_OUTPUT][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS];
278 ia_cmplx_flt_struct w_diff[MAX_M2_INPUT][MAX_TIME_SLOTS]
280 ia_cmplx_flt_struct w_dir[MAX_M2_INPUT][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS];
[all …]
Dixheaacd_mps_hybfilter.h27 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS_NEW],
29 ia_cmplx_flt_struct out_hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]);
32 ia_cmplx_flt_struct in_hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
34 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS]);
Dixheaacd_mps_decorr.c109 sizeof(ia_cmplx_flt_struct) * (MAX_DECORR_FIL_ORDER + 1)); in ixheaacd_mps_decor_filt_init()
115 ia_cmplx_flt_struct *input, WORD32 len, in ixheaacd_mps_allpass_apply()
116 ia_cmplx_flt_struct *output) { in ixheaacd_mps_allpass_apply()
134 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_energy_adjustment()
135 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_energy_adjustment()
226 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_apply()
227 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_apply()
231 ia_cmplx_flt_struct scratch[MAX_TIME_SLOTS]; in ixheaacd_mps_decor_apply()
Dixheaacd_mps_decor.h31 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
32 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
Dixheaacd_mps_hybrid_filt.c169 sizeof(ia_cmplx_flt_struct)); in ixheaacd_mps_qmf_hybrid_analysis_init()
174 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS_NEW], in ixheaacd_mps_qmf_hybrid_analysis()
176 ia_cmplx_flt_struct hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]) { in ixheaacd_mps_qmf_hybrid_analysis()
268 ia_cmplx_flt_struct hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_qmf_hybrid_synthesis()
270 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS]) { in ixheaacd_mps_qmf_hybrid_synthesis()
Dixheaacd_mps_dec.c188 ia_cmplx_flt_struct(*scratch)[MAX_HYBRID_BANDS_MPS]; in ixheaacd_mps_decor()
190 ia_cmplx_flt_struct coeff; in ixheaacd_mps_decor()