Home | History | Annotate | Download | only in src

Lines Matching refs:refList0Size

34         video->refList0Size = 0;
90 video->refList0Size = list0idx;
104 SortPicByPicNumLongTerm(&(video->RefPicList0[video->refList0Size]), list0idx - video->refList0Size);
105 video->refList0Size = list0idx;
112 if ((video->refList0Size == video->refList1Size) && (video->refList0Size > 1))
117 for (i = 0; i < video->refList0Size; i++)
124 if (i == video->refList0Size)
133 video->refList0Size = AVC_MIN(video->refList0Size, (int)video->sliceHdr->num_ref_idx_l0_active_minus1 + 1);
153 if (video->refList0Size == 0)
178 list_size = &(video->refList0Size);