Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Damrnbdec.c128 …uint8_t hang_count; ///< the number of subframes since a hangover period star… member
604 p->hang_count = 0; in fixed_gain_smooth()
608 if (p->hang_count < 40) { in fixed_gain_smooth()
609 p->hang_count++; in fixed_gain_smooth()