Searched refs:kFrameDecodedLength (Results 1 – 3 of 3) sorted by relevance
78 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()
27 static const uint16_t kFrameDecodedLength = 1 << kNumRefBits; variable76 bool frame_decoded_[kFrameDecodedLength];
629 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 2; in TEST()638 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 1; in TEST()