Searched refs:collocated_ref_idx (Results 1 – 15 of 15) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vk_video/ |
D | vulkan_video_codec_h265std_encode.h | 54 uint8_t collocated_ref_idx; member
|
/third_party/mesa3d/include/vk_video/ |
D | vulkan_video_codec_h265std_encode.h | 56 uint8_t collocated_ref_idx; member
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codec_h265std_encode.h | 83 uint8_t collocated_ref_idx; member
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_refs.c | 354 sh->collocated_ref_idx < rpl->nb_refs) in ff_hevc_slice_rpl() 355 s->ref->collocated_ref = rpl->ref[sh->collocated_ref_idx]; in ff_hevc_slice_rpl()
|
D | vaapi_hevc.c | 436 ….collocated_ref_idx = sh->slice_temporal_mvp_enabled_flag ? sh->collocated_ref_idx : 0x… in vaapi_hevc_decode_slice()
|
D | cbs_h265_syntax_template.c | 1502 ue(collocated_ref_idx, 0, current->num_ref_idx_l0_active_minus1); in FUNC() 1504 infer(collocated_ref_idx, 0); in FUNC() 1507 ue(collocated_ref_idx, 0, current->num_ref_idx_l1_active_minus1); in FUNC() 1509 infer(collocated_ref_idx, 0); in FUNC()
|
D | hevcdec.h | 290 unsigned int collocated_ref_idx; member
|
D | cbs_h265.h | 490 uint8_t collocated_ref_idx; member
|
D | hevcdec.c | 787 sh->collocated_ref_idx = 0; in hls_slice_header() 794 sh->collocated_ref_idx = get_ue_golomb_long(gb); in hls_slice_header() 795 if (sh->collocated_ref_idx >= sh->nb_refs[sh->collocated_list]) { in hls_slice_header() 798 sh->collocated_ref_idx); in hls_slice_header()
|
D | vaapi_encode_h265.c | 995 sh->collocated_ref_idx = 0; in vaapi_encode_h265_init_slice_params()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 506 .collocated_ref_idx = header->temporal_mvp_enabled_flag ? header->collocated_ref_idx : 0xFF, in gst_va_h265_dec_decode_slice()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth265parser.h | 1428 guint8 collocated_ref_idx; member
|
D | gsth265parser.c | 2629 READ_UE_MAX (&nr, slice->collocated_ref_idx, in gst_h265_parser_parse_slice_hdr() 2633 READ_UE_MAX (&nr, slice->collocated_ref_idx, in gst_h265_parser_parse_slice_hdr()
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 9071 uint8_t collocated_ref_idx; member
|
D | vkStrUtilImpl.inl | 17163 s << "\tcollocated_ref_idx = " << value.collocated_ref_idx << '\n';
|