Searched refs:ptr_spread_flag (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libxaac/encoder/ |
H A D | ixheaace_sbr_frame_info_gen.c | 283 WORD32 *ptr_spread_flag, WORD32 is_ld_sbr) { in ixheaace_calc_frame_class() argument 295 *ptr_spread_flag = 0; in ixheaace_calc_frame_class() 297 *ptr_frame_type = (*ptr_spread_flag ? IXHEAACE_VARVAR : IXHEAACE_VARFIX); in ixheaace_calc_frame_class() 310 *ptr_spread_flag = 0; in ixheaace_calc_frame_class() 312 *ptr_frame_type = (*ptr_spread_flag ? IXHEAACE_VARVAR : IXHEAACE_VARFIX); in ixheaace_calc_frame_class() 324 static VOID ixheaace_special_case(WORD32 *ptr_spread_flag, WORD32 allow_spread, in ixheaace_special_case() argument 333 *ptr_spread_flag = 1; in ixheaace_special_case() 929 WORD32 *ptr_spread_flag = &pstr_sbr_env_frame->spread_flag; in ixheaace_frame_info_generator() local 963 ixheaace_calc_frame_class(&frame_type, ptr_frame_type_old, tran_flag, ptr_spread_flag, in ixheaace_frame_info_generator() 993 ixheaace_special_case(ptr_spread_flag, allow_spread, ptr_v_bord, ptr_length_v_bord, in ixheaace_frame_info_generator() [all …]
|