• Home
  • Raw
  • Download

Lines Matching refs:pstr_dec_data

492                               ia_dec_data_struct *pstr_dec_data)  in ixheaacd_frm_data_init()  argument
503 memset(pstr_dec_data, 0, sizeof(ia_dec_data_struct)); in ixheaacd_frm_data_init()
504 memset(&(pstr_dec_data->str_frame_data), 0, in ixheaacd_frm_data_init()
505 sizeof(pstr_dec_data->str_frame_data)); in ixheaacd_frm_data_init()
507 pstr_frame_data = &(pstr_dec_data->str_frame_data); in ixheaacd_frm_data_init()
539 ia_dec_data_struct *pstr_dec_data, in ixheaacd_decode_create() argument
547 pstr_frame_data = &(pstr_dec_data->str_frame_data); in ixheaacd_decode_create()
558 &(pstr_dec_data->str_usac_data)); in ixheaacd_decode_create()
562 switch (pstr_dec_data->str_usac_data.sbr_ratio_idx) { in ixheaacd_decode_create()
596 if (&(pstr_dec_data->str_usac_data) != NULL) { in ixheaacd_decode_create()
659 pstr_dec_data->str_usac_data.down_samp_sbr = 0; in ixheaacd_decode_create()
661 if (pstr_dec_data->str_usac_data.sbr_ratio_idx > 0) { in ixheaacd_decode_create()
664 pstr_dec_data->str_usac_data.down_samp_sbr = 1; in ixheaacd_decode_create()
666 if (pstr_dec_data->str_usac_data.down_samp_sbr == 0) { in ixheaacd_decode_create()
667 if (pstr_dec_data->str_usac_data.sbr_ratio_idx == 3) { in ixheaacd_decode_create()
679 pstr_dec_data->str_usac_data.pstr_esbr_dec = ixheaacd_init_sbr( in ixheaacd_decode_create()
681 pstr_dec_data->str_usac_data.ccfl, in ixheaacd_decode_create()
682 &pstr_dec_data->str_usac_data.down_samp_sbr, sbr_persistent_mem_v, in ixheaacd_decode_create()
684 pstr_dec_data->str_usac_data.sbr_ratio_idx, in ixheaacd_decode_create()
685 pstr_dec_data->str_usac_data.output_samples, &harmonic_Sbr_flag, in ixheaacd_decode_create()
687 pstr_dec_data->str_usac_data.audio_object_type); in ixheaacd_decode_create()
688 pstr_dec_data->str_usac_data.sbr_scratch_mem_base = in ixheaacd_decode_create()
695 if (pstr_dec_data->str_usac_data.pstr_esbr_dec == NULL) { in ixheaacd_decode_create()
698 pstr_dec_data->str_usac_data.pstr_esbr_dec->xaac_jmp_buf = in ixheaacd_decode_create()