Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_mps_parse.c356 int env_shape_data[MAX_TIME_SLOTS]; in ixheaacd_mps_frame_parsing() local
478 ixheaacd_mps_huff_decode(bitstream, env_shape_data, in ixheaacd_mps_frame_parsing()
481 self->env_shape_data[i][ts] = (float)pow( in ixheaacd_mps_frame_parsing()
482 2, (float)env_shape_data[ts] / in ixheaacd_mps_frame_parsing()
Dixheaacd_mps_temp_reshape.c165 gain = self->env_shape_data[ch][time_slot] * dmx_energy[time_slot] / in ixheaacd_mps_time_env_shaping()
Dixheaacd_mps_dec.h197 FLOAT32 env_shape_data[2][MAX_TIME_SLOTS]; member