Home | History | Annotate | Download | only in decoder

Lines Matching refs:ptr_header_data

284     ia_sbr_header_data_struct *ptr_header_data,
287 WORD32 fs = ptr_header_data->out_sampling_freq;
297 WORD16 upsamp_fac = ptr_header_data->upsamp_fac;
305 ixheaacd_calc_k0_k2_bands(fs, ptr_header_data->start_freq,
306 ptr_header_data->stop_freq, upsamp_fac, &k0, &k2);
333 if (ptr_header_data->freq_scale == 0) {
335 if (ptr_header_data->alter_scale == 0) {
376 switch (ptr_header_data->freq_scale) {
403 if (ptr_header_data->alter_scale) {
562 ia_sbr_header_data_struct *ptr_header_data) {
564 WORD16 xover_band = ptr_header_data->xover_band;
602 ia_sbr_header_data_struct *ptr_header_data,
612 if (ptr_header_data->noise_bands == 0) {
617 temp = temp * ptr_header_data->noise_bands;
657 WORD32 ixheaacd_calc_frq_bnd_tbls(ia_sbr_header_data_struct *ptr_header_data,
662 ptr_header_data->pstr_freq_band_data;
664 err = ixheaacd_calc_master_frq_bnd_tbl(pstr_freq_band_data, ptr_header_data,
668 (ptr_header_data->xover_band > pstr_freq_band_data->num_mf_bands)) {
672 ixheaacd_derive_hi_lo_freq_bnd_tbls(pstr_freq_band_data, ptr_header_data);
687 ptr_header_data->status = 1;
693 if (ixheaacd_derive_noise_freq_bnd_tbl(ptr_header_data, pstr_common_tables,