Searched refs:MAX_REF_PIC_LIST (Results 1 – 3 of 3) sorted by relevance
81 #define MAX_REF_PIC_LIST 33 /* max size of the RefPicList0 and RefPicList1 */ macro758 AVCPictureData *RefPicList0[MAX_REF_PIC_LIST]; /* list 0 */759 AVCPictureData *RefPicList1[MAX_REF_PIC_LIST]; /* list 1 */
279 if (num_ref_idx_lX_active_minus1 + 1 >= MAX_REF_PIC_LIST) in ReorderShortTerm()332 if (num_ref_idx_lX_active_minus1 + 1 >= MAX_REF_PIC_LIST) in ReorderLongTerm()
40 #define MAX_REF_PIC_LIST 33 macro