Home
last modified time | relevance | path

Searched refs:bs_transient_position (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_extr.c1520 bs_num_noise, transient_env_temp = 0, bs_transient_position = 0; in ixheaacd_extract_frame_info_ld() local
1549 bs_transient_position = in ixheaacd_extract_frame_info_ld()
1552 if ((numTimeSlots != 16) && (bs_transient_position >= LD_ENV_TBL_480)) { in ixheaacd_extract_frame_info_ld()
1556 ? ixheaacd_ld_env_table_512[bs_transient_position] in ixheaacd_extract_frame_info_ld()
1558 : ixheaacd_ld_env_table_480[bs_transient_position] in ixheaacd_extract_frame_info_ld()
1589 ? ixheaacd_ld_env_table_512[bs_transient_position][k] in ixheaacd_extract_frame_info_ld()
1590 : ixheaacd_ld_env_table_480[bs_transient_position][k]; in ixheaacd_extract_frame_info_ld()
1625 ? ixheaacd_ld_env_table_512[bs_transient_position] in ixheaacd_extract_frame_info_ld()
1627 : ixheaacd_ld_env_table_480[bs_transient_position] in ixheaacd_extract_frame_info_ld()
/external/libxaac/encoder/
Dixheaace_sbr_frame_info_gen.h57 WORD32 bs_transient_position; member
Dixheaace_sbr_frame_info_gen.c685 pstr_sbr_grid->bs_transient_position = tran_pos; in ixheaace_create_ld_transient_frame_info()
1080 pstr_sbr_env_frame->sbr_grid.bs_transient_position = tran_pos; in ixheaace_frame_info_generator()
Dixheaace_sbr_write_bitstream.c282 pstr_bs_handle, pstr_sbr_env_info->pstr_sbr_bs_grid->bs_transient_position, in ixheaace_encode_sbr_grid()