Searched refs:ref0 (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c515 int ref0, scale; local
530 ref0 = l1ref0[x8 + y8*b8_stride];
531 if(ref0 >= 0)
532 ref0 = map_col_to_list0[0][ref0 + ref_offset];
534 ref0 = map_col_to_list0[1][l1ref1[x8 + y8*b8_stride] + ref_offset];
537 scale = dist_scale_factor[ref0];
538 fill_rectangle(&h->ref_cache[0][scan8[i8*4]], 2, 2, 8, ref0, 1);
561 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset] local
563 const int scale = dist_scale_factor[ref0];
579 int ref0, scale; local
[all...]
H A Dhevc.c1341 * @param ref0 reference picture0 buffer at origin (0, 0)
1352 AVFrame *ref0, const Mv *mv0, int x_off, int y_off,
1357 ptrdiff_t src0stride = ref0->linesize[0];
1373 uint8_t *src0 = ref0->data[0] + y_off0 * src0stride + (int)((unsigned)x_off0 << s->sps->pixel_shift);
1497 * @param ref0 reference picture0 buffer at origin (0, 0)
1508 static void chroma_mc_bi(HEVCContext *s, uint8_t *dst0, ptrdiff_t dststride, AVFrame *ref0, AVFrame *ref1, argument
1514 uint8_t *src1 = ref0->data[cidx+1];
1516 ptrdiff_t src1stride = ref0->linesize[cidx+1];
1624 HEVCFrame *ref0, *ref1; local
1724 ref0
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
937 for (ref0 = ref_start; ref0 < ref_count0; ref0++) {
938 int poc0 = h->ref_list[0][ref0].poc;
941 if (!h->ref_list[0][ref0].long_ref && !h->ref_list[1][ref1].long_ref) {
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.c514 int ref0, scale; local
529 ref0 = l1ref0[x8 + y8*b8_stride];
530 if(ref0 >= 0)
531 ref0 = map_col_to_list0[0][ref0 + ref_offset];
533 ref0 = map_col_to_list0[1][l1ref1[x8 + y8*b8_stride] + ref_offset];
536 scale = dist_scale_factor[ref0];
537 fill_rectangle(&h->ref_cache[0][scan8[i8*4]], 2, 2, 8, ref0, 1);
560 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset] local
562 const int scale = dist_scale_factor[ref0];
578 int ref0, scale; local
[all...]
H A Dh264.c2313 int ref0, ref1, i, cur_poc, ref_start, ref_count0, ref_count1; local
2347 for(ref0=ref_start; ref0 < ref_count0; ref0++){
2348 int poc0 = h->ref_list[0][ref0].poc;
2351 if (!h->ref_list[0][ref0].long_ref && !h->ref_list[1][ref1].long_ref) {
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/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dprint-tree.c146 struct btrfs_extent_ref_v0 *ref0; local
148 ref0 = btrfs_item_ptr(eb, slot, struct btrfs_extent_ref_v0);
151 (unsigned long long)btrfs_ref_root_v0(eb, ref0),
152 (unsigned long long)btrfs_ref_generation_v0(eb, ref0),
153 (unsigned long long)btrfs_ref_objectid_v0(eb, ref0),
154 (unsigned long)btrfs_ref_count_v0(eb, ref0));
H A Drelocation.c585 struct btrfs_extent_ref_v0 *ref0)
588 u64 root_objectid = btrfs_ref_root_v0(leaf, ref0);
589 u64 generation = btrfs_ref_generation_v0(leaf, ref0);
784 struct btrfs_extent_ref_v0 *ref0; local
785 ref0 = btrfs_item_ptr(eb, path1->slots[0],
788 root = find_tree_root(rc, eb, ref0);
796 ref0)))
3033 struct btrfs_extent_ref_v0 *ref0; local
3058 ref0 = btrfs_item_ptr(leaf, slot,
3060 *ref_objectid = btrfs_ref_objectid_v0(leaf, ref0);
583 find_tree_root(struct reloc_control *rc, struct extent_buffer *leaf, struct btrfs_extent_ref_v0 *ref0) argument
[all...]
H A Dextent-tree.c832 struct btrfs_extent_ref_v0 *ref0; local
865 ref0 = btrfs_item_ptr(leaf, path->slots[0],
867 owner = btrfs_ref_objectid_v0(leaf, ref0);
1131 struct btrfs_extent_ref_v0 *ref0; local
1132 ref0 = btrfs_item_ptr(leaf, path->slots[0],
1134 num_refs = btrfs_ref_count_v0(leaf, ref0);
1152 struct btrfs_extent_ref_v0 *ref0; local
1153 ref0 = btrfs_item_ptr(leaf, path->slots[0],
1155 btrfs_set_ref_count_v0(leaf, ref0, num_refs);
1194 struct btrfs_extent_ref_v0 *ref0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_deblock.asm952 movd m2, [refq+b_idxq+d_idx+12] ; { ref0[bn] }
953 punpckldq m2, [refq+b_idxq+d_idx+52] ; { ref0[bn], ref1[bn] }
954 pshufw m0, [refq+b_idxq+12], 0x44 ; { ref0[b], ref0[b] }
956 pshufw m3, m2, 0x4E ; { ref1[bn], ref0[bn] }
957 psubb m0, m2 ; { ref0[b] != ref0[bn],
958 ; ref0[b] != ref1[bn] }
960 ; ref1[b] != ref0[bn] }

Completed in 391 milliseconds