Home
last modified time | relevance | path

Searched refs:AssociatedFlag (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_h264.cpp245 picEntry.AssociatedFlag, in d3d12_video_decoder_log_pic_entry_h264()
256 debug_printf("CurrPic.AssociatedFlag = %d\n", pPicParams->CurrPic.AssociatedFlag); in d3d12_video_decoder_log_pic_params_h264()
341 // CurrPic.AssociatedFlag in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
342 // If field_pic_flag is 1, the AssociatedFlag field in CurrPic is interpreted as follows: in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
345 // If field_pic_flag is 0, AssociatedFlag has no meaning and shall be 0, and the accelerator shall ignore the value. in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
347 dxvaStructure.CurrPic.AssociatedFlag = (pPipeDesc->bottom_field_flag == 0) ? 0 : 1; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
349 dxvaStructure.CurrPic.AssociatedFlag = 0; in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
444 // DXVA_PicEntry_H264 RefFrameList[16]; /* DXVA_PicEntry_H264.AssociatedFlag 1 means LongTermRef */ in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
484 // For each entry whose value is not 0xFF, the value of AssociatedFlag i in d3d12_video_decoder_dxva_picparams_from_pipe_picparams_h264()
[all...]
H A Dd3d12_video_dec_h264.h89 uint8_t AssociatedFlag : 1; member

Completed in 2 milliseconds