Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/
Ddecoding_state.cc100 uint16_t frame_index = picture_id_ % kFrameDecodedLength; in SetState()
110 (frame_decoded_cleared_to_ + 1) % kFrameDecodedLength; in SetState()
281 uint16_t frame_index = frame_ref % kFrameDecodedLength; in ContinuousFrameRefs()
315 ? kFrameDecodedLength - (index - frame_decoded_cleared_to_) in AheadOfFramesDecodedClearedTo()
317 return diff > kFrameDecodedLength / 2; in AheadOfFramesDecodedClearedTo()
Ddecoding_state.h30 static const uint16_t kFrameDecodedLength = 1 << kNumRefBits; variable
80 bool frame_decoded_[kFrameDecodedLength];
Ddecoding_state_unittest.cc643 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 2; in TEST()
652 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 1; in TEST()