Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dh264encode.c91 static VAPictureH264 ReferenceFrames[16], RefPicList0_P[32], RefPicList0_B[32], RefPicList1_B[32]; variable
1273 memcpy(RefPicList1_B, ReferenceFrames, numShortTerm * sizeof(VAPictureH264)); in update_RefPicList()
1274 sort_two(RefPicList1_B, 0, numShortTerm-1, current_poc, 0, in update_RefPicList()
1415 pic_param.ReferenceFrames[1] = RefPicList1_B[0]; in render_picture()
1652 memcpy(slice_param.RefPicList1, RefPicList1_B, refpiclist1_max*sizeof(VAPictureH264)); in render_slice()