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

  /hardware/intel/common/libva/va/
va_enc_h264.h 460 VAPictureH264 RefPicList1[32];
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.
va_trace.c     [all...]
va.h     [all...]
  /external/libvncserver/libvncclient/
h264.c 537 p->RefPicList1[i].flags = VA_PICTURE_H264_INVALID;
539 p->RefPicList1[0].picture_id = 0xffffffff;
568 p->RefPicList1[i].flags = VA_PICTURE_H264_INVALID;
570 p->RefPicList1[0].picture_id = 0xffffffff;
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
picture.c 446 if (h264->RefPicList1[i].picture_id != VA_INVALID_ID && h264->slice_type == 1) {
448 context->desc.h264enc.ref_idx_l1 = context->desc.h264enc.frame_idx[h264->RefPicList1[i].picture_id];
  /hardware/intel/img/psb_video/src/
pnw_H264.c     [all...]
  /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]);
976 pRefList = slice_parms->RefPicList1;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c 1008 pRefList = pic_data->slc_data[i].slc_parms.RefPicList1;
1215 if (!(pic_data->slc_data[i].slc_parms.RefPicList1[j].flags & VA_PICTURE_H264_INVALID))
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 154 static VAPictureH264 ReferenceFrames[16], RefPicList0[32], RefPicList1[32];
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;
    [all...]
h264encode.c     [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderAVC.cpp 458 ref = sliceParam->RefPicList1;
551 sliceParam->RefPicList1;
    [all...]

Completed in 1192 milliseconds