Searched refs:probability (Results 1 - 16 of 16) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_statistic.h25 __u32 probability; member in struct:xt_statistic_info::__anon7076::__anon7077
/external/kernel-headers/original/linux/netfilter/
H A Dxt_statistic.h21 u_int32_t probability; member in struct:xt_statistic_info::__anon7613::__anon7614
/external/libvpx/vp8/encoder/
H A Dboolhuff.c77 void vp8_encode_bool(BOOL_CODER *br, int bit, int probability) argument
89 Sectionbits[active_section] += vp8_prob_cost[255-probability];
91 Sectionbits[active_section] += vp8_prob_cost[probability];
96 split = 1 + (((range - 1) * probability) >> 8);
/external/libvpx/vp8/decoder/
H A Ddboolhuff.h69 static int vp8dx_decode_bool(BOOL_DECODER *br, int probability) { argument
81 split = 1 + (((range - 1) * probability) >> 8);
H A Ddetokenize.c116 #define DECODE_AND_BRANCH_IF_ZERO(probability,branch) \
118 split = 1 + ((( probability*(range-1) ) )>> 8); \
132 #define DECODE_AND_LOOP_IF_ZERO(probability,branch) \
134 split = 1 + ((( probability*(range-1) ) ) >> 8); \
/external/iproute2/tc/
H A Dq_netem.c193 if (get_percent(&reorder.probability, *argv)) {
208 if (get_percent(&corrupt.probability, *argv)) {
260 if (reorder.probability) {
267 fprintf(stderr, "gap specified without reorder probability\n");
369 if (reorder && reorder->probability) {
371 sprint_percent(reorder->probability, b1));
377 if (corrupt && corrupt->probability) {
379 sprint_percent(corrupt->probability, b1));
H A Dq_red.c31 fprintf(stderr, " probability PROBABILITY bandwidth KBPS [ ecn ]\n");
39 double probability = 0.02; local
79 } else if (strcmp(*argv, "probability") == 0) {
81 if (sscanf(*argv, "%lg", &probability) != 1) {
82 fprintf(stderr, "Illegal \"probability\"\n");
119 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
120 fprintf(stderr, "RED: failed to calculate probability.\n");
H A Dq_gred.c39 fprintf(stderr, "Usage: ... gred DP drop-probability limit BYTES "
41 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY "
124 double probability = 0.02; local
186 } else if (strcmp(*argv, "probability") == 0) {
188 if (sscanf(*argv, "%lg", &probability) != 1) {
189 fprintf(stderr, "Illegal \"probability\"\n");
234 if ((wlog = tc_red_eval_P(opt.qth_min, opt.qth_max, probability)) < 0) {
235 fprintf(stderr, "GRED: failed to calculate probability.\n");
/external/iptables/extensions/
H A Dlibxt_statistic.c23 "[!] --probability p Probability\n"
33 {.name = "probability", .id = O_PROBABILITY, .type = XTTYPE_DOUBLE,
65 info->u.random.probability = lround(0x80000000 * cb->val.dbl);
80 "--probability must be specified when using "
103 1.0 * info->u.random.probability / 0x80000000);
/external/iproute2/include/linux/
H A Dpkt_sched.h459 __u32 probability; member in struct:tc_netem_reorder
464 __u32 probability; member in struct:tc_netem_corrupt
/external/kernel-headers/original/linux/
H A Dpkt_sched.h493 __u32 probability; member in struct:tc_netem_reorder
499 __u32 probability; member in struct:tc_netem_corrupt
/external/libvpx/vp8/encoder/arm/armv5te/
H A Dboolhuff_armv5te.asm43 ; r2 int probability
56 mul r4, r4, r7 ; ((range-1) * probability)
59 add r4, r7, r4, lsr #8 ; 1 + (((range-1) * probability) >> 8)
/external/libvorbis/doc/
H A D01-introduction.tex42 working memory as Vorbis has no static probability model; the vector
87 probability model of the codec, the Huffman and VQ codebooks, is
H A D03-codebook.tex9 statically configured probability model, instead packing all entropy
/external/dropbear/libtommath/
H A Dbn.tex1622 or so unique bases. However, it has been proven that the probability of failure goes down as the size of the input goes up.
1629 This returns the number of trials required for a $2^{-96}$ (or lower) probability of failure for a given ``size'' expressed
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4887 the probability of a pseudo-prime by $1 \over 4$ therefore after sixteen rounds the probability is no more than
4888 $\left ( { 1 \over 4 } \right )^{8} = 2^{-16}$. In practice the probability of error is in fact much lower than that.

Completed in 737 milliseconds