Home
last modified time | relevance | path

Searched refs:env_shape_data (Results 1 – 5 of 5) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_mps_parse.c423 WORD32 env_shape_data[MAX_TIME_SLOTS]; in ixheaacd_mps_frame_parsing() local
551 ixheaacd_mps_huff_decode(bitstream, env_shape_data, in ixheaacd_mps_frame_parsing()
554 self->env_shape_data[i][ts] = (FLOAT32)pow( in ixheaacd_mps_frame_parsing()
555 2, (FLOAT32)env_shape_data[ts] / in ixheaacd_mps_frame_parsing()
795 WORD32 env_shape_data[MAX_TIME_SLOTS]; in ixheaacd_ld_mps_frame_parsing() local
885 ixheaacd_mps_huff_decode(it_bit_buff, env_shape_data, in ixheaacd_ld_mps_frame_parsing()
888 self->env_shape_data[i][ts] = (FLOAT32)pow( in ixheaacd_ld_mps_frame_parsing()
889 2, (FLOAT32)env_shape_data[ts] / in ixheaacd_ld_mps_frame_parsing()
Dixheaacd_mps_temp_reshape.c182 gain = self->env_shape_data[ch][time_slot] * dmx_energy[time_slot] / in ixheaacd_mps_time_env_shaping()
Dixheaacd_mps_dec.h227 FLOAT32 env_shape_data[2][MAX_TIME_SLOTS]; member
833 WORD32 env_shape_data[MAX_OUTPUT_CHANNELS_MPS][MAX_TIME_SLOTS]; member
Dixheaacd_mps_reshape_bb_env.c422 WORD32 *env = &p_aux_struct->env_shape_data[ch2][0]; in ixheaacd_reshape_bb_env()
Dixheaacd_mps_bitdec.c1053 p_aux_struct->env_shape_data[i][ts] = envshape_data[bs_env_shape_data[ts]]; in ixheaacd_parse_frame()