Home
last modified time | relevance | path

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

/aosp_15_r20/external/libxaac/encoder/drc_src/
H A Dimpd_drc_gain_calculator.c66 ia_drc_compand_segment_struct *pstr_compand_segment; in impd_drc_compand_get_volume() local
85 pstr_compand_segment = &pstr_drc_compand->str_segment[idx - 1]; in impd_drc_compand_get_volume()
86 in_log -= pstr_compand_segment->x; in impd_drc_compand_get_volume()
87 out_log = pstr_compand_segment->y + in impd_drc_compand_get_volume()
88 in_log * (pstr_compand_segment->a * in_log + pstr_compand_segment->b); in impd_drc_compand_get_volume()
259 ia_drc_compand_segment_struct *pstr_compand_segment; in impd_drc_stft_drc_compand_get_volume() local
273 pstr_compand_segment = &pstr_drc_stft_gain_handle->str_segment[idx - 1]; in impd_drc_stft_drc_compand_get_volume()
274 in_log -= (FLOAT32)(pstr_compand_segment->x); in impd_drc_stft_drc_compand_get_volume()
275 out_log = (FLOAT32)(pstr_compand_segment->y + in impd_drc_stft_drc_compand_get_volume()
276 in_log * (pstr_compand_segment->a * in_log + pstr_compand_segment->b)); in impd_drc_stft_drc_compand_get_volume()