Searched refs:short_ref (Results 1 – 8 of 8) 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() 226 H264Picture *pic = h->short_ref[i]; in print_short_term() 339 ref = h->short_ref[i]; in ff_h264_build_ref_list() 497 H264Picture *pic = h->short_ref[i]; in find_short() 517 h->short_ref[i] = NULL; in remove_short_at_index() 519 memmove(&h->short_ref[i], &h->short_ref[i + 1], in remove_short_at_index() 576 ff_h264_ref_picture(h, &h->last_pic_for_ec, h->short_ref[0]); in ff_h264_remove_all_refs() 580 unreference_pic(h, h->short_ref[i], 0); in ff_h264_remove_all_refs() [all …]
|
D | nvdec_h264.c | 119 dpb_add(h, &ppc->dpb[dpb_size++], h->short_ref[i], h->short_ref[i]->frame_num); in nvdec_h264_start_frame()
|
D | h264_slice.c | 405 memcpy(h->short_ref, h1->short_ref, sizeof(h->short_ref)); in ff_h264_update_thread_context() 420 copy_picture_range(h->short_ref, h1->short_ref, 32, h, h1); in ff_h264_update_thread_context() 1561 H264Picture *prev = h->short_ref_count ? h->short_ref[0] : NULL; in h264_field_start() 1600 h->short_ref[0]->f->width == prev->f->width && in h264_field_start() 1601 h->short_ref[0]->f->height == prev->f->height && in h264_field_start() 1602 h->short_ref[0]->f->format == prev->f->format) { in h264_field_start() 1606 ff_thread_release_buffer(h->avctx, &h->short_ref[0]->tf); in h264_field_start() 1607 h->short_ref[0]->tf.f = h->short_ref[0]->f; in h264_field_start() 1608 ret = ff_thread_ref_frame(&h->short_ref[0]->tf, &prev->tf); in h264_field_start() 1611 h->short_ref[0]->poc = prev->poc + 2U; in h264_field_start() [all …]
|
D | vdpau_h264.c | 81 H264Picture **lp = list ? h->long_ref : h->short_ref; in vdpau_h264_set_reference_frames()
|
D | vaapi_h264.c | 138 const H264Picture *pic = h->short_ref[i]; in fill_vaapi_ReferenceFrames()
|
D | h264dec.h | 470 H264Picture *short_ref[32]; member
|
D | dxva2_h264.c | 67 r = h->short_ref[j++]; in fill_picture_parameters()
|
/third_party/gettext/build-aux/ |
D | texi2html | 9633 $T2H_OBSOLETE_OPTIONS -> {short_ref} =
|