Home
last modified time | relevance | path

Searched refs:p_str_patch_param (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_sbrdec_lpfuncs.c99 const ia_patch_param_struct *p_str_patch_param, WORD16 num_patches, in ixheaacd_derive_lim_band_tbl() argument
127 patch_borders[k] = p_str_patch_param[k].guard_start_band - sub_band_start; in ixheaacd_derive_lim_band_tbl()
297 ia_patch_param_struct *p_str_patch_param = in ixheaacd_reset_hf_generator() local
362 ia_patch_param_struct *ptr_loc_patch_param = &p_str_patch_param[patch]; in ixheaacd_reset_hf_generator()
418 if ((patch > 0) && (p_str_patch_param[patch].num_bands_in_patch < 3)) { in ixheaacd_reset_hf_generator()
420 sb = p_str_patch_param[patch].dst_start_band + in ixheaacd_reset_hf_generator()
421 p_str_patch_param[patch].num_bands_in_patch; in ixheaacd_reset_hf_generator()
433 sb = ixheaac_min32(sb, p_str_patch_param[patch].src_start_band); in ixheaacd_reset_hf_generator()
434 temp = ixheaac_max32(temp, p_str_patch_param[patch].src_end_band); in ixheaacd_reset_hf_generator()
H A Dixheaacd_env_calc.h50 const ia_patch_param_struct *p_str_patch_param, WORD16 num_patches,