Searched refs:ia_cmplx_flt_struct (Results 1 – 6 of 6) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_dec.h | 45 } 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 …]
|
D | ixheaacd_mps_hybfilter.h | 27 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]);
|
D | ixheaacd_mps_decorr.c | 117 sizeof(ia_cmplx_flt_struct) * (MAX_DECORR_FIL_ORDER + 1)); in ixheaacd_mps_decor_filt_init() 123 ia_cmplx_flt_struct *input, WORD32 len, in ixheaacd_mps_allpass_apply() 124 ia_cmplx_flt_struct *output) { in ixheaacd_mps_allpass_apply() 142 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_energy_adjustment() 143 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_energy_adjustment() 234 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_apply() 235 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_apply() 239 ia_cmplx_flt_struct scratch[MAX_TIME_SLOTS]; in ixheaacd_mps_decor_apply()
|
D | ixheaacd_mps_decor.h | 31 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],
|
D | ixheaacd_mps_hybrid_filt.c | 173 sizeof(ia_cmplx_flt_struct)); in ixheaacd_mps_qmf_hybrid_analysis_init() 178 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS_NEW], in ixheaacd_mps_qmf_hybrid_analysis() 180 ia_cmplx_flt_struct hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]) { in ixheaacd_mps_qmf_hybrid_analysis() 272 ia_cmplx_flt_struct hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_qmf_hybrid_synthesis() 274 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS]) { in ixheaacd_mps_qmf_hybrid_synthesis()
|
D | ixheaacd_mps_dec.c | 189 ia_cmplx_flt_struct(*scratch)[MAX_HYBRID_BANDS_MPS]; in ixheaacd_mps_decor() 191 ia_cmplx_flt_struct coeff; in ixheaacd_mps_decor()
|