Home
last modified time | relevance | path

Searched refs:num_negative_pics (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcbs_h265_syntax_template.c540 num_delta_pocs = ref->num_negative_pics + ref->num_positive_pics; in FUNC()
582 for (i = 0; i < ref->num_negative_pics; i++) { in FUNC()
595 if (d_poc < 0 && current->use_delta_flag[ref->num_negative_pics + j]) { in FUNC()
598 current->used_by_curr_pic_flag[ref->num_negative_pics + j]; in FUNC()
606 for (j = 0; j < ref->num_negative_pics; j++) { in FUNC()
614 infer(num_negative_pics, i); in FUNC()
615 for (i = 0; i < current->num_negative_pics; i++) { in FUNC()
622 for (j = ref->num_negative_pics - 1; j >= 0; j--) { in FUNC()
636 if (d_poc > 0 && current->use_delta_flag[ref->num_negative_pics + j]) { in FUNC()
639 current->used_by_curr_pic_flag[ref->num_negative_pics + j]; in FUNC()
[all …]
Dhevc_ps.c188 rps->num_negative_pics = k0; in ff_hevc_decode_short_term_rps()
206 if ((rps->num_negative_pics >> 1) != 0) { in ff_hevc_decode_short_term_rps()
208 k = rps->num_negative_pics - 1; in ff_hevc_decode_short_term_rps()
210 for (i = 0; i < rps->num_negative_pics >> 1; i++) { in ff_hevc_decode_short_term_rps()
222 rps->num_negative_pics = get_ue_golomb_long(gb); in ff_hevc_decode_short_term_rps()
225 if (rps->num_negative_pics >= HEVC_MAX_REFS || in ff_hevc_decode_short_term_rps()
231 rps->num_delta_pocs = rps->num_negative_pics + nb_positive_pics; in ff_hevc_decode_short_term_rps()
234 for (i = 0; i < rps->num_negative_pics; i++) { in ff_hevc_decode_short_term_rps()
256 rps->delta_poc[rps->num_negative_pics + i] = prev; in ff_hevc_decode_short_term_rps()
257 rps->used[rps->num_negative_pics + i] = get_bits1(gb); in ff_hevc_decode_short_term_rps()
Dhevc_ps.h35 unsigned int num_negative_pics; member
Dhevc_refs.c475 else if (i < short_rps->num_negative_pics) in ff_hevc_frame_rps()
511 for (i = 0; i < rps->num_negative_pics; i++) in ff_hevc_frame_nb_refs()
Dcbs_h265.h229 uint8_t num_negative_pics; member
Dvaapi_encode_h265.c972 rps->num_negative_pics = i; in vaapi_encode_h265_init_slice_params()
/third_party/ffmpeg/libavformat/
Dhevc.c464 unsigned int num_negative_pics = get_ue_golomb_long(gb); in parse_rps() local
467 if ((num_positive_pics + (uint64_t)num_negative_pics) * 2 > get_bits_left(gb)) in parse_rps()
470 num_delta_pocs[rps_idx] = num_negative_pics + num_positive_pics; in parse_rps()
472 for (i = 0; i < num_negative_pics; i++) { in parse_rps()
/third_party/vulkan-headers/include/vk_video/
Dvulkan_video_codec_h265std.h312 uint8_t num_negative_pics; member
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl8695 uint8_t num_negative_pics; member
DvkVulkan_c.inl790 deUint8 num_negative_pics; member
DvkStrUtilImpl.inl16796 s << "\tnum_negative_pics = " << value.num_negative_pics << '\n';