Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/amrnb/enc/src/
Dg_adapt.cpp419 Word16 filt; /* median-filtered LTP coding gain, Q13 */ in gain_adapt() local
473 filt = gmed_n(st->ltpg_mem, 5); /* function result */ in gain_adapt()
477 if (filt > 5443) /* 5443 Q13 = 0.66443... */ in gain_adapt()
483 if (filt < 0) in gain_adapt()
490 filt = shl(filt, 2, pOverflow); /* Q15 */ in gain_adapt()
491 result = mult(24660, filt, pOverflow); in gain_adapt()