Home
last modified time | relevance | path

Searched refs:ref_pic_list_b0_ (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_decoder.cc56 ref_pic_list_b0_.clear(); in Reset()
84 *ref_pic_list0 = ref_pic_list_b0_; in ModifyReferencePicLists()
434 ref_pic_list_b0_.clear(); in ConstructReferencePicListsB()
436 dpb_.GetShortTermRefPicsAppending(&ref_pic_list_b0_); in ConstructReferencePicListsB()
437 size_t num_short_refs = ref_pic_list_b0_.size(); in ConstructReferencePicListsB()
440 std::sort(ref_pic_list_b0_.begin(), ref_pic_list_b0_.end(), POCAscCompare()); in ConstructReferencePicListsB()
444 iter = std::upper_bound(ref_pic_list_b0_.begin(), ref_pic_list_b0_.end(), in ConstructReferencePicListsB()
448 std::sort(ref_pic_list_b0_.begin(), iter, POCDescCompare()); in ConstructReferencePicListsB()
451 dpb_.GetLongTermRefPicsAppending(&ref_pic_list_b0_); in ConstructReferencePicListsB()
452 std::sort(ref_pic_list_b0_.begin() + num_short_refs, ref_pic_list_b0_.end(), in ConstructReferencePicListsB()
[all …]
Dh264_decoder.h240 H264Picture::Vector ref_pic_list_b0_; variable