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

/hardware/intel/common/libva/va/
H A Dva_enc_h264.h458 VAPictureH264 RefPicList0[32]; member in struct:_VAEncSliceParameterBufferH264
607 * prediction in the initialized RefPicList0 in decoding
612 * the initialized RefPicList0 in decoding anchor views.
625 * prediction in the initialized RefPicList0 in decoding
630 * the initialized RefPicList0 in decoding non-anchor views.
H A Dva.h523 * determined by the maximum number of RefPicList0 and RefPicList0 which can be queried from
2260 VAPictureH264 RefPicList0[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
450 slice_param->RefPicList0[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
452 slice_param->RefPicList0[j].picture_id = VA_INVALID_SURFACE;
453 slice_param->RefPicList0[j].flags = VA_PICTURE_H264_INVALID;

Completed in 93 milliseconds