Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dh264_decoder.cc57 ref_pic_list_b1_.clear(); in Reset()
85 *ref_pic_list1 = ref_pic_list_b1_; in ModifyReferencePicLists()
435 ref_pic_list_b1_.clear(); in ConstructReferencePicListsB()
460 dpb_.GetShortTermRefPicsAppending(&ref_pic_list_b1_); in ConstructReferencePicListsB()
461 num_short_refs = ref_pic_list_b1_.size(); in ConstructReferencePicListsB()
464 std::sort(ref_pic_list_b1_.begin(), ref_pic_list_b1_.end(), POCDescCompare()); in ConstructReferencePicListsB()
467 iter = std::upper_bound(ref_pic_list_b1_.begin(), ref_pic_list_b1_.end(), in ConstructReferencePicListsB()
471 std::sort(ref_pic_list_b1_.begin(), iter, POCAscCompare()); in ConstructReferencePicListsB()
474 dpb_.GetShortTermRefPicsAppending(&ref_pic_list_b1_); in ConstructReferencePicListsB()
475 std::sort(ref_pic_list_b1_.begin() + num_short_refs, ref_pic_list_b1_.end(), in ConstructReferencePicListsB()
[all …]
Dh264_decoder.h241 H264Picture::Vector ref_pic_list_b1_; variable