Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Ddecoding_state.cc78 uint16_t frame_index = picture_id_ % kFrameDecodedLength; in SetState()
88 (frame_decoded_cleared_to_ + 1) % kFrameDecodedLength; in SetState()
253 uint16_t frame_index = frame_ref % kFrameDecodedLength; in ContinuousFrameRefs()
280 ? kFrameDecodedLength - (index - frame_decoded_cleared_to_) in AheadOfFramesDecodedClearedTo()
282 return diff > kFrameDecodedLength / 2; in AheadOfFramesDecodedClearedTo()
Ddecoding_state.h27 static const uint16_t kFrameDecodedLength = 1 << kNumRefBits; variable
76 bool frame_decoded_[kFrameDecodedLength];
Ddecoding_state_unittest.cc629 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 2; in TEST()
638 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 1; in TEST()