Home
last modified time | relevance | path

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

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