Searched refs:ixheaacd_gamma_table (Results 1 – 1 of 1) sorted by relevance
29 static FLOAT32 ixheaacd_gamma_table[17] = { variable80 s -= (a[j] * ixheaacd_gamma_table[j]) * x[i - j]; in ixheaacd_lpc_wt_synthesis_tool()81 s -= (a[j + 1] * ixheaacd_gamma_table[j + 1]) * x[i - (j + 1)]; in ixheaacd_lpc_wt_synthesis_tool()82 s -= (a[j + 2] * ixheaacd_gamma_table[j + 2]) * x[i - (j + 2)]; in ixheaacd_lpc_wt_synthesis_tool()83 s -= (a[j + 3] * ixheaacd_gamma_table[j + 3]) * x[i - (j + 3)]; in ixheaacd_lpc_wt_synthesis_tool()