Searched refs:kFrameDecodedLength (Results 1 – 3 of 3) sorted by relevance
100 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()
30 static const uint16_t kFrameDecodedLength = 1 << kNumRefBits; variable80 bool frame_decoded_[kFrameDecodedLength];
643 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 2; in TEST()652 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 1; in TEST()