Searched refs:str_flt_hybrid20 (Results 1 – 2 of 2) sorted by relevance
132 ptr_hybrid = &ptr_ps_dec->str_flt_hybrid20; in ixheaacd_hyb_anal()320 ptr_ps_dec->str_flt_hybrid20.frame_size = ptr_ps_dec->num_sub_samples; in ixheaacd_create_ps_esbr_dec()321 ptr_ps_dec->str_flt_hybrid20.num_qmf_bands = NUM_QMF_BANDS_IN_HYBRID20; in ixheaacd_create_ps_esbr_dec()322 ptr_ps_dec->str_flt_hybrid20.ptr_resol = (WORD16 *)&ptr_ps_tables->band_res_hyb20[0]; in ixheaacd_create_ps_esbr_dec()323 ptr_ps_dec->str_flt_hybrid20.ptr_work_re = &ptr_ps_dec->hyb_work_re_20[0]; in ixheaacd_create_ps_esbr_dec()324 ptr_ps_dec->str_flt_hybrid20.ptr_work_im = &ptr_ps_dec->hyb_work_im_20[0]; in ixheaacd_create_ps_esbr_dec()325 ptr_ps_dec->str_flt_hybrid20.ptr_qmf_buf_re = ptr_ps_dec->hyb_qmf_buf_re_20; in ixheaacd_create_ps_esbr_dec()326 ptr_ps_dec->str_flt_hybrid20.ptr_qmf_buf_im = ptr_ps_dec->hyb_qmf_buf_im_20; in ixheaacd_create_ps_esbr_dec()327 ptr_ps_dec->str_flt_hybrid20.ptr_temp_re = ptr_ps_dec->hyb_temp_re_20; in ixheaacd_create_ps_esbr_dec()328 ptr_ps_dec->str_flt_hybrid20.ptr_temp_im = ptr_ps_dec->hyb_temp_im_20; in ixheaacd_create_ps_esbr_dec()[all …]
193 ia_hybrid_flt_struct str_flt_hybrid20; member