/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codec_h265std_decode.h | 38 …uint8_t RefPicSetStCurrAfter[8]; // slotIndex as used in VkVideoRe… member
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/ |
D | vulkan_video_codec_h265std_decode.h | 41 …uint8_t RefPicSetStCurrAfter[STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_SIZ… member
|
/third_party/mesa3d/include/vk_video/ |
D | vulkan_video_codec_h265std_decode.h | 40 …uint8_t RefPicSetStCurrAfter[STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_… member
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h265std_decode.h | 46 …uint8_t RefPicSetStCurrAfter[STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_… member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth265decoder.h | 57 GstH265Picture *RefPicSetStCurrAfter[16]; member
|
D | gsth265decoder.c | 510 g_array_append_val (tmp_refs, self->RefPicSetStCurrAfter[i]); in gst_h265_decoder_process_ref_pic_lists() 557 g_array_append_val (tmp_refs, self->RefPicSetStCurrAfter[i]); in gst_h265_decoder_process_ref_pic_lists() 1249 gst_h265_picture_replace (&self->RefPicSetStCurrAfter[i], NULL); in gst_h265_decoder_clear_ref_pic_sets() 1308 self->RefPicSetStCurrAfter[i] = in gst_h265_decoder_derive_and_mark_rps() 1326 && !has_entry_in_rps (dpb_pic, self->RefPicSetStCurrAfter, in gst_h265_decoder_derive_and_mark_rps()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvh265dec.c | 714 G_N_ELEMENTS (h265_params->RefPicSetStCurrAfter)) { in gst_nv_h265_dec_start_picture() 789 if (!decoder->RefPicSetStCurrAfter[i]) { in gst_nv_h265_dec_start_picture() 794 other = decoder->RefPicSetStCurrAfter[i]; in gst_nv_h265_dec_start_picture() 798 h265_params->RefPicSetStCurrAfter[i] = j; in gst_nv_h265_dec_start_picture()
|
D | cuviddec.h | 603 unsigned char RefPicSetStCurrAfter[8]; // [0..NumPocStCurrAfter-1] -> refpic (0..15) member
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture_hevc.c | 151 context->desc.h265.RefPicSetStCurrAfter[i] = 0xFF; in vlVaHandlePictureParameterBufferHEVC() 170 context->desc.h265.RefPicSetStCurrAfter[iAfter++] = i; in vlVaHandlePictureParameterBufferHEVC()
|
/third_party/ffmpeg/libavcodec/ |
D | nvdec_hevc.c | 220 s->rps[ST_CURR_AFT].nb_refs > FF_ARRAY_ELEMS(ppc->RefPicSetStCurrAfter)) { in nvdec_hevc_start_frame() 251 ppc->RefPicSetStCurrAfter[i] = j; in nvdec_hevc_start_frame()
|
D | dxva2_hevc.c | 194 DO_REF_LIST(ST_CURR_AFT, RefPicSetStCurrAfter); in fill_picture_parameters()
|
D | vdpau_hevc.c | 325 info->RefPicSetStCurrAfter[j] = k; in vdpau_hevc_start_frame()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h265dec.cpp | 649 params->RefPicSetStCurrAfter[i] = 0xff; in init_pic_params() 729 for (i = 0, j = 0; i < G_N_ELEMENTS (pic_params->RefPicSetStCurrAfter); i++) { in gst_d3d11_h265_dec_start_picture() 735 other = decoder->RefPicSetStCurrAfter[j++]; in gst_d3d11_h265_dec_start_picture() 747 pic_params->RefPicSetStCurrAfter[i] = id; in gst_d3d11_h265_dec_start_picture()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | decode.c | 517 memcpy(picture->RefPicSetStCurrAfter, picture_info->RefPicSetStCurrAfter, 8); in vlVdpDecoderRenderH265()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_h265.c | 694 memset(priv->picture.h265.RefPicSetStCurrAfter, 0, 8); in vid_dec_h265_EndFrame() 722 priv->picture.h265.RefPicSetStCurrAfter[af++] = i; in vid_dec_h265_EndFrame()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 275 for (i = 0; i < G_N_ELEMENTS (decoder->RefPicSetStCurrAfter); i++) { in _find_frame_rps_type() 276 if (ref_pic == decoder->RefPicSetStCurrAfter[i]) in _find_frame_rps_type()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_state.h | 639 uint8_t RefPicSetStCurrAfter[8]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
D | extNvidiaVideoParserIf.hpp | 512 int8_t RefPicSetStCurrAfter[8]; member
|
D | vktVideoBaseDecodeUtils.cpp | 1863 …mPocStCurrAfter = sizeof(pStdPictureInfo->RefPicSetStCurrAfter) / sizeof(pStdPictureInfo->RefPicSe… in FillDpbH265State() 1870 uint8_t idx = (uint8_t)pin->RefPicSetStCurrAfter[i]; in FillDpbH265State() 1874 pStdPictureInfo->RefPicSetStCurrAfter[numPocStCurrAfter++] = frmListToDpb[idx] & 0xf; in FillDpbH265State() 1880 pStdPictureInfo->RefPicSetStCurrAfter[numPocStCurrAfter++] = 0xff; in FillDpbH265State()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
D | extNvidiaVideoParserIf.hpp | 512 int8_t RefPicSetStCurrAfter[8]; member
|
D | vktVideoBaseDecodeUtils.cpp | 1863 …mPocStCurrAfter = sizeof(pStdPictureInfo->RefPicSetStCurrAfter) / sizeof(pStdPictureInfo->RefPicSe… in FillDpbH265State() 1870 uint8_t idx = (uint8_t)pin->RefPicSetStCurrAfter[i]; in FillDpbH265State() 1874 pStdPictureInfo->RefPicSetStCurrAfter[numPocStCurrAfter++] = frmListToDpb[idx] & 0xf; in FillDpbH265State() 1880 pStdPictureInfo->RefPicSetStCurrAfter[numPocStCurrAfter++] = 0xff; in FillDpbH265State()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_uvd.c | 722 result.ref_pic_set_st_curr_after[i] = pic->RefPicSetStCurrAfter[i]; in get_h265_msg()
|
D | radeon_vcn_dec.c | 432 result.ref_pic_set_st_curr_after[i] = pic->RefPicSetStCurrAfter[i]; in get_h265_msg()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 8979 uint8_t RefPicSetStCurrAfter[STD_VIDEO_DECODE_H265_REF_PIC_SET_LIST_SIZE]; member
|
D | vkStrUtilImpl.inl | 17066 …nt8_t>(DE_ARRAY_BEGIN(value.RefPicSetStCurrAfter)), tcu::Format::HexIterator<uint8_t>(DE_ARRAY_END…
|