Searched refs:gain_sf (Results 1 – 1 of 1) sorted by relevance
518 int gain_sf[(((1024) / (32) * (4) / 2) + (3 * (4)))]; in apply_inter_tes() local659 gain_sf[i] = mult_sf - total_power_low_sf + sf2; in apply_inter_tes()660 gain[i] = sqrtFixp_lookup(gain[i], &gain_sf[i]); in apply_inter_tes()661 if (gain_sf[i] < 0) { in apply_inter_tes()662 gain[i] >>= -gain_sf[i]; in apply_inter_tes()663 gain_sf[i] = 0; in apply_inter_tes()668 gain_sf[i] = 0; in apply_inter_tes()671 gain_sf[i] = 0; in apply_inter_tes()681 if (gain_sf[i] < 0) { in apply_inter_tes()682 gain[i] >>= -gain_sf[i]; in apply_inter_tes()[all …]