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() local661 gain_sf[i] = mult_sf - total_power_low_sf + sf2; in apply_inter_tes()662 gain[i] = sqrtFixp_lookup(gain[i], &gain_sf[i]); in apply_inter_tes()663 if (gain_sf[i] < 0) { in apply_inter_tes()664 gain[i] >>= -gain_sf[i]; in apply_inter_tes()665 gain_sf[i] = 0; in apply_inter_tes()670 gain_sf[i] = 0; in apply_inter_tes()673 gain_sf[i] = 0; in apply_inter_tes()683 if (gain_sf[i] < 0) { in apply_inter_tes()684 gain[i] >>= -gain_sf[i]; in apply_inter_tes()[all …]