HomeSort by relevance Sort by last modified time
    Searched defs:orig_src (Results 1 - 3 of 3) sorted by null

  /external/libnl/lib/netfilter/
ct_obj.c 135 struct nl_addr *orig_src, *orig_dst, *reply_src, *reply_dst; local
139 orig_src = nfnl_ct_get_src(ct, 0);
156 if (orig_src && orig_dst && reply_src && reply_dst &&
158 !nl_addr_cmp(orig_src, reply_dst) &&
162 dump_addr(p, orig_src, orig_sport);
321 diff |= CT_DIFF_ADDR(ORIG_SRC, ct_orig.src);
  /external/libvpx/libvpx/vp9/encoder/
vp9_pickmode.c 2365 const struct buf_2d orig_src = p->src; local
    [all...]
vp9_rdopt.c 1934 const struct buf_2d orig_src = x->plane[0].src; local
    [all...]

Completed in 2771 milliseconds