HomeSort by relevance Sort by last modified time
    Searched refs:gain_threshold (Results 1 - 3 of 3) sorted by null

  /external/libxaac/decoder/
ixheaacd_acelp_decode.c 546 if (gain_code0 < st->gain_threshold) {
548 if (gain_code0 > st->gain_threshold) gain_code0 = st->gain_threshold;
551 if (gain_code0 < st->gain_threshold) gain_code0 = st->gain_threshold;
553 st->gain_threshold = gain_code0;
ixheaacd_main.h 57 FLOAT32 gain_threshold; member in struct:ia_usac_lpd_decoder
ixheaacd_lpc.c 163 st->gain_threshold = 0.0f;

Completed in 216 milliseconds