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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729postfilter.c431 int gain_term; local
453 gain_term = 0;
455 gain_term += FFABS(lp_gn[i + 10]);
456 gain_term >>= 2; // (3.12) -> (5.10)
458 if (gain_term > 0x400) { // 1.0 in (5.10)
459 temp = 0x2000000 / gain_term; // 1.0/gain_term in (0.15)

Completed in 59 milliseconds