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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dnull-test.c48 DNSServiceRef ref1, ref2, ref3, ref4 = NULL; local
50 DNSServiceRegister(&ref1, 0, 0, "simple", "_simple._tcp", NULL, NULL, 4711, 0, NULL, NULL, NULL);
67 DNSServiceRefDeallocate(ref1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dnull-test.c48 DNSServiceRef ref1, ref2, ref3, ref4 = NULL; local
50 DNSServiceRegister(&ref1, 0, 0, "simple", "_simple._tcp", NULL, NULL, 4711, 0, NULL, NULL, NULL);
67 DNSServiceRefDeallocate(ref1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Ddelayed-ref.c39 struct btrfs_delayed_tree_ref *ref1)
41 if (ref1->node.type == BTRFS_TREE_BLOCK_REF_KEY) {
42 if (ref1->root < ref2->root)
44 if (ref1->root > ref2->root)
47 if (ref1->parent < ref2->parent)
49 if (ref1->parent > ref2->parent)
59 struct btrfs_delayed_data_ref *ref1)
61 if (ref1->node.type == BTRFS_EXTENT_DATA_REF_KEY) {
62 if (ref1->root < ref2->root)
64 if (ref1
38 comp_tree_refs(struct btrfs_delayed_tree_ref *ref2, struct btrfs_delayed_tree_ref *ref1) argument
58 comp_data_refs(struct btrfs_delayed_data_ref *ref2, struct btrfs_delayed_data_ref *ref1) argument
87 comp_entry(struct btrfs_delayed_ref_node *ref2, struct btrfs_delayed_ref_node *ref1) argument
[all...]
H A Dextent-tree.c1112 struct btrfs_extent_data_ref *ref1 = NULL; local
1122 ref1 = btrfs_item_ptr(leaf, path->slots[0],
1124 num_refs = btrfs_extent_data_ref_count(leaf, ref1);
1147 btrfs_set_extent_data_ref_count(leaf, ref1, num_refs);
1169 struct btrfs_extent_data_ref *ref1; local
1178 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset);
1179 num_refs = btrfs_extent_data_ref_count(leaf, ref1);
1185 ref1 = btrfs_item_ptr(leaf, path->slots[0],
1187 num_refs = btrfs_extent_data_ref_count(leaf, ref1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-perl-419 my $ref1 = \$polite;
20 my $ref2 = \$ref1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dtsc.c403 u64 tsc1, tsc2, delta, ref1, ref2; local
454 tsc1 = tsc_read_refs(&ref1, hpet);
463 if (!hpet && !ref1 && !ref2)
472 tsc2 = calc_hpet_ref(tsc2, ref1, ref2);
474 tsc2 = calc_pmtimer_ref(tsc2, ref1, ref2);
516 if (!hpet && !ref1 && !ref2) {
536 if (!hpet && !ref1 && !ref2) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c72 H264Picture * const ref1 = &h->ref_list[1][0]; 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];
93 if (ref1->mbaff)
105 H264Picture * const ref1 = &h->ref_list[1][0]; local
109 int ref1sidx = (ref1->reference&1)^1;
H A Dvp9.c2600 AVFrame *ref1 = tref1->f, *ref2; local
2601 int w1 = ref1->width, h1 = ref1->height, w2, h2;
2615 ref1->data[0], ref1->linesize[0], tref1,
2619 ref1->data[0], ref1->linesize[0], tref1,
2633 ref1->data[0], ref1->linesize[0], tref1,
2636 ref1
[all...]
H A Dhevc.c1347 * @param ref1 reference picture1 buffer at origin (0, 0)
1353 int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv)
1358 ptrdiff_t src1stride = ref1->linesize[0];
1374 uint8_t *src1 = ref1->data[0] + y_off1 * src1stride + (int)((unsigned)x_off1 << s->sps->pixel_shift);
1503 * @param ref1 reference picture1 buffer at origin (0, 0)
1508 static void chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1, argument
1515 uint8_t *src2 = ref1->data[cidx+1];
1517 ptrdiff_t src2stride = ref1->linesize[cidx+1];
1624 HEVCFrame *ref0, *ref1; local
1730 ref1
1351 luma_mc_bi(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref0, const Mv *mv0, int x_off, int y_off, int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) argument
[all...]
H A Dh264_slice.c903 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; local
939 for (ref1 = ref_start; ref1 < ref_count1; ref1++) {
941 if (!h->ref_list[0][ref0].long_ref && !h->ref_list[1][ref1].long_ref) {
942 int poc1 = h->ref_list[1][ref1].poc;
953 h->implicit_weight[ref0][ref1][0] =
954 h->implicit_weight[ref0][ref1][1] = w;
956 h->implicit_weight[ref0][ref1][field] = w;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c71 Picture * const ref1 = &h->ref_list[1][0]; 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];
104 Picture * const ref1 = &h->ref_list[1][0]; local
108 int ref1sidx = (ref1->f.reference&1)^1;
H A Dh264.c2313 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; local
2349 for(ref1=ref_start; ref1 < ref_count1; ref1++){
2351 if (!h->ref_list[0][ref0].long_ref && !h->ref_list[1][ref1].long_ref) {
2352 int poc1 = h->ref_list[1][ref1].poc;
2363 h->implicit_weight[ref0][ref1][0]=
2364 h->implicit_weight[ref0][ref1][1]= w;
2366 h->implicit_weight[ref0][ref1][field]=w;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_deblock.asm953 punpckldq m2, [refq+b_idxq+d_idx+52] ; { ref0[bn], ref1[bn] }
955 pshufw m1, [refq+b_idxq+52], 0x44 ; { ref1[b], ref1[b] }
956 pshufw m3, m2, 0x4E ; { ref1[bn], ref0[bn] }
958 ; ref0[b] != ref1[bn] }
959 psubb m1, m3 ; { ref1[b] != ref1[bn],
960 ; ref1[b] != ref0[bn] }

Completed in 157 milliseconds