HomeSort by relevance Sort by last modified time
    Searched defs:ReferenceFrames (Results 1 - 5 of 5) sorted by null

  /hardware/intel/common/libva/va/
va_dec_hevc.h 62 * In this case, two entries of ReferenceFrames[] may share same picture_id
94 * Number of ReferenceFrames[] entries with this bit set equals
99 * Number of ReferenceFrames[] entries with this bit set equals
104 * Number of ReferenceFrames[] entries with this bit set equals
110 * and VA_PICTURE_HEVC_RPS_LT_CURR of any picture in ReferenceFrames[] should
138 VAPictureHEVC ReferenceFrames[15];
345 /** \brief index into ReferenceFrames[]
va_enc_h264.h 300 VAPictureH264 ReferenceFrames[16];
va.h 522 * via VAPictureParameterBufferH264:ReferenceFrames. The scratch surfaces number is
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 154 static VAPictureH264 ReferenceFrames[16], RefPicList0[32], RefPicList1[32];
333 pic_param->ReferenceFrames[0].picture_id = surface_ids[SID_REFERENCE_PICTURE_L0];
334 pic_param->ReferenceFrames[1].picture_id = surface_ids[SID_REFERENCE_PICTURE_L1];
335 pic_param->ReferenceFrames[2].picture_id = VA_INVALID_ID;
    [all...]
h264encode.c 91 static VAPictureH264 ReferenceFrames[16], RefPicList0_P[32], RefPicList0_B[32], RefPicList1_B[32];
    [all...]

Completed in 212 milliseconds