Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_acelp_decode.c546 if (gain_code0 < st->gain_threshold) { in ixheaacd_acelp_alias_cnx()
548 if (gain_code0 > st->gain_threshold) gain_code0 = st->gain_threshold; in ixheaacd_acelp_alias_cnx()
551 if (gain_code0 < st->gain_threshold) gain_code0 = st->gain_threshold; in ixheaacd_acelp_alias_cnx()
553 st->gain_threshold = gain_code0; in ixheaacd_acelp_alias_cnx()
Dixheaacd_main.h57 FLOAT32 gain_threshold; member
Dixheaacd_lpc.c163 st->gain_threshold = 0.0f; in ixheaacd_fix2flt_data()