Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.h87 /// Get the Index7Bits associated with this decode target
88 /// If there isn't one assigned yet, gives out a fresh/unused Index7Bits
180 picEntry.Index7Bits =
181 update_entry(picEntry.Index7Bits, pOutputReference, OutputSubresource, outNeedsTransitionToDecodeRead);
216 mark_reference_in_use(picEntry.Index7Bits);
H A Dd3d12_video_dec_h264.cpp39 // Assign DXVA original Index7Bits indices to current frame and references in d3d12_video_decoder_refresh_dpb_active_references_h264()
43 // Index7Bits 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()
48 // Index7Bits is used in the RefPicList member of the slice control data structure, the value identifies in d3d12_video_decoder_refresh_dpb_active_references_h264()
50 // structure.For more information, see section 6.2. In all cases, when Index7Bits does not contain a valid in d3d12_video_decoder_refresh_dpb_active_references_h264()
53 pCurrPicParams->RefFrameList[i].Index7Bits = in d3d12_video_decoder_refresh_dpb_active_references_h264()
65 pCurrPicParams->CurrPic.Index7Bits = pD3D12Dec->m_spDPBManager->get_index7bits(pD3D12Dec->m_pCurrentDecodeTarget); in d3d12_video_decoder_refresh_dpb_active_references_h264()
100 pPicParams->CurrPic.Index7Bits = pD3D12Dec->m_spDPBManager->store_future_reference(pPicParams->CurrPic.Index7Bits, in d3d12_video_decoder_prepare_current_frame_references_h264()
106 // Index7Bits in d3d12_video_decoder_prepare_current_frame_references_h264()
[all...]
H A Dd3d12_video_dec_h264.h36 0x7F; // This corresponds to DXVA_PicEntry_H264.Index7Bits ; Not to be confused with the invalid value for
88 uint8_t Index7Bits : 7; member

Completed in 4 milliseconds