Home
last modified time | relevance | path

Searched refs:RefFrameList (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_h264.cpp44 // An index that identifies an uncompressed surface for the CurrPic or RefFrameList member of the picture in d3d12_video_decoder_refresh_dpb_active_references_h264()
46 // structure(section 6.0) When Index7Bits is used in the CurrPic and RefFrameList members of the picture in d3d12_video_decoder_refresh_dpb_active_references_h264()
49 // the surface indirectly, as an index into the RefFrameList array of the associated picture parameters in d3d12_video_decoder_refresh_dpb_active_references_h264()
52 if (pCurrPicParams->RefFrameList[i].bPicEntry != DXVA_H264_INVALID_PICTURE_ENTRY_VALUE) { in d3d12_video_decoder_refresh_dpb_active_references_h264()
53 pCurrPicParams->RefFrameList[i].Index7Bits = in d3d12_video_decoder_refresh_dpb_active_references_h264()
59 pD3D12Dec->m_spDPBManager->mark_references_in_use(pCurrPicParams->RefFrameList); in d3d12_video_decoder_refresh_dpb_active_references_h264()
107 // An index that identifies an uncompressed surface for the CurrPic or RefFrameList member of the picture in d3d12_video_decoder_prepare_current_frame_references_h264()
109 // When Index7Bits is used in the CurrPic and RefFrameList members of the picture parameters structure, the value in d3d12_video_decoder_prepare_current_frame_references_h264()
112 // RefFrameList array of the associated picture parameters structure.For more information, see section 6.2. In in d3d12_video_decoder_prepare_current_frame_references_h264()
118 d3d12_video_decoder_get_current_dxva_picparams<DXVA_PicParams_H264>(pD3D12Dec)->RefFrameList, in d3d12_video_decoder_prepare_current_frame_references_h264()
[all...]
H A Dd3d12_video_dec_h264.h134 DXVA_PicEntry_H264 RefFrameList[16]; /* flag LT */ member
/third_party/ffmpeg/libavcodec/
H A Ddxva2_h264.c66 for (i = 0, j = 0; i < FF_ARRAY_ELEMS(pp->RefFrameList); i++) { in fill_picture_parameters()
76 fill_picture_entry(&pp->RefFrameList[i], in fill_picture_parameters()
91 pp->RefFrameList[i].bPicEntry = 0xff; in fill_picture_parameters()
211 for (i = 0; i < FF_ARRAY_ELEMS(pp->RefFrameList); i++) { in get_refpic_index()
212 if ((pp->RefFrameList[i].bPicEntry & 0x7f) == surface_index) in get_refpic_index()

Completed in 3 milliseconds