Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_sbrdec_lpfuncs.c95 const ia_patch_param_struct *p_str_patch_param, WORD16 num_patches, in ixheaacd_derive_lim_band_tbl() argument
123 patch_borders[k] = p_str_patch_param[k].guard_start_band - sub_band_start; in ixheaacd_derive_lim_band_tbl()
293 ia_patch_param_struct *p_str_patch_param = in ixheaacd_reset_hf_generator() local
358 ia_patch_param_struct *ptr_loc_patch_param = &p_str_patch_param[patch]; in ixheaacd_reset_hf_generator()
404 if ((patch > 0) && (p_str_patch_param[patch].num_bands_in_patch < 3)) { in ixheaacd_reset_hf_generator()
406 sb = p_str_patch_param[patch].dst_start_band + in ixheaacd_reset_hf_generator()
407 p_str_patch_param[patch].num_bands_in_patch; in ixheaacd_reset_hf_generator()
419 sb = ixheaacd_min32(sb, p_str_patch_param[patch].src_start_band); in ixheaacd_reset_hf_generator()
420 temp = ixheaacd_max32(temp, p_str_patch_param[patch].src_end_band); in ixheaacd_reset_hf_generator()
Dixheaacd_env_calc.h50 const ia_patch_param_struct *p_str_patch_param, WORD16 num_patches,