Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp521 int gain_sf[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in apply_inter_tes() local
664 gain_sf[i] = mult_sf - total_power_low_sf + sf2; in apply_inter_tes()
665 gain[i] = sqrtFixp_lookup(gain[i], &gain_sf[i]); in apply_inter_tes()
666 if (gain_sf[i] < 0) { in apply_inter_tes()
667 gain[i] >>= fMin(DFRACT_BITS - 1, -gain_sf[i]); in apply_inter_tes()
668 gain_sf[i] = 0; in apply_inter_tes()
673 gain_sf[i] = 0; in apply_inter_tes()
676 gain_sf[i] = 0; in apply_inter_tes()
688 gain_sf[i]; /* to substract this from gain[i] */ in apply_inter_tes()
693 int mult_sf = gain_sf[i] + gamma_sf; in apply_inter_tes()
[all …]