Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.h121 size_t frames_since_kf_; variable
Dvp9_impl.cc74 frames_since_kf_(0), in VP9EncoderImpl()
601 ++frames_since_kf_; in PopulateCodecSpecific()
608 frames_since_kf_ = 0; in PopulateCodecSpecific()
633 static_cast<uint8_t>(frames_since_kf_ % gof_.num_frames_in_gof); in PopulateCodecSpecific()