Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/utility/
Ddecoded_frames_history.cc53 int64_t id_jump = frameid.picture_id - *history.last_picture_id; in InsertDecoded() local
56 if (id_jump >= window_size_) { in InsertDecoded()