Searched refs:pstr_freq_band_data (Results 1 – 11 of 11) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_freq_sca.c | 283 ia_freq_band_data_struct *pstr_freq_band_data, in ixheaacd_calc_master_frq_bnd_tbl() argument 298 WORD16 *f_master_tbl = pstr_freq_band_data->f_master_tbl; in ixheaacd_calc_master_frq_bnd_tbl() 487 pstr_freq_band_data->num_mf_bands = num_mf_bands; in ixheaacd_calc_master_frq_bnd_tbl() 561 ia_freq_band_data_struct *pstr_freq_band_data, in ixheaacd_derive_hi_lo_freq_bnd_tbls() argument 565 WORD16 *f_master_tbl = pstr_freq_band_data->f_master_tbl + xover_band; in ixheaacd_derive_hi_lo_freq_bnd_tbls() 566 WORD16 *f_low_tbl = pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_hi_lo_freq_bnd_tbls() 567 WORD16 *f_high_tbl = pstr_freq_band_data->freq_band_table[HIGH]; in ixheaacd_derive_hi_lo_freq_bnd_tbls() 568 WORD16 num_mf_bands = pstr_freq_band_data->num_mf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() 597 pstr_freq_band_data->num_sf_bands[LOW] = num_lf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() 598 pstr_freq_band_data->num_sf_bands[HIGH] = num_hf_bands; in ixheaacd_derive_hi_lo_freq_bnd_tbls() [all …]
|
D | ixheaacd_env_dec.c | 141 ((ptr_header_data->pstr_freq_band_data->num_sf_bands[LOW] << 1) - in ixheaacd_process_del_cod_env_data() 142 ptr_header_data->pstr_freq_band_data->num_sf_bands[HIGH]); in ixheaacd_process_del_cod_env_data() 148 num_sf_bands = ptr_header_data->pstr_freq_band_data->num_sf_bands[freq_res]; in ixheaacd_process_del_cod_env_data() 249 WORD16 *num_sf_bands = ptr_header_data->pstr_freq_band_data->num_sf_bands; in ixheaacd_wrong_timing_compensate() 310 for (i = 0; i < ptr_header_data->pstr_freq_band_data->num_sf_bands[HIGH]; in ixheaacd_check_env_data() 352 num_nf_bands = ptr_header_data->pstr_freq_band_data->num_nf_bands; in ixheaacd_limit_noise_floor_fac() 396 num_nf_bands = ptr_header_data->pstr_freq_band_data->num_nf_bands; in ixheaacd_calc_noise_floor() 463 ptr_header_data->pstr_freq_band_data->num_nf_bands * in ixheaacd_dec_sbrdata_for_pvc() 514 i_end = ptr_header_data->pstr_freq_band_data->num_nf_bands * in ixheaacd_sbr_env_dequant_coup_fix() 607 ptr_header_data_ch_0->pstr_freq_band_data->num_nf_bands * in ixheaacd_dec_sbrdata() [all …]
|
D | ixheaacd_esbr_envcal.c | 119 frame_data->pstr_sbr_header->pstr_freq_band_data->sub_band_start; in ixheaacd_sbr_env_calc() 121 frame_data->pstr_sbr_header->pstr_freq_band_data->sub_band_end; in ixheaacd_sbr_env_calc() 131 frame_data->pstr_sbr_header->pstr_freq_band_data->num_sf_bands; in ixheaacd_sbr_env_calc() 133 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_tbl_noise; in ixheaacd_sbr_env_calc() 135 frame_data->pstr_sbr_header->pstr_freq_band_data->num_nf_bands; in ixheaacd_sbr_env_calc() 162 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_table[0]; in ixheaacd_sbr_env_calc() 164 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_table[1]; in ixheaacd_sbr_env_calc() 172 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_tbl_lo, in ixheaacd_sbr_env_calc() 181 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_tbl_lo, in ixheaacd_sbr_env_calc() 194 frame_data->pstr_sbr_header->pstr_freq_band_data->freq_band_tbl_hi[i]; in ixheaacd_sbr_env_calc() [all …]
|
D | ixheaacd_env_calc.c | 226 VOID ixheaacd_noiselimiting(ia_freq_band_data_struct *pstr_freq_band_data, in ixheaacd_noiselimiting() argument 236 for (c = 0; c < pstr_freq_band_data->num_lf_bands; c++) { in ixheaacd_noiselimiting() 244 if ((pstr_freq_band_data->freq_band_tbl_lim[c] > skip_bands)) { in ixheaacd_noiselimiting() 245 start_band = (pstr_freq_band_data->freq_band_tbl_lim[c] - skip_bands); in ixheaacd_noiselimiting() 248 if ((pstr_freq_band_data->freq_band_tbl_lim[c + 1] > skip_bands)) { in ixheaacd_noiselimiting() 249 stop_band = (pstr_freq_band_data->freq_band_tbl_lim[c + 1] - skip_bands); in ixheaacd_noiselimiting() 591 VOID ixheaacd_calc_subband_gains(ia_freq_band_data_struct *pstr_freq_band_data, in ixheaacd_calc_subband_gains() argument 601 WORD16 *ptr_freq_band_tbl = pstr_freq_band_data->freq_band_table[freq_res]; in ixheaacd_calc_subband_gains() 602 WORD32 ui_noise = pstr_freq_band_data->freq_band_tbl_noise[1]; in ixheaacd_calc_subband_gains() 607 WORD32 sub_band_start = pstr_freq_band_data->sub_band_start; in ixheaacd_calc_subband_gains() [all …]
|
D | ixheaacd_sbr_dec.c | 315 x_over_band = ptr_header_data->pstr_freq_band_data->qmf_sb_prev; in ixheaacd_esbr_synthesis_regrp() 341 x_over_band = ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_esbr_synthesis_regrp() 381 x_over_band = ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_esbr_synthesis_regrp() 553 ptr_header_data->pstr_freq_band_data->qmf_sb_prev = in ixheaacd_esbr_synthesis_filt_block() 554 ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_esbr_synthesis_filt_block() 665 core_syn_ch_index = ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_sbr_dec() 753 ptr_pvc_data, ptr_header_data->pstr_freq_band_data->sub_band_start, in ixheaacd_sbr_dec() 763 ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_sbr_dec() 897 ptr_header_data->pstr_freq_band_data->num_if_bands, in ixheaacd_sbr_dec() 916 ptr_header_data->pstr_freq_band_data->num_if_bands, in ixheaacd_sbr_dec() [all …]
|
D | ixheaacd_sbrdec_lpfuncs.c | 104 WORD16 *f_lim_tbl = ptr_header_data->pstr_freq_band_data->freq_band_tbl_lim; in ixheaacd_derive_lim_band_tbl() 105 WORD16 *num_lf_bands = &ptr_header_data->pstr_freq_band_data->num_lf_bands; in ixheaacd_derive_lim_band_tbl() 107 ptr_header_data->pstr_freq_band_data->freq_band_table[LOW]; in ixheaacd_derive_lim_band_tbl() 108 WORD16 num_low_bnd = ptr_header_data->pstr_freq_band_data->num_sf_bands[LOW]; in ixheaacd_derive_lim_band_tbl() 226 ptr_header_data->pstr_freq_band_data->num_sf_bands[1]; in ixheaacd_lean_sbrconcealment() 253 sizeof(WORD16) * ptr_header_data->pstr_freq_band_data->num_nf_bands); in ixheaacd_lean_sbrconcealment() 295 WORD32 sub_band_start = ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_reset_hf_generator() 296 WORD16 *f_master_tbl = ptr_header_data->pstr_freq_band_data->f_master_tbl; in ixheaacd_reset_hf_generator() 297 WORD16 num_mf_bands = ptr_header_data->pstr_freq_band_data->num_mf_bands; in ixheaacd_reset_hf_generator() 298 WORD16 usb = ptr_header_data->pstr_freq_band_data->sub_band_end; in ixheaacd_reset_hf_generator() [all …]
|
D | ixheaacd_sbrdecoder.c | 106 new_lsb = ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_sbr_dec_reset() 109 ptr_header_data->pstr_freq_band_data->sub_band_end; in ixheaacd_sbr_dec_reset() 141 start_band = ptr_header_data->pstr_freq_band_data->qmf_sb_prev; in ixheaacd_sbr_dec_reset() 142 stop_band = ptr_header_data->pstr_freq_band_data->sub_band_start; in ixheaacd_sbr_dec_reset() 161 ptr_header_data->pstr_freq_band_data->freq_band_table, in ixheaacd_sbr_dec_reset() 162 ptr_header_data->pstr_freq_band_data->num_sf_bands, in ixheaacd_sbr_dec_reset() 224 ptr_header_data[lr]->pstr_freq_band_data->sub_band_start = in ixheaacd_prepare_upsamp() 226 ptr_header_data[lr]->pstr_freq_band_data->sub_band_end = in ixheaacd_prepare_upsamp() 590 ptr_header_data[0]->pstr_freq_band_data->sub_band_start; in ixheaacd_applysbr() 593 ptr_header_data[1]->pstr_freq_band_data->sub_band_start; in ixheaacd_applysbr()
|
D | ixheaacd_sbrdec_initfuncs.c | 250 p_str_sbr_dec_inst->pstr_freq_band_data[i] = in ixheaacd_set_sbr_persistent_buffers() 451 ia_freq_band_data_struct *pstr_freq_band_data = freq_band_data; in ixheaacd_init_headerdata() local 462 pstr_freq_band_data->freq_band_table[LOW] = in ixheaacd_init_headerdata() 463 pstr_freq_band_data->freq_band_tbl_lo; in ixheaacd_init_headerdata() 464 pstr_freq_band_data->freq_band_table[HIGH] = in ixheaacd_init_headerdata() 465 pstr_freq_band_data->freq_band_tbl_hi; in ixheaacd_init_headerdata() 466 ptr_header_data->pstr_freq_band_data = pstr_freq_band_data; in ixheaacd_init_headerdata() 534 sbr_persistent_mem->str_sbr_dec_inst.pstr_freq_band_data[i], in ixheaacd_init_sbr() 582 ptr_header_data[0]->pstr_freq_band_data->sub_band_start = 64; in ixheaacd_init_sbr() 589 ptr_header_data[1]->pstr_freq_band_data->sub_band_start = 64; in ixheaacd_init_sbr() [all …]
|
D | ixheaacd_env_extr.c | 265 for (i = 0; i < ptr_header_data->pstr_freq_band_data->num_sf_bands[HIGH]; in ixheaacd_read_sbr_addi_data() 500 i = ptr_header_data->pstr_freq_band_data->num_sf_bands[HIGH]; in ixheaacd_sbr_sin_coding_data() 666 for (i = 0; i < ptr_header_data->pstr_freq_band_data->num_nf_bands; i++) { in ixheaacd_sbr_read_pvc_sce() 681 ptr_header_data->pstr_freq_band_data->num_sf_bands[HIGH] * in ixheaacd_sbr_read_pvc_sce() 701 WORD32 num_if_bands = ptr_header_data->pstr_freq_band_data->num_if_bands; in ixheaacd_sbr_read_sce() 781 ptr_header_data->pstr_freq_band_data->num_sf_bands[1] * sizeof(WORD32)); in ixheaacd_sbr_read_sce() 806 WORD32 num_if_bands = ptr_header_data->pstr_freq_band_data->num_if_bands; in ixheaacd_sbr_read_cpe() 934 for (i = 0; i < ptr_header_data->pstr_freq_band_data->num_if_bands; i++) { in ixheaacd_sbr_read_cpe() 957 ptr_header_data->pstr_freq_band_data->num_sf_bands[1] * sizeof(WORD32)); in ixheaacd_sbr_read_cpe() 960 ptr_header_data->pstr_freq_band_data->num_sf_bands[1] * sizeof(WORD32)); in ixheaacd_sbr_read_cpe() [all …]
|
D | ixheaacd_env_extr_part.h | 74 ia_freq_band_data_struct *pstr_freq_band_data; member
|
D | ixheaacd_sbr_dec.h | 109 ia_freq_band_data_struct *pstr_freq_band_data[MAXNRSBRCHANNELS]; member
|