Searched refs:old_ref (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c73 int j, old_ref, rfield; local
82 for(old_ref=0; old_ref<ref1->ref_count[colfield][list]; old_ref++){
83 int poc = ref1->ref_poc[colfield][list][old_ref];
94 map[list][2 * old_ref + (rfield^field) + 16] = cur_ref;
96 map[list][old_ref] = cur_ref;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c72 int j, old_ref, rfield; local
81 for(old_ref=0; old_ref<ref1->ref_count[colfield][list]; old_ref++){
82 int poc = ref1->ref_poc[colfield][list][old_ref];
92 map[list][2*old_ref + (rfield^field) + 16] = cur_ref;
94 map[list][old_ref] = cur_ref;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dinode.c2554 int old_ref = 0; local
2578 old_ref = th->t_refcount;
2591 * If old_ref == 0, the transaction is from reiserfs_get_block,
2594 if (th->t_refcount > old_ref) {
2595 if (old_ref)
2621 int old_ref = 0; local
2634 old_ref = th->t_refcount;
2648 * If old_ref == 0, the transaction is from reiserfs_get_block,
2651 if (th->t_refcount > old_ref) {
2652 if (old_ref)
[all...]

Completed in 97 milliseconds