Searched refs:ref_frames_ (Results 1 – 2 of 2) sorted by relevance
24 ref_frames_.resize(kVp9NumRefFrames); in VP9Decoder()45 for (auto& ref_frame : ref_frames_) in Reset()96 if (frame_to_show >= ref_frames_.size() || !ref_frames_[frame_to_show]) { in Decode()102 if (!accelerator_->OutputPicture(ref_frames_[frame_to_show])) { in Decode()130 for (auto& ref_frame : ref_frames_) in Decode()166 ref_frames_[i] = pic; in RefreshReferenceFrames()198 context.loop_filter(), ref_frames_, done_cb)) in DecodeAndOutputPicture()
139 std::vector<scoped_refptr<VP9Picture>> ref_frames_; variable