HomeSort by relevance Sort by last modified time
    Searched full:sb_gain (Results 1 - 1 of 1) sorted by null

  /external/libxaac/decoder/
ixheaacd_esbr_envcal.c 89 p_adj, boost_gain, sb_gain, sb_noise, local
516 c = 0, sb_gain = 0, sb_noise = 0;
518 sb_gain += (*e_gain)[n][k] * smooth_filt[c];
527 *ptr_real_buf * sb_gain +
530 *ptr_imag_buf = *ptr_imag_buf * sb_gain +
691 c = 0, sb_gain = 0, sb_noise = 0;
693 sb_gain += (*e_gain)[n][k] * smooth_filt[c];
700 *ptr_real_buf = *ptr_real_buf * sb_gain +
702 *ptr_imag_buf = *ptr_imag_buf * sb_gain +
    [all...]

Completed in 578 milliseconds