HomeSort by relevance Sort by last modified time
    Searched refs:RefPicList0 (Results 1 - 13 of 13) sorted by null

  /hardware/intel/common/libva/va/
va_enc_h264.h 458 VAPictureH264 RefPicList0[32];
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.
va_trace.c     [all...]
va.h 523 * determined by the maximum number of RefPicList0 and RefPicList0 which can be queried from
    [all...]
  /external/libvncserver/libvncclient/
h264.c 403 memcpy(&slice_param_buf->RefPicList0[0], &va_old_picture_h264, sizeof(VAPictureH264));
404 slice_param_buf->RefPicList0[0].flags = 0;
536 p->RefPicList0[i].flags = VA_PICTURE_H264_INVALID;
567 p->RefPicList0[i].flags = VA_PICTURE_H264_INVALID;
571 p->RefPicList0[0].picture_id = 0xffffffff;
  /hardware/intel/common/libva/test/encode/
h264encode.c     [all...]
avcenc.c 154 static VAPictureH264 ReferenceFrames[16], RefPicList0[32], RefPicList1[32];
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;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 442 if (h264->RefPicList0[i].picture_id != VA_INVALID_ID) {
444 context->desc.h264enc.ref_idx_l0 = context->desc.h264enc.frame_idx[h264->RefPicList0[i].picture_id];
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 297 refPicListX = (i == 0) ? &(slc_parms->RefPicList0[0]) : &(slc_parms->RefPicList1[0]);
311 refPicListX = (i == 0) ? &(slc_parms->RefPicList0[0]) : &(slc_parms->RefPicList1[0]);
974 pRefList = slice_parms->RefPicList0;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 964 pRefList = pic_data->slc_data[i].slc_parms.RefPicList0;
1192 if (!(pic_data->slc_data[i].slc_parms.RefPicList0[j].flags & VA_PICTURE_H264_INVALID))
1194 poc = mix_videofmt_h264_get_poc(&(pic_data->slc_data[i].slc_parms.RefPicList0[j]));
1204 pic_data->slc_data[i].slc_parms.RefPicList0[j].picture_id =
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264.c     [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 432 VAPictureH264 *ref = sliceParam->RefPicList0;
550 refList = (list == 0) ? sliceParam->RefPicList0 :
    [all...]

Completed in 1767 milliseconds