Searched refs:ia_cmplx_flt_struct (Results 1 – 6 of 6) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_mps_hybfilter.h | 27 ia_cmplx_flt_struct in_qmf[MAX_NUM_QMF_BANDS_MPS_NEW][MAX_TIME_SLOTS], 29 ia_cmplx_flt_struct out_hyb[MAX_HYBRID_BANDS_MPS][MAX_TIME_SLOTS]); 33 ia_cmplx_flt_struct in_qmf[MAX_NUM_QMF_BANDS_MPS][MAX_TIME_SLOTS], 35 ia_cmplx_flt_struct v[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]); 38 ia_cmplx_flt_struct in_hyb[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], 40 ia_cmplx_flt_struct in_qmf[MAX_TIME_SLOTS][MAX_NUM_QMF_BANDS_MPS]);
|
D | ixheaacd_mps_dec.h | 100 } ia_cmplx_flt_struct; typedef 117 ia_cmplx_flt_struct state[MAX_DECORR_FILTER_ORDER + 1]; 137 ia_cmplx_flt_struct 143 ia_cmplx_flt_struct hf_buffer[MAX_NUM_QMF_BANDS_MPS][BUFFER_LEN_HF_MPS]; 144 ia_cmplx_flt_struct lf_buffer[QMF_BANDS_TO_HYBRID][BUFFER_LEN_LF_MPS]; 304 ia_cmplx_flt_struct qmf_in[2][MAX_NUM_QMF_BANDS_MPS_NEW][MAX_TIME_SLOTS]; 305 ia_cmplx_flt_struct hyb_in[2][MAX_HYBRID_BANDS_MPS][MAX_TIME_SLOTS]; 306 ia_cmplx_flt_struct hyb_res[MAX_HYBRID_BANDS_MPS][MAX_TIME_SLOTS]; 307 ia_cmplx_flt_struct v[MAX_M_OUTPUT][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]; 308 ia_cmplx_flt_struct w_diff[MAX_M_INPUT][MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]; [all …]
|
D | ixheaacd_mps_decor.h | 77 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], 78 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS],
|
D | ixheaacd_mps_hybrid_filt.c | 49 static VOID ixheaacd_mps_hyb_filt_type1(ia_cmplx_flt_struct *input, in ixheaacd_mps_hyb_filt_type1() 50 ia_cmplx_flt_struct output[8][MAX_TIME_SLOTS], in ixheaacd_mps_hyb_filt_type1() 156 static VOID ixheaacd_mps_hyb_filt_type2(ia_cmplx_flt_struct *input, in ixheaacd_mps_hyb_filt_type2() 157 ia_cmplx_flt_struct output[2][MAX_TIME_SLOTS], in ixheaacd_mps_hyb_filt_type2() 211 MAX_NUM_QMF_BANDS_MPS * BUFFER_LEN_HF_MPS * sizeof(ia_cmplx_flt_struct)); in ixheaacd_mps_qmf_hybrid_analysis_init() 216 ia_cmplx_flt_struct in_qmf[MAX_NUM_QMF_BANDS_MPS][MAX_TIME_SLOTS], WORD32 num_bands, in ixheaacd_mps_qmf_hybrid_analysis_no_pre_mix() 217 WORD32 num_samples, ia_cmplx_flt_struct v[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS]) { in ixheaacd_mps_qmf_hybrid_analysis_no_pre_mix() 223 ia_cmplx_flt_struct scratch[MAX_HYBRID_ONLY_BANDS_PER_QMF][MAX_TIME_SLOTS]; in ixheaacd_mps_qmf_hybrid_analysis_no_pre_mix() 300 ia_cmplx_flt_struct in_qmf[MAX_NUM_QMF_BANDS_MPS_NEW][MAX_TIME_SLOTS], WORD32 num_bands, in ixheaacd_mps_qmf_hybrid_analysis() 301 WORD32 num_samples, ia_cmplx_flt_struct hyb[MAX_HYBRID_BANDS_MPS][MAX_TIME_SLOTS]) { in ixheaacd_mps_qmf_hybrid_analysis() [all …]
|
D | ixheaacd_mps_decorr.c | 202 sizeof(ia_cmplx_flt_struct) * (MAX_DECORR_FILTER_ORDER + 1)); in ixheaacd_mps_decor_filt_init() 208 ia_cmplx_flt_struct *input, WORD32 len, in ixheaacd_mps_allpass_apply() 209 ia_cmplx_flt_struct *output) { in ixheaacd_mps_allpass_apply() 227 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_energy_adjustment() 228 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_energy_adjustment() 357 ia_cmplx_flt_struct in[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_apply() 358 ia_cmplx_flt_struct out[MAX_TIME_SLOTS][MAX_HYBRID_BANDS_MPS], in ixheaacd_mps_decor_apply() 362 ia_cmplx_flt_struct scratch[MAX_TIME_SLOTS]; in ixheaacd_mps_decor_apply()
|
D | ixheaacd_mps_dec.c | 229 ia_cmplx_flt_struct(*scratch)[MAX_HYBRID_BANDS_MPS]; in ixheaacd_mps_decor() 231 ia_cmplx_flt_struct coeff; in ixheaacd_mps_decor()
|