Home
last modified time | relevance | path

Searched refs:RefPicList0_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
1269 memcpy(RefPicList0_B, ReferenceFrames, numShortTerm * sizeof(VAPictureH264)); in update_RefPicList()
1270 sort_two(RefPicList0_B, 0, numShortTerm-1, current_poc, 0, in update_RefPicList()
1414 pic_param.ReferenceFrames[0] = RefPicList0_B[0]; in render_picture()
1646 memcpy(slice_param.RefPicList0, RefPicList0_B, refpiclist0_max*sizeof(VAPictureH264)); in render_slice()