Home
last modified time | relevance | path

Searched refs:long_ref (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_refs.c159 h->long_ref, 16, 1, h->picture_structure); in h264_initialise_ref_list()
180 h-> long_ref, 16, 1, h->picture_structure); in h264_initialise_ref_list()
189 … (sl->ref_list[0][i].parent ? (sl->ref_list[0][i].parent->long_ref ? "LT" : "ST") : "??"), in h264_initialise_ref_list()
196 … (sl->ref_list[1][i].parent ? (sl->ref_list[1][i].parent->long_ref ? "LT" : "ST") : "??"), in h264_initialise_ref_list()
242 H264Picture *pic = h->long_ref[i]; in print_long_term()
341 assert(!ref->long_ref); in ff_h264_build_ref_list()
361 ref = h->long_ref[long_idx]; in ff_h264_build_ref_list()
365 assert(ref->long_ref); in ff_h264_build_ref_list()
385 ref->long_ref == sl->ref_list[list][i].parent->long_ref && in ff_h264_build_ref_list()
552 pic = h->long_ref[i]; in remove_long()
[all …]
Dvdpau_h264.c62 rf->is_long_term = pic->reference && pic->long_ref; in vdpau_h264_set_rf()
67 rf->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_rf()
81 H264Picture **lp = list ? h->long_ref : h->short_ref; in vdpau_h264_set_reference_frames()
92 pic_frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in vdpau_h264_set_reference_frames()
98 (rf2->is_long_term == pic->long_ref) && in vdpau_h264_set_reference_frames()
Dnvdec_h264.c40 dst->is_long_term = src->long_ref; in dpb_add()
121 if (h->long_ref[i]) in nvdec_h264_start_frame()
122 dpb_add(h, &ppc->dpb[dpb_size++], h->long_ref[i], i); in nvdec_h264_start_frame()
Dh264_picture.c119 dst->long_ref = src->long_ref; in ff_h264_ref_picture()
Dvaapi_h264.c64 va_pic->frame_idx = pic->long_ref ? pic->pic_id : pic->frame_num; in fill_vaapi_pic()
70 …va_pic->flags |= pic->long_ref ? VA_PICTURE_H264_LONG_TERM_REFERENCE : VA_PICTURE_H264_SHORT_TERM_… in fill_vaapi_pic()
144 const H264Picture *pic = h->long_ref[i]; in fill_vaapi_ReferenceFrames()
Dh264_direct.c48 if (td == 0 || sl->ref_list[0][i].parent->long_ref) { in get_scale_factor()
375 if (!IS_INTRA(mb_type_col[y8]) && !sl->ref_list[1][0].parent->long_ref && in pred_spatial_direct_motion()
406 if (!IS_INTRA(mb_type_col[0]) && !sl->ref_list[1][0].parent->long_ref && in pred_spatial_direct_motion()
444 if (!IS_INTRA(mb_type_col[0]) && !sl->ref_list[1][0].parent->long_ref && in pred_spatial_direct_motion()
Ddxva2_h264.c71 r = h->long_ref[j++ - h->short_ref_count]; in fill_picture_parameters()
76 r->long_ref != 0); in fill_picture_parameters()
83 pp->FrameNumList[i] = r->long_ref ? r->pic_id : r->frame_num; in fill_picture_parameters()
Dh264dec.h155 int long_ref; ///< 1->long term reference 0->short term reference member
471 H264Picture *long_ref[32]; member
Dh264_slice.c406 memcpy(h->long_ref, h1->long_ref, sizeof(h->long_ref)); in ff_h264_update_thread_context()
421 copy_picture_range(h->long_ref, h1->long_ref, 32, h, h1); in ff_h264_update_thread_context()
561 assert(h->cur_pic_ptr->long_ref == 0); in h264_frame_start()
708 … if (!sl->ref_list[0][ref0].parent->long_ref && !sl->ref_list[1][ref1].parent->long_ref) { in implicit_weight_table()
2049 if (h->long_ref[k] && h->long_ref[k]->f->buf[0]->buffer == buf) { in h264_slice_init()