Lines Matching refs:SoftFloat
163 SoftFloat temp1, temp2, fac; in sbr_dequant()
189 SoftFloat temp1, temp2, fac; in sbr_dequant()
207 SoftFloat temp1; in sbr_dequant()
243 SoftFloat phi[3][2][2]; in sbr_hf_inverse_filter()
244 SoftFloat a00, a01, a10, a11; in sbr_hf_inverse_filter()
245 SoftFloat dk; in sbr_hf_inverse_filter()
257 SoftFloat temp_real, temp_im; in sbr_hf_inverse_filter()
273 SoftFloat temp_real, temp_im; in sbr_hf_inverse_filter()
404 static const SoftFloat limgain[4] = { { 760155524, 0 }, { 0x20000000, 1 }, in sbr_gain_calc()
410 SoftFloat gain_boost, gain_max; in sbr_gain_calc()
411 SoftFloat sum[2]; in sbr_gain_calc()
414 const SoftFloat temp = av_div_sf(sbr->e_origmapped[e][m], in sbr_gain_calc()
449 SoftFloat q_m_max = av_div_sf( in sbr_gain_calc()
497 static const SoftFloat h_smooth[5] = { in sbr_hf_assemble()
504 SoftFloat (*g_temp)[48] = ch_data->g_temp, (*q_temp)[48] = ch_data->q_temp; in sbr_hf_assemble()
533 SoftFloat g_filt_tab[48]; in sbr_hf_assemble()
534 SoftFloat q_filt_tab[48]; in sbr_hf_assemble()
535 SoftFloat *g_filt, *q_filt; in sbr_hf_assemble()
573 SoftFloat *in = sbr->s_m[e]; in sbr_hf_assemble()