Searched defs:RefPicList1 (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/libva/va/
H A Dva_enc_h264.h460 VAPictureH264 RefPicList1[32]; member in struct:_VAEncSliceParameterBufferH264
616 * prediction in the initialized RefPicList1 in decoding
621 * the initialized RefPicList1 in decoding anchor views.
634 * prediction in the initialized RefPicList1 in decoding
639 * the initialized RefPicList1 in decoding non-anchor views.
H A Dva.h2261 VAPictureH264 RefPicList1[32]; /* See 8.2.4.2 */ member in struct:_VASliceParameterBufferH264
/hardware/intel/common/libva/test/encode/
H A Davcenc.c154 static VAPictureH264 ReferenceFrames[16], RefPicList0[32], RefPicList1[32]; variable
459 slice_param->RefPicList1[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
461 slice_param->RefPicList1[j].picture_id = VA_INVALID_SURFACE;
462 slice_param->RefPicList1[j].flags = VA_PICTURE_H264_INVALID;

Completed in 364 milliseconds