Lines Matching refs:ref_pic_marking
174 static_assert(sizeof(curr_pic_->ref_pic_marking) == in InitCurrPicture()
175 sizeof(slice_hdr->ref_pic_marking), in InitCurrPicture()
177 memcpy(curr_pic_->ref_pic_marking, slice_hdr->ref_pic_marking, in InitCurrPicture()
178 sizeof(curr_pic_->ref_pic_marking)); in InitCurrPicture()
756 for (size_t i = 0; i < arraysize(pic->ref_pic_marking); ++i) { in HandleMemoryManagementOps()
758 H264DecRefPicMarking* ref_pic_marking = &pic->ref_pic_marking[i]; in HandleMemoryManagementOps() local
762 switch (ref_pic_marking->memory_mgmnt_control_operation) { in HandleMemoryManagementOps()
771 pic->pic_num - (ref_pic_marking->difference_of_pic_nums_minus1 + 1); in HandleMemoryManagementOps()
785 ref_pic_marking->long_term_pic_num); in HandleMemoryManagementOps()
797 pic->pic_num - (ref_pic_marking->difference_of_pic_nums_minus1 + 1); in HandleMemoryManagementOps()
802 to_mark->long_term_frame_idx = ref_pic_marking->long_term_frame_idx; in HandleMemoryManagementOps()
812 ref_pic_marking->max_long_term_frame_idx_plus1 - 1; in HandleMemoryManagementOps()
843 static_cast<int>(ref_pic_marking->long_term_frame_idx)) in HandleMemoryManagementOps()
850 pic->long_term_frame_idx = ref_pic_marking->long_term_frame_idx; in HandleMemoryManagementOps()