Home
last modified time | relevance | path

Searched refs:smoothing_mode (Results 1 – 7 of 7) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_env_extr_part.h73 WORD16 smoothing_mode; member
Dixheaacd_env_extr.c425 pstr_sbr_header->smoothing_mode = pstr_sbr_dflt_header->smoothing_mode; in ixheaacd_sbr_read_header_data()
471 pstr_sbr_header->smoothing_mode = (WORD16)((tmp & 0x01)); in ixheaacd_sbr_read_header_data()
476 pstr_sbr_header->smoothing_mode = SBR_SMOOTH_LEN_DEF; in ixheaacd_sbr_read_header_data()
Dixheaacd_sbrdec_initfuncs.c738 ptr_sbr_dflt_header->smoothing_mode = in ixheaacd_init_sbr()
739 ptr_usac_dflt_header->smoothing_mode; in ixheaacd_init_sbr()
744 ptr_sbr_dflt_header->smoothing_mode = SBR_SMOOTHING_LENGTH_DEFAULT; in ixheaacd_init_sbr()
Dixheaacd_headerdecode.c444 sbr_header_data->smoothing_mode = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_get_ld_sbr_header()
449 sbr_header_data->smoothing_mode = 1; in ixheaacd_get_ld_sbr_header()
Dixheaacd_create.c654 usac_def_header.smoothing_mode = in ixheaacd_decode_create()
Dixheaacd_esbr_envcal.c113 WORD32 smoothing_length = frame_data->pstr_sbr_header->smoothing_mode ? 0 : 4; in ixheaacd_sbr_env_calc()
Dixheaacd_env_calc.c827 smooth_length = ((1 - ptr_header_data->smoothing_mode) << 2); in ixheaacd_calc_sbrenvelope()