Searched refs:short_ref_count (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_refs.c | 151 len = add_sorted(sorted, h->short_ref, h->short_ref_count, cur_poc, 1 ^ list); in h264_initialise_ref_list() 152 len += add_sorted(sorted + len, h->short_ref, h->short_ref_count, cur_poc, 0 ^ list); in h264_initialise_ref_list() 177 h->short_ref, h->short_ref_count, 0, h->picture_structure); in h264_initialise_ref_list() 225 for (i = 0; i < h->short_ref_count; i++) { in print_short_term() 338 for (i = h->short_ref_count - 1; i >= 0; i--) { in ff_h264_build_ref_list() 496 for (i = 0; i < h->short_ref_count; i++) { in find_short() 516 assert(i >= 0 && i < h->short_ref_count); in remove_short_at_index() 518 if (--h->short_ref_count) in remove_short_at_index() 520 (h->short_ref_count - i) * sizeof(H264Picture*)); in remove_short_at_index() 532 av_log(h->avctx, AV_LOG_DEBUG, "remove short %d count %d\n", frame_num, h->short_ref_count); in remove_short() [all …]
|
D | dxva2_h264.c | 66 if (j < h->short_ref_count) { in fill_picture_parameters() 70 while (!r && j < h->short_ref_count + 16) in fill_picture_parameters() 71 r = h->long_ref[j++ - h->short_ref_count]; in fill_picture_parameters()
|
D | nvdec_h264.c | 118 for (i = 0; i < h->short_ref_count; i++) in nvdec_h264_start_frame()
|
D | vdpau_h264.c | 82 int i, ls = list ? 16 : h->short_ref_count; in vdpau_h264_set_reference_frames()
|
D | vaapi_h264.c | 137 for (i = 0; i < h->short_ref_count; i++) { in fill_vaapi_ReferenceFrames()
|
D | h264_slice.c | 418 h->short_ref_count = h1->short_ref_count; in ff_h264_update_thread_context() 1561 H264Picture *prev = h->short_ref_count ? h->short_ref[0] : NULL; in h264_field_start() 1591 if (h->short_ref_count) { in h264_field_start() 2043 for (k = 0; k < h->short_ref_count; k++) in h264_slice_init() 2050 id_list[i] = h->short_ref_count + k; in h264_slice_init()
|
D | h264dec.h | 486 int short_ref_count; ///< number of actual short term references member
|