Searched refs:add_sorted (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_refs.c100 static int add_sorted(H264Picture **sorted, H264Picture **src, int len, int limit, int dir) function
137 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_refs.c87 static int add_sorted(Picture **sorted, Picture **src, int len, int limit, int dir){ function
123 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);

Completed in 93 milliseconds