HomeSort by relevance Sort by last modified time
    Searched refs:kFrameDecodedLength (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
decoding_state.h 27 static const uint16_t kFrameDecodedLength = 1 << kNumRefBits;
76 bool frame_decoded_[kFrameDecodedLength];
decoding_state.cc 78 uint16_t frame_index = picture_id_ % kFrameDecodedLength;
88 (frame_decoded_cleared_to_ + 1) % kFrameDecodedLength;
253 uint16_t frame_index = frame_ref % kFrameDecodedLength;
280 ? kFrameDecodedLength - (index - frame_decoded_cleared_to_)
282 return diff > kFrameDecodedLength / 2;
decoding_state_unittest.cc 629 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 2;
638 vp9_hdr.picture_id = VCMDecodingState::kFrameDecodedLength - 1;

Completed in 89 milliseconds