Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Drtt_filter.cc96 int diffSign = (diffFromAvg >= 0) ? 1 : -1; in JumpDetection() local
98 if (diffSign != jumpCountSign) { in JumpDetection()
111 _jumpCount += diffSign; in JumpDetection()