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

/external/chromium_org/third_party/opus/src/celt/
H A 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];
355 *delayedIntra = ADD32(MULT16_32_Q15(MULT16_16_Q15(pred_coef[LM], pred_coef[LM]),*delayedIntra),
443 coef = pred_coef[LM];
/external/libopus/celt/
H A 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];
355 *delayedIntra = ADD32(MULT16_32_Q15(MULT16_16_Q15(pred_coef[LM], pred_coef[LM]),*delayedIntra),
443 coef = pred_coef[LM];

Completed in 41 milliseconds