Searched refs:refpiclist1_max (Results 1 – 1 of 1) sorted by relevance
1644 int refpiclist1_max = (h264_maxref >> 16) & 0xffff; in render_slice() local1652 memcpy(slice_param.RefPicList1, RefPicList1_B, refpiclist1_max*sizeof(VAPictureH264)); in render_slice()1653 for (i = refpiclist1_max; i < 32; i++) { in render_slice()