Searched defs:gain_offset (Results 1 - 3 of 3) sorted by relevance

/external/libxaac/decoder/drc_src/
H A Dimpd_drc_static_payload.c1398 FLOAT32 gain_offset; local
1403 gain_offset = (1 + (temp & 0x1f)) * 0.25f;
1406 gain_offset = -gain_offset;
1408 pstr_gain_modifiers->gain_offset[b] = gain_offset;
1423 FLOAT32 attn_scaling = 1.0f, ampl_scaling = 1.0f, gain_offset = 0.0f; local
1442 gain_offset = (1 + (temp & 0x1f)) * 0.25f;
1445 gain_offset = -gain_offset;
[all...]
H A Dimpd_drc_struct.h155 FLOAT32 gain_offset; member in struct:__anon13058
296 FLOAT32 gain_offset[BAND_COUNT_MAX]; member in struct:__anon13069
/external/libxaac/decoder/
H A Dixheaacd_config.h530 FLOAT32 gain_offset[BAND_COUNT_MAX]; member in struct:__anon13192

Completed in 211 milliseconds