Home
last modified time | relevance | path

Searched refs:pred_coef (Results 1 – 1 of 1) sorted by relevance

/external/libopus/celt/
Dquant_bands.c63 static const opus_val16 pred_coef[4] = {29440, 26112, 21248, 16384}; variable
67 static const opus_val16 pred_coef[4] = {29440/32768., 26112/32768., 21248/32768., 16384/32768.}; variable
176 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()
443 coef = pred_coef[LM]; in unquant_coarse_energy()