Searched refs:short_ref (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c137 len = add_sorted(sorted, h->short_ref, h->short_ref_count, cur_poc, 1 ^ list);
138 len += add_sorted(sorted + len, h->short_ref, h->short_ref_count, cur_poc, 0 ^ list);
166 h->short_ref, h->short_ref_count, 0, h->picture_structure);
269 ref = h->short_ref[i];
408 * @param idx the index into h->short_ref where returned picture is found
418 H264Picture *pic = h->short_ref[i];
433 * @param i index into h->short_ref of picture to remove.
438 h->short_ref[i] = NULL;
440 memmove(&h->short_ref[i], &h->short_ref[
[all...]
H A Dvdpau_h264.c78 H264Picture **lp = list ? h->long_ref : h->short_ref;
H A Dh264_slice.c680 copy_fields(h, h1, short_ref, cabac_init_idc);
682 copy_picture_range(h->short_ref, h1->short_ref, 32, h, h1);
1017 memcpy(dst->short_ref, src->short_ref, sizeof(dst->short_ref));
1596 H264Picture *prev = h->short_ref_count ? h->short_ref[0] : NULL;
1629 av_image_copy(h->short_ref[0]->f.data,
1630 h->short_ref[0]->f.linesize,
1636 h->short_ref[
[all...]
H A Dvaapi_h264.c137 H264Picture * const pic = h->short_ref[i];
H A Ddxva2_h264.c62 r = h->short_ref[j++];
H A Dh264.h603 H264Picture *short_ref[32]; member in struct:H264Context
H A Dvdpau.c136 H264Picture **lp = list ? h->long_ref : h->short_ref;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c123 len= add_sorted(sorted , h->short_ref, h->short_ref_count, cur_poc, 1^list);
124 len+=add_sorted(sorted+len, h->short_ref, h->short_ref_count, cur_poc, 0^list);
141 len = build_def_list(h->default_ref_list[0] , h->short_ref, h->short_ref_count, 0, s->picture_structure);
231 ref = h->short_ref[i];
356 * @param idx the index into h->short_ref where returned picture is found
366 Picture *pic= h->short_ref[i];
381 * @param i index into h->short_ref of picture to remove.
385 h->short_ref[i]= NULL;
387 memmove(&h->short_ref[i], &h->short_ref[
[all...]
H A Dvaapi_h264.c136 Picture * const pic = h->short_ref[i];
H A Dh264.c1257 copy_fields(h, h1, short_ref, cabac_init_idc);
1259 copy_picture_range(h->short_ref, h1->short_ref, 32, s, s1);
2590 memcpy(dst->short_ref, src->short_ref, sizeof(dst->short_ref));
2984 Picture *prev = h->short_ref_count ? h->short_ref[0] : NULL;
3005 av_image_copy(h->short_ref[0]->f.data, h->short_ref[0]->f.linesize,
3008 h->short_ref[
[all...]
H A Ddxva2_h264.c62 r = h->short_ref[j++];
H A Dh264.h487 Picture *short_ref[32]; member in struct:H264Context
H A Dvdpau.c56 Picture **lp = list ? h->long_ref : h->short_ref;

Completed in 83 milliseconds