HomeSort by relevance Sort by last modified time
    Searched refs:prob (Results 101 - 112 of 112) sorted by null

1 2 3 45

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 149 cost += treed_cost(p->tree, p->prob, extra >> 1, length);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
pkt_sched.h 776 __u32 prob; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
pkt_sched.h 776 __u32 prob; member in struct:tc_pie_xstats
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
pkt_sched.h 776 __u32 prob; member in struct:tc_pie_xstats
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c     [all...]
bitstream.c 248 const unsigned char *proba = b->prob;
884 int t = 0; /* token/prob index */
944 int t = 0; /* token/prob index */
1099 int t; /* token/prob index */
1124 int t = 0; /* token/prob index */
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c     [all...]
bitstream.c 248 const unsigned char *proba = b->prob;
884 int t = 0; /* token/prob index */
944 int t = 0; /* token/prob index */
1099 int t; /* token/prob index */
1124 int t = 0; /* token/prob index */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c     [all...]
bitstream.c 248 const unsigned char *proba = b->prob;
884 int t = 0; /* token/prob index */
944 int t = 0; /* token/prob index */
1099 int t; /* token/prob index */
1124 int t = 0; /* token/prob index */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 608 "-p", "--prob",
609 help="blow up with probability PROB [default: %default]")
610 self.parser.set_defaults(prob=0.43)
612 " -p PROB, --prob=PROB blow up with probability PROB [default: 0.43]\n"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 608 "-p", "--prob",
609 help="blow up with probability PROB [default: %default]")
610 self.parser.set_defaults(prob=0.43)
612 " -p PROB, --prob=PROB blow up with probability PROB [default: 0.43]\n"
    [all...]

Completed in 1116 milliseconds

1 2 3 45