Searched refs:pRefList (Results 1 – 2 of 2) sorted by relevance
964 VAPictureH264* pRefList = NULL;974 pRefList = slice_parms->RefPicList0;976 pRefList = slice_parms->RefPicList1;978 for (i = 0; i < 32; i++, pRefList++)980 if (VA_PICTURE_H264_INVALID == pRefList->flags)986 pRefList->TopFieldOrderCnt)1046 VAPictureH264* pRefList = NULL;1056 pRefList = slice_parms->RefPicList0;1058 pRefList = slice_parms->RefPicList1;1060 for (i = 0; i < 32; i++, pRefList++)[all …]
943 VAPictureH264 *pRefList = NULL; in mix_videofmt_h264_hack_dpb() local964 pRefList = pic_data->slc_data[i].slc_parms.RefPicList0; in mix_videofmt_h264_hack_dpb()969 if (pRefList[j].flags & VA_PICTURE_H264_INVALID) in mix_videofmt_h264_hack_dpb()976 if (pic_params->ReferenceFrames[k].TopFieldOrderCnt == pRefList[j].TopFieldOrderCnt) in mix_videofmt_h264_hack_dpb()979 tflags = pic_params->ReferenceFrames[k].flags | pRefList[j].flags; in mix_videofmt_h264_hack_dpb()990 guint poc = mix_videofmt_h264_get_poc(&(pRefList[j])); in mix_videofmt_h264_hack_dpb()998 pRefList[j].flags; in mix_videofmt_h264_hack_dpb()1000 pRefList[j].frame_idx; in mix_videofmt_h264_hack_dpb()1002 pRefList[j].TopFieldOrderCnt; in mix_videofmt_h264_hack_dpb()1004 pRefList[j].BottomFieldOrderCnt; in mix_videofmt_h264_hack_dpb()[all …]