Searched refs:pred_coef (Results 1 – 1 of 1) sorted by relevance
63 static const opus_val16 pred_coef[4] = {29440, 26112, 21248, 16384}; variable67 static const opus_val16 pred_coef[4] = {29440/32768., 26112/32768., 21248/32768., 16384/32768.}; variable176 coef = pred_coef[LM]; in quant_coarse_energy_impl()355 … *delayedIntra = ADD32(MULT16_32_Q15(MULT16_16_Q15(pred_coef[LM], pred_coef[LM]),*delayedIntra), in quant_coarse_energy()444 coef = pred_coef[LM]; in unquant_coarse_energy()